|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlogsEntryModel
This interface is a model that represents the BlogsEntry table in the database.
BlogsEntry,
BlogsEntryImpl,
BlogsEntryModelImpl| 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()
|
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. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
String getUuid()
void setUuid(String uuid)
long getEntryId()
void setEntryId(long entryId)
long getGroupId()
void setGroupId(long groupId)
long getCompanyId()
void setCompanyId(long companyId)
long getUserId()
void setUserId(long userId)
String getUserUuid()
throws SystemException
SystemExceptionvoid setUserUuid(String userUuid)
String getUserName()
void setUserName(String userName)
Date getCreateDate()
void setCreateDate(Date createDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
String getTitle()
void setTitle(String title)
String getUrlTitle()
void setUrlTitle(String urlTitle)
String getContent()
void setContent(String content)
Date getDisplayDate()
void setDisplayDate(Date displayDate)
boolean getAllowPingbacks()
boolean isAllowPingbacks()
void setAllowPingbacks(boolean allowPingbacks)
boolean getAllowTrackbacks()
boolean isAllowTrackbacks()
void setAllowTrackbacks(boolean allowTrackbacks)
String getTrackbacks()
void setTrackbacks(String trackbacks)
int getStatus()
void setStatus(int status)
long getStatusByUserId()
void setStatusByUserId(long statusByUserId)
String getStatusByUserUuid()
throws SystemException
SystemExceptionvoid setStatusByUserUuid(String statusByUserUuid)
String getStatusByUserName()
void setStatusByUserName(String statusByUserName)
Date getStatusDate()
void setStatusDate(Date statusDate)
boolean isApproved()
boolean isDraft()
boolean isExpired()
boolean isPending()
BlogsEntry toEscapedModel()
boolean isNew()
BaseModel
isNew in interface BaseModel<BlogsEntry>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<BlogsEntry>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<BlogsEntry>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<BlogsEntry>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<BlogsEntry>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)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>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsEntry>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsEntry>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<BlogsEntry>int compareTo(BlogsEntry blogsEntry)
compareTo in interface Comparable<BlogsEntry>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsEntry>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||