|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.blogs.model.BlogsEntryWrapper
public class BlogsEntryWrapper
This class is a wrapper for BlogsEntry.
BlogsEntry,
Serialized Form| Constructor Summary | |
|---|---|
BlogsEntryWrapper(BlogsEntry blogsEntry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsEntry blogsEntry)
|
boolean |
getAllowPingbacks()
Gets the allow pingbacks of this blogs entry. |
boolean |
getAllowTrackbacks()
Gets the allow trackbacks of this blogs entry. |
long |
getCompanyId()
Gets the company id of this blogs entry. |
String |
getContent()
Gets the content of this blogs entry. |
Date |
getCreateDate()
Gets the create date of this blogs entry. |
Date |
getDisplayDate()
Gets the display date of this blogs entry. |
long |
getEntryId()
Gets the entry id of this blogs entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this blogs entry. |
Date |
getModifiedDate()
Gets the modified date of this blogs entry. |
long |
getPrimaryKey()
Gets the primary key of this blogs entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getStatus()
Gets the status of this blogs entry. |
long |
getStatusByUserId()
Gets the status by user id of this blogs entry. |
String |
getStatusByUserName()
Gets the status by user name of this blogs entry. |
String |
getStatusByUserUuid()
Gets the status by user uuid of this blogs entry. |
Date |
getStatusDate()
Gets the status date of this blogs entry. |
String |
getTitle()
Gets the title of this blogs entry. |
String |
getTrackbacks()
Gets the trackbacks of this blogs entry. |
String |
getUrlTitle()
Gets the url title of this blogs entry. |
long |
getUserId()
Gets the user id of this blogs entry. |
String |
getUserName()
Gets the user name of this blogs entry. |
String |
getUserUuid()
Gets the user uuid of this blogs entry. |
String |
getUuid()
Gets the uuid of this blogs entry. |
BlogsEntry |
getWrappedBlogsEntry()
|
int |
hashCode()
|
boolean |
isAllowPingbacks()
Determines if this blogs entry is allow pingbacks. |
boolean |
isAllowTrackbacks()
Determines if this blogs entry is allow trackbacks. |
boolean |
isApproved()
Determines if this blogs entry is approved. |
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isDraft()
Determines if this blogs entry is a draft. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isExpired()
Determines if this blogs entry is expired. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPending()
Determines if this blogs entry is pending. |
void |
setAllowPingbacks(boolean allowPingbacks)
Sets whether this {$entity.humanName} is allow pingbacks. |
void |
setAllowTrackbacks(boolean allowTrackbacks)
Sets whether this {$entity.humanName} is allow trackbacks. |
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 blogs entry. |
void |
setContent(String content)
Sets the content of this blogs entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this blogs entry. |
void |
setDisplayDate(Date displayDate)
Sets the display date of this blogs entry. |
void |
setEntryId(long entryId)
Sets the entry id of this blogs entry. |
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 |
setGroupId(long groupId)
Sets the group id of this blogs entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this blogs entry. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this blogs entry |
void |
setStatus(int status)
Sets the status of this blogs entry. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user id of this blogs entry. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this blogs entry. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this blogs entry. |
void |
setStatusDate(Date statusDate)
Sets the status date of this blogs entry. |
void |
setTitle(String title)
Sets the title of this blogs entry. |
void |
setTrackbacks(String trackbacks)
Sets the trackbacks of this blogs entry. |
void |
setUrlTitle(String urlTitle)
Sets the url title of this blogs entry. |
void |
setUserId(long userId)
Sets the user id of this blogs entry. |
void |
setUserName(String userName)
Sets the user name of this blogs entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this blogs entry. |
void |
setUuid(String uuid)
Sets the uuid of this blogs entry. |
BlogsEntry |
toEscapedModel()
Gets a copy of this blogs entry 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 BlogsEntryWrapper(BlogsEntry blogsEntry)
| Method Detail |
|---|
public long getPrimaryKey()
BlogsEntryModel
getPrimaryKey in interface BlogsEntryModelpublic void setPrimaryKey(long pk)
BlogsEntryModel
setPrimaryKey in interface BlogsEntryModelpk - the primary key of this blogs entrypublic String getUuid()
BlogsEntryModel
getUuid in interface BlogsEntryModelpublic void setUuid(String uuid)
BlogsEntryModel
setUuid in interface BlogsEntryModeluuid - the uuid of this blogs entrypublic long getEntryId()
BlogsEntryModel
getEntryId in interface BlogsEntryModelpublic void setEntryId(long entryId)
BlogsEntryModel
setEntryId in interface BlogsEntryModelentryId - the entry id of this blogs entrypublic long getGroupId()
BlogsEntryModel
getGroupId in interface BlogsEntryModelpublic void setGroupId(long groupId)
BlogsEntryModel
setGroupId in interface BlogsEntryModelgroupId - the group id of this blogs entrypublic long getCompanyId()
BlogsEntryModel
getCompanyId in interface BlogsEntryModelpublic void setCompanyId(long companyId)
BlogsEntryModel
setCompanyId in interface BlogsEntryModelcompanyId - the company id of this blogs entrypublic long getUserId()
BlogsEntryModel
getUserId in interface BlogsEntryModelpublic void setUserId(long userId)
BlogsEntryModel
setUserId in interface BlogsEntryModeluserId - the user id of this blogs entry
public String getUserUuid()
throws SystemException
BlogsEntryModel
getUserUuid in interface BlogsEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
BlogsEntryModel
setUserUuid in interface BlogsEntryModeluserUuid - the user uuid of this blogs entrypublic String getUserName()
BlogsEntryModel
getUserName in interface BlogsEntryModelpublic void setUserName(String userName)
BlogsEntryModel
setUserName in interface BlogsEntryModeluserName - the user name of this blogs entrypublic Date getCreateDate()
BlogsEntryModel
getCreateDate in interface BlogsEntryModelpublic void setCreateDate(Date createDate)
BlogsEntryModel
setCreateDate in interface BlogsEntryModelcreateDate - the create date of this blogs entrypublic Date getModifiedDate()
BlogsEntryModel
getModifiedDate in interface BlogsEntryModelpublic void setModifiedDate(Date modifiedDate)
BlogsEntryModel
setModifiedDate in interface BlogsEntryModelmodifiedDate - the modified date of this blogs entrypublic String getTitle()
BlogsEntryModel
getTitle in interface BlogsEntryModelpublic void setTitle(String title)
BlogsEntryModel
setTitle in interface BlogsEntryModeltitle - the title of this blogs entrypublic String getUrlTitle()
BlogsEntryModel
getUrlTitle in interface BlogsEntryModelpublic void setUrlTitle(String urlTitle)
BlogsEntryModel
setUrlTitle in interface BlogsEntryModelurlTitle - the url title of this blogs entrypublic String getContent()
BlogsEntryModel
getContent in interface BlogsEntryModelpublic void setContent(String content)
BlogsEntryModel
setContent in interface BlogsEntryModelcontent - the content of this blogs entrypublic Date getDisplayDate()
BlogsEntryModel
getDisplayDate in interface BlogsEntryModelpublic void setDisplayDate(Date displayDate)
BlogsEntryModel
setDisplayDate in interface BlogsEntryModeldisplayDate - the display date of this blogs entrypublic boolean getAllowPingbacks()
BlogsEntryModel
getAllowPingbacks in interface BlogsEntryModelpublic boolean isAllowPingbacks()
BlogsEntryModel
isAllowPingbacks in interface BlogsEntryModeltrue if this blogs entry is allow pingbacks; false otherwisepublic void setAllowPingbacks(boolean allowPingbacks)
BlogsEntryModel
setAllowPingbacks in interface BlogsEntryModelallowPingbacks - the allow pingbacks of this blogs entrypublic boolean getAllowTrackbacks()
BlogsEntryModel
getAllowTrackbacks in interface BlogsEntryModelpublic boolean isAllowTrackbacks()
BlogsEntryModel
isAllowTrackbacks in interface BlogsEntryModeltrue if this blogs entry is allow trackbacks; false otherwisepublic void setAllowTrackbacks(boolean allowTrackbacks)
BlogsEntryModel
setAllowTrackbacks in interface BlogsEntryModelallowTrackbacks - the allow trackbacks of this blogs entrypublic String getTrackbacks()
BlogsEntryModel
getTrackbacks in interface BlogsEntryModelpublic void setTrackbacks(String trackbacks)
BlogsEntryModel
setTrackbacks in interface BlogsEntryModeltrackbacks - the trackbacks of this blogs entrypublic int getStatus()
BlogsEntryModel
getStatus in interface BlogsEntryModelpublic void setStatus(int status)
BlogsEntryModel
setStatus in interface BlogsEntryModelstatus - the status of this blogs entrypublic long getStatusByUserId()
BlogsEntryModel
getStatusByUserId in interface BlogsEntryModelpublic void setStatusByUserId(long statusByUserId)
BlogsEntryModel
setStatusByUserId in interface BlogsEntryModelstatusByUserId - the status by user id of this blogs entry
public String getStatusByUserUuid()
throws SystemException
BlogsEntryModel
getStatusByUserUuid in interface BlogsEntryModelSystemException - if a system exception occurredpublic void setStatusByUserUuid(String statusByUserUuid)
BlogsEntryModel
setStatusByUserUuid in interface BlogsEntryModelstatusByUserUuid - the status by user uuid of this blogs entrypublic String getStatusByUserName()
BlogsEntryModel
getStatusByUserName in interface BlogsEntryModelpublic void setStatusByUserName(String statusByUserName)
BlogsEntryModel
setStatusByUserName in interface BlogsEntryModelstatusByUserName - the status by user name of this blogs entrypublic Date getStatusDate()
BlogsEntryModel
getStatusDate in interface BlogsEntryModelpublic void setStatusDate(Date statusDate)
BlogsEntryModel
setStatusDate in interface BlogsEntryModelstatusDate - the status date of this blogs entrypublic boolean isApproved()
BlogsEntryModel
isApproved in interface BlogsEntryModeltrue if this blogs entry is approved; false otherwisepublic boolean isDraft()
BlogsEntryModel
isDraft in interface BlogsEntryModeltrue if this blogs entry is a draft; false otherwisepublic boolean isExpired()
BlogsEntryModel
isExpired in interface BlogsEntryModeltrue if this blogs entry is expired; false otherwisepublic boolean isPending()
BlogsEntryModel
isPending in interface BlogsEntryModeltrue if this blogs entry is pending; false otherwisepublic BlogsEntry toEscapedModel()
BlogsEntryModelAutoEscapeBeanHandler.
toEscapedModel in interface BlogsEntryModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<BlogsEntry>isNew in interface BlogsEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<BlogsEntry>setNew in interface BlogsEntryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<BlogsEntry>isCachedModel in interface BlogsEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<BlogsEntry>setCachedModel in interface BlogsEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<BlogsEntry>isEscapedModel in interface BlogsEntryModeltrue 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<BlogsEntry>setEscapedModel in interface BlogsEntryModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsEntry>getPrimaryKeyObj in interface BlogsEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsEntry>getExpandoBridge in interface BlogsEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>setExpandoBridgeAttributes in interface BlogsEntryModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<BlogsEntry>clone in interface BlogsEntryModelclone in class Objectpublic int compareTo(BlogsEntry blogsEntry)
compareTo in interface BlogsEntryModelcompareTo in interface Comparable<BlogsEntry>public int hashCode()
hashCode in interface BlogsEntryModelhashCode in class Objectpublic String toString()
toString in interface BlogsEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsEntry>toXmlString in interface BlogsEntryModelpublic BlogsEntry getWrappedBlogsEntry()
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||