|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.model.JournalFeedWrapper
public class JournalFeedWrapper
This class is a wrapper for JournalFeed
.
JournalFeed
,
Serialized FormConstructor Summary | |
---|---|
JournalFeedWrapper(JournalFeed journalFeed)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalFeed journalFeed)
|
long |
getCompanyId()
Gets the company id of this journal feed. |
String |
getContentField()
Gets the content field of this journal feed. |
Date |
getCreateDate()
Gets the create date of this journal feed. |
int |
getDelta()
Gets the delta of this journal feed. |
String |
getDescription()
Gets the description of this journal feed. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getFeedId()
Gets the feed id of this journal feed. |
String |
getFeedType()
Gets the feed type of this journal feed. |
double |
getFeedVersion()
Gets the feed version of this journal feed. |
long |
getGroupId()
Gets the group id of this journal feed. |
long |
getId()
Gets the id of this journal feed. |
Date |
getModifiedDate()
Gets the modified date of this journal feed. |
String |
getName()
Gets the name of this journal feed. |
String |
getOrderByCol()
Gets the order by col of this journal feed. |
String |
getOrderByType()
Gets the order by type of this journal feed. |
long |
getPrimaryKey()
Gets the primary key of this journal feed. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getRendererTemplateId()
Gets the renderer template id of this journal feed. |
String |
getStructureId()
Gets the structure id of this journal feed. |
String |
getTargetLayoutFriendlyUrl()
Gets the target layout friendly url of this journal feed. |
String |
getTargetPortletId()
Gets the target portlet id of this journal feed. |
String |
getTemplateId()
Gets the template id of this journal feed. |
String |
getType()
Gets the type of this journal feed. |
long |
getUserId()
Gets the user id of this journal feed. |
String |
getUserName()
Gets the user name of this journal feed. |
String |
getUserUuid()
Gets the user uuid of this journal feed. |
String |
getUuid()
Gets the uuid of this journal feed. |
JournalFeed |
getWrappedJournalFeed()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFeedId(String feedId)
Sets the feed id of this journal feed. |
void |
setFeedType(String feedType)
Sets the feed type 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 |
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 pk)
Sets the primary key of this journal feed |
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. |
JournalFeed |
toEscapedModel()
Gets a copy of this journal feed as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JournalFeedWrapper(JournalFeed journalFeed)
Method Detail |
---|
public long getPrimaryKey()
JournalFeedModel
getPrimaryKey
in interface JournalFeedModel
public void setPrimaryKey(long pk)
JournalFeedModel
setPrimaryKey
in interface JournalFeedModel
pk
- the primary key of this journal feedpublic String getUuid()
JournalFeedModel
getUuid
in interface JournalFeedModel
public void setUuid(String uuid)
JournalFeedModel
setUuid
in interface JournalFeedModel
uuid
- the uuid of this journal feedpublic long getId()
JournalFeedModel
getId
in interface JournalFeedModel
public void setId(long id)
JournalFeedModel
setId
in interface JournalFeedModel
id
- the id of this journal feedpublic long getGroupId()
JournalFeedModel
getGroupId
in interface JournalFeedModel
public void setGroupId(long groupId)
JournalFeedModel
setGroupId
in interface JournalFeedModel
groupId
- the group id of this journal feedpublic long getCompanyId()
JournalFeedModel
getCompanyId
in interface JournalFeedModel
public void setCompanyId(long companyId)
JournalFeedModel
setCompanyId
in interface JournalFeedModel
companyId
- the company id of this journal feedpublic long getUserId()
JournalFeedModel
getUserId
in interface JournalFeedModel
public void setUserId(long userId)
JournalFeedModel
setUserId
in interface JournalFeedModel
userId
- the user id of this journal feedpublic String getUserUuid() throws SystemException
JournalFeedModel
getUserUuid
in interface JournalFeedModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
JournalFeedModel
setUserUuid
in interface JournalFeedModel
userUuid
- the user uuid of this journal feedpublic String getUserName()
JournalFeedModel
getUserName
in interface JournalFeedModel
public void setUserName(String userName)
JournalFeedModel
setUserName
in interface JournalFeedModel
userName
- the user name of this journal feedpublic Date getCreateDate()
JournalFeedModel
getCreateDate
in interface JournalFeedModel
public void setCreateDate(Date createDate)
JournalFeedModel
setCreateDate
in interface JournalFeedModel
createDate
- the create date of this journal feedpublic Date getModifiedDate()
JournalFeedModel
getModifiedDate
in interface JournalFeedModel
public void setModifiedDate(Date modifiedDate)
JournalFeedModel
setModifiedDate
in interface JournalFeedModel
modifiedDate
- the modified date of this journal feedpublic String getFeedId()
JournalFeedModel
getFeedId
in interface JournalFeedModel
public void setFeedId(String feedId)
JournalFeedModel
setFeedId
in interface JournalFeedModel
feedId
- the feed id of this journal feedpublic String getName()
JournalFeedModel
getName
in interface JournalFeedModel
public void setName(String name)
JournalFeedModel
setName
in interface JournalFeedModel
name
- the name of this journal feedpublic String getDescription()
JournalFeedModel
getDescription
in interface JournalFeedModel
public void setDescription(String description)
JournalFeedModel
setDescription
in interface JournalFeedModel
description
- the description of this journal feedpublic String getType()
JournalFeedModel
getType
in interface JournalFeedModel
public void setType(String type)
JournalFeedModel
setType
in interface JournalFeedModel
type
- the type of this journal feedpublic String getStructureId()
JournalFeedModel
getStructureId
in interface JournalFeedModel
public void setStructureId(String structureId)
JournalFeedModel
setStructureId
in interface JournalFeedModel
structureId
- the structure id of this journal feedpublic String getTemplateId()
JournalFeedModel
getTemplateId
in interface JournalFeedModel
public void setTemplateId(String templateId)
JournalFeedModel
setTemplateId
in interface JournalFeedModel
templateId
- the template id of this journal feedpublic String getRendererTemplateId()
JournalFeedModel
getRendererTemplateId
in interface JournalFeedModel
public void setRendererTemplateId(String rendererTemplateId)
JournalFeedModel
setRendererTemplateId
in interface JournalFeedModel
rendererTemplateId
- the renderer template id of this journal feedpublic int getDelta()
JournalFeedModel
getDelta
in interface JournalFeedModel
public void setDelta(int delta)
JournalFeedModel
setDelta
in interface JournalFeedModel
delta
- the delta of this journal feedpublic String getOrderByCol()
JournalFeedModel
getOrderByCol
in interface JournalFeedModel
public void setOrderByCol(String orderByCol)
JournalFeedModel
setOrderByCol
in interface JournalFeedModel
orderByCol
- the order by col of this journal feedpublic String getOrderByType()
JournalFeedModel
getOrderByType
in interface JournalFeedModel
public void setOrderByType(String orderByType)
JournalFeedModel
setOrderByType
in interface JournalFeedModel
orderByType
- the order by type of this journal feedpublic String getTargetLayoutFriendlyUrl()
JournalFeedModel
getTargetLayoutFriendlyUrl
in interface JournalFeedModel
public void setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
JournalFeedModel
setTargetLayoutFriendlyUrl
in interface JournalFeedModel
targetLayoutFriendlyUrl
- the target layout friendly url of this journal feedpublic String getTargetPortletId()
JournalFeedModel
getTargetPortletId
in interface JournalFeedModel
public void setTargetPortletId(String targetPortletId)
JournalFeedModel
setTargetPortletId
in interface JournalFeedModel
targetPortletId
- the target portlet id of this journal feedpublic String getContentField()
JournalFeedModel
getContentField
in interface JournalFeedModel
public void setContentField(String contentField)
JournalFeedModel
setContentField
in interface JournalFeedModel
contentField
- the content field of this journal feedpublic String getFeedType()
JournalFeedModel
getFeedType
in interface JournalFeedModel
public void setFeedType(String feedType)
JournalFeedModel
setFeedType
in interface JournalFeedModel
feedType
- the feed type of this journal feedpublic double getFeedVersion()
JournalFeedModel
getFeedVersion
in interface JournalFeedModel
public void setFeedVersion(double feedVersion)
JournalFeedModel
setFeedVersion
in interface JournalFeedModel
feedVersion
- the feed version of this journal feedpublic JournalFeed toEscapedModel()
JournalFeedModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface JournalFeedModel
AutoEscapeBeanHandler
public boolean isNew()
BaseModel
isNew
in interface BaseModel<JournalFeed>
isNew
in interface JournalFeedModel
true
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 JournalFeedModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<JournalFeed>
isCachedModel
in interface JournalFeedModel
true
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 JournalFeedModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<JournalFeed>
isEscapedModel
in interface JournalFeedModel
true
if this model instance is escaped;
false
otherwiseBaseModel.setEscapedModel(boolean)
public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel
method. For example,
UserModel.toEscapedModel()
.
setEscapedModel
in interface BaseModel<JournalFeed>
setEscapedModel
in interface JournalFeedModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalFeed>
getPrimaryKeyObj
in interface JournalFeedModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalFeed>
getExpandoBridge
in interface JournalFeedModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<JournalFeed>
setExpandoBridgeAttributes
in interface JournalFeedModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<JournalFeed>
clone
in interface JournalFeedModel
clone
in class Object
public int compareTo(JournalFeed journalFeed)
compareTo
in interface JournalFeedModel
compareTo
in interface Comparable<JournalFeed>
public int hashCode()
hashCode
in interface JournalFeedModel
hashCode
in class Object
public String toString()
toString
in interface JournalFeedModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<JournalFeed>
toXmlString
in interface JournalFeedModel
public JournalFeed getWrappedJournalFeed()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |