|
Liferay 6.0.3 | |||||||||
| 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()
|
boolean |
getAllowTrackbacks()
|
long |
getCompanyId()
|
String |
getContent()
|
Date |
getCreateDate()
|
Date |
getDisplayDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getStatus()
|
long |
getStatusByUserId()
|
String |
getStatusByUserName()
|
String |
getStatusByUserUuid()
|
Date |
getStatusDate()
|
String |
getTitle()
|
String |
getTrackbacks()
|
String |
getUrlTitle()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
BlogsEntry |
getWrappedBlogsEntry()
|
int |
hashCode()
|
boolean |
isAllowPingbacks()
|
boolean |
isAllowTrackbacks()
|
boolean |
isApproved()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isDraft()
|
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isExpired()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPending()
|
void |
setAllowPingbacks(boolean allowPingbacks)
|
void |
setAllowTrackbacks(boolean allowTrackbacks)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setContent(String content)
|
void |
setCreateDate(Date createDate)
|
void |
setDisplayDate(Date displayDate)
|
void |
setEntryId(long entryId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setStatus(int status)
|
void |
setStatusByUserId(long statusByUserId)
|
void |
setStatusByUserName(String statusByUserName)
|
void |
setStatusByUserUuid(String statusByUserUuid)
|
void |
setStatusDate(Date statusDate)
|
void |
setTitle(String title)
|
void |
setTrackbacks(String trackbacks)
|
void |
setUrlTitle(String urlTitle)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
BlogsEntry |
toEscapedModel()
|
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()
getPrimaryKey in interface BlogsEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BlogsEntryModelpublic String getUuid()
getUuid in interface BlogsEntryModelpublic void setUuid(String uuid)
setUuid in interface BlogsEntryModelpublic long getEntryId()
getEntryId in interface BlogsEntryModelpublic void setEntryId(long entryId)
setEntryId in interface BlogsEntryModelpublic long getGroupId()
getGroupId in interface BlogsEntryModelpublic void setGroupId(long groupId)
setGroupId in interface BlogsEntryModelpublic long getCompanyId()
getCompanyId in interface BlogsEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface BlogsEntryModelpublic long getUserId()
getUserId in interface BlogsEntryModelpublic void setUserId(long userId)
setUserId in interface BlogsEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface BlogsEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface BlogsEntryModelpublic String getUserName()
getUserName in interface BlogsEntryModelpublic void setUserName(String userName)
setUserName in interface BlogsEntryModelpublic Date getCreateDate()
getCreateDate in interface BlogsEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface BlogsEntryModelpublic Date getModifiedDate()
getModifiedDate in interface BlogsEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface BlogsEntryModelpublic String getTitle()
getTitle in interface BlogsEntryModelpublic void setTitle(String title)
setTitle in interface BlogsEntryModelpublic String getUrlTitle()
getUrlTitle in interface BlogsEntryModelpublic void setUrlTitle(String urlTitle)
setUrlTitle in interface BlogsEntryModelpublic String getContent()
getContent in interface BlogsEntryModelpublic void setContent(String content)
setContent in interface BlogsEntryModelpublic Date getDisplayDate()
getDisplayDate in interface BlogsEntryModelpublic void setDisplayDate(Date displayDate)
setDisplayDate in interface BlogsEntryModelpublic boolean getAllowPingbacks()
getAllowPingbacks in interface BlogsEntryModelpublic boolean isAllowPingbacks()
isAllowPingbacks in interface BlogsEntryModelpublic void setAllowPingbacks(boolean allowPingbacks)
setAllowPingbacks in interface BlogsEntryModelpublic boolean getAllowTrackbacks()
getAllowTrackbacks in interface BlogsEntryModelpublic boolean isAllowTrackbacks()
isAllowTrackbacks in interface BlogsEntryModelpublic void setAllowTrackbacks(boolean allowTrackbacks)
setAllowTrackbacks in interface BlogsEntryModelpublic String getTrackbacks()
getTrackbacks in interface BlogsEntryModelpublic void setTrackbacks(String trackbacks)
setTrackbacks in interface BlogsEntryModelpublic int getStatus()
getStatus in interface BlogsEntryModelpublic void setStatus(int status)
setStatus in interface BlogsEntryModelpublic long getStatusByUserId()
getStatusByUserId in interface BlogsEntryModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface BlogsEntryModel
public String getStatusByUserUuid()
throws SystemException
getStatusByUserUuid in interface BlogsEntryModelSystemExceptionpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface BlogsEntryModelpublic String getStatusByUserName()
getStatusByUserName in interface BlogsEntryModelpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface BlogsEntryModelpublic Date getStatusDate()
getStatusDate in interface BlogsEntryModelpublic void setStatusDate(Date statusDate)
setStatusDate in interface BlogsEntryModelpublic boolean isApproved()
isApproved in interface BlogsEntryModelpublic boolean isDraft()
isDraft in interface BlogsEntryModelpublic boolean isExpired()
isExpired in interface BlogsEntryModelpublic boolean isPending()
isPending in interface BlogsEntryModelpublic BlogsEntry toEscapedModel()
toEscapedModel in interface BlogsEntryModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||