|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.model.JournalFeedWrapper
public class JournalFeedWrapper
This class is a wrapper for JournalFeed.
JournalFeed,
Serialized Form| Constructor Summary | |
|---|---|
JournalFeedWrapper(JournalFeed journalFeed)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalFeed journalFeed)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Returns the company ID of this journal feed. |
String |
getContentField()
Returns the content field of this journal feed. |
Date |
getCreateDate()
Returns the create date of this journal feed. |
int |
getDelta()
Returns the delta of this journal feed. |
String |
getDescription()
Returns the description of this journal feed. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFeedFormat()
Returns the feed format of this journal feed. |
String |
getFeedId()
Returns the feed ID of this journal feed. |
double |
getFeedVersion()
Returns the feed version of this journal feed. |
long |
getGroupId()
Returns the group ID of this journal feed. |
long |
getId()
Returns the ID of this journal feed. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this journal feed. |
String |
getName()
Returns the name of this journal feed. |
String |
getOrderByCol()
Returns the order by col of this journal feed. |
String |
getOrderByType()
Returns the order by type of this journal feed. |
long |
getPrimaryKey()
Returns the primary key of this journal feed. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getRendererTemplateId()
Returns the renderer template ID of this journal feed. |
StagedModelType |
getStagedModelType()
|
String |
getStructureId()
Returns the structure ID of this journal feed. |
String |
getTargetLayoutFriendlyUrl()
Returns the target layout friendly url of this journal feed. |
String |
getTargetPortletId()
Returns the target portlet ID of this journal feed. |
String |
getTemplateId()
Returns the template ID of this journal feed. |
String |
getType()
Returns the type of this journal feed. |
long |
getUserId()
Returns the user ID of this journal feed. |
String |
getUserName()
Returns the user name of this journal feed. |
String |
getUserUuid()
Returns the user uuid of this journal feed. |
String |
getUuid()
Returns the uuid of this journal feed. |
JournalFeed |
getWrappedJournalFeed()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
JournalFeed |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this journal feed. |
void |
setContentField(String contentField)
Sets the content field of this journal feed. |
void |
setCreateDate(Date createDate)
Sets the create date of this journal feed. |
void |
setDelta(int delta)
Sets the delta of this journal feed. |
void |
setDescription(String description)
Sets the description of this journal feed. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFeedFormat(String feedFormat)
Sets the feed format of this journal feed. |
void |
setFeedId(String feedId)
Sets the feed ID of this journal feed. |
void |
setFeedVersion(double feedVersion)
Sets the feed version of this journal feed. |
void |
setGroupId(long groupId)
Sets the group ID of this journal feed. |
void |
setId(long id)
Sets the ID of this journal feed. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this journal feed. |
void |
setName(String name)
Sets the name of this journal feed. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOrderByCol(String orderByCol)
Sets the order by col of this journal feed. |
void |
setOrderByType(String orderByType)
Sets the order by type of this journal feed. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal feed. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRendererTemplateId(String rendererTemplateId)
Sets the renderer template ID of this journal feed. |
void |
setStructureId(String structureId)
Sets the structure ID of this journal feed. |
void |
setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
Sets the target layout friendly url of this journal feed. |
void |
setTargetPortletId(String targetPortletId)
Sets the target portlet ID of this journal feed. |
void |
setTemplateId(String templateId)
Sets the template ID of this journal feed. |
void |
setType(String type)
Sets the type of this journal feed. |
void |
setUserId(long userId)
Sets the user ID of this journal feed. |
void |
setUserName(String userName)
Sets the user name of this journal feed. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this journal feed. |
void |
setUuid(String uuid)
Sets the uuid of this journal feed. |
CacheModel<JournalFeed> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
JournalFeed |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
JournalFeed |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JournalFeedWrapper(JournalFeed journalFeed)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalFeed>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<JournalFeed>public long getPrimaryKey()
getPrimaryKey in interface JournalFeedModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalFeedModelprimaryKey - the primary key of this journal feedpublic String getUuid()
getUuid in interface StagedModelgetUuid in interface JournalFeedModelpublic void setUuid(String uuid)
setUuid in interface StagedModelsetUuid in interface JournalFeedModeluuid - the uuid of this journal feedpublic long getId()
getId in interface JournalFeedModelpublic void setId(long id)
setId in interface JournalFeedModelid - the ID of this journal feedpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface JournalFeedModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface JournalFeedModelgroupId - the group ID of this journal feedpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface JournalFeedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface JournalFeedModelcompanyId - the company ID of this journal feedpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface JournalFeedModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface JournalFeedModeluserId - the user ID of this journal feed
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface JournalFeedModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface JournalFeedModeluserUuid - the user uuid of this journal feedpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface JournalFeedModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface JournalFeedModeluserName - the user name of this journal feedpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface JournalFeedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface JournalFeedModelcreateDate - the create date of this journal feedpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface JournalFeedModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface JournalFeedModelmodifiedDate - the modified date of this journal feedpublic String getFeedId()
getFeedId in interface JournalFeedModelpublic void setFeedId(String feedId)
setFeedId in interface JournalFeedModelfeedId - the feed ID of this journal feedpublic String getName()
getName in interface JournalFeedModelpublic void setName(String name)
setName in interface JournalFeedModelname - the name of this journal feedpublic String getDescription()
getDescription in interface JournalFeedModelpublic void setDescription(String description)
setDescription in interface JournalFeedModeldescription - the description of this journal feedpublic String getType()
getType in interface JournalFeedModelpublic void setType(String type)
setType in interface JournalFeedModeltype - the type of this journal feedpublic String getStructureId()
getStructureId in interface JournalFeedModelpublic void setStructureId(String structureId)
setStructureId in interface JournalFeedModelstructureId - the structure ID of this journal feedpublic String getTemplateId()
getTemplateId in interface JournalFeedModelpublic void setTemplateId(String templateId)
setTemplateId in interface JournalFeedModeltemplateId - the template ID of this journal feedpublic String getRendererTemplateId()
getRendererTemplateId in interface JournalFeedModelpublic void setRendererTemplateId(String rendererTemplateId)
setRendererTemplateId in interface JournalFeedModelrendererTemplateId - the renderer template ID of this journal feedpublic int getDelta()
getDelta in interface JournalFeedModelpublic void setDelta(int delta)
setDelta in interface JournalFeedModeldelta - the delta of this journal feedpublic String getOrderByCol()
getOrderByCol in interface JournalFeedModelpublic void setOrderByCol(String orderByCol)
setOrderByCol in interface JournalFeedModelorderByCol - the order by col of this journal feedpublic String getOrderByType()
getOrderByType in interface JournalFeedModelpublic void setOrderByType(String orderByType)
setOrderByType in interface JournalFeedModelorderByType - the order by type of this journal feedpublic String getTargetLayoutFriendlyUrl()
getTargetLayoutFriendlyUrl in interface JournalFeedModelpublic void setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
setTargetLayoutFriendlyUrl in interface JournalFeedModeltargetLayoutFriendlyUrl - the target layout friendly url of this journal feedpublic String getTargetPortletId()
getTargetPortletId in interface JournalFeedModelpublic void setTargetPortletId(String targetPortletId)
setTargetPortletId in interface JournalFeedModeltargetPortletId - the target portlet ID of this journal feedpublic String getContentField()
getContentField in interface JournalFeedModelpublic void setContentField(String contentField)
setContentField in interface JournalFeedModelcontentField - the content field of this journal feedpublic String getFeedFormat()
getFeedFormat in interface JournalFeedModelpublic void setFeedFormat(String feedFormat)
setFeedFormat in interface JournalFeedModelfeedFormat - the feed format of this journal feedpublic double getFeedVersion()
getFeedVersion in interface JournalFeedModelpublic void setFeedVersion(double feedVersion)
setFeedVersion in interface JournalFeedModelfeedVersion - the feed version of this journal feedpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<JournalFeed>isNew in interface JournalFeedModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalFeed>setNew in interface JournalFeedModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<JournalFeed>isCachedModel in interface JournalFeedModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalFeed>setCachedModel in interface JournalFeedModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<JournalFeed>isEscapedModel in interface JournalFeedModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalFeed>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalFeedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<JournalFeed>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalFeedModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalFeed>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalFeedModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>setExpandoBridgeAttributes in interface JournalFeedModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>setExpandoBridgeAttributes in interface JournalFeedModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>setExpandoBridgeAttributes in interface JournalFeedModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<JournalFeed>clone in interface StagedModelclone in interface JournalFeedModelclone in class Objectpublic int compareTo(JournalFeed journalFeed)
compareTo in interface JournalFeedModelcompareTo in interface Comparable<JournalFeed>public int hashCode()
hashCode in interface JournalFeedModelhashCode in class Objectpublic CacheModel<JournalFeed> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<JournalFeed>toCacheModel in interface JournalFeedModelpublic JournalFeed toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<JournalFeed>toEscapedModel in interface JournalFeedModelAutoEscapeBeanHandlerpublic JournalFeed toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalFeed>toUnescapedModel in interface JournalFeedModelpublic String toString()
toString in interface JournalFeedModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalFeed>toXmlString in interface JournalFeedModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(Object obj)
equals in class Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic JournalFeed getWrappedJournalFeed()
getWrappedModel()
public JournalFeed getWrappedModel()
getWrappedModel in interface ModelWrapper<JournalFeed>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<JournalFeed>
|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||