|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface BlogsEntryModel
The base model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation BlogsEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BlogsEntryImpl.
BlogsEntry,
BlogsEntryImpl,
BlogsEntryModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsEntry blogsEntry)
|
boolean |
getAllowPingbacks()
Returns the allow pingbacks of this blogs entry. |
boolean |
getAllowTrackbacks()
Returns the allow trackbacks of this blogs entry. |
long |
getCompanyId()
Returns the company ID of this blogs entry. |
String |
getContent()
Returns the content of this blogs entry. |
String |
getCoverImageCaption()
Returns the cover image caption of this blogs entry. |
long |
getCoverImageFileEntryId()
Returns the cover image file entry ID of this blogs entry. |
String |
getCoverImageURL()
Returns the cover image u r l of this blogs entry. |
Date |
getCreateDate()
Returns the create date of this blogs entry. |
String |
getDescription()
Returns the description of this blogs entry. |
Date |
getDisplayDate()
Returns the display date of this blogs entry. |
long |
getEntryId()
Returns the entry ID of this blogs entry. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this blogs entry. |
Date |
getLastPublishDate()
Returns the last publish date of this blogs entry. |
Date |
getModifiedDate()
Returns the modified date of this blogs entry. |
long |
getPrimaryKey()
Returns the primary key of this blogs entry. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getSmallImage()
Returns the small image of this blogs entry. |
long |
getSmallImageFileEntryId()
Returns the small image file entry ID of this blogs entry. |
long |
getSmallImageId()
Returns the small image ID of this blogs entry. |
String |
getSmallImageURL()
Returns the small image u r l of this blogs entry. |
int |
getStatus()
Returns the status of this blogs entry. |
long |
getStatusByUserId()
Returns the status by user ID of this blogs entry. |
String |
getStatusByUserName()
Returns the status by user name of this blogs entry. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this blogs entry. |
Date |
getStatusDate()
Returns the status date of this blogs entry. |
String |
getSubtitle()
Returns the subtitle of this blogs entry. |
String |
getTitle()
Returns the title of this blogs entry. |
String |
getTrackbacks()
Returns the trackbacks of this blogs entry. |
TrashEntry |
getTrashEntry()
Returns the trash entry created when this blogs entry was moved to the Recycle Bin. |
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this blogs entry. |
TrashHandler |
getTrashHandler()
Returns the trash handler for this blogs entry. |
String |
getUrlTitle()
Returns the url title of this blogs entry. |
long |
getUserId()
Returns the user ID of this blogs entry. |
String |
getUserName()
Returns the user name of this blogs entry. |
String |
getUserUuid()
Returns the user uuid of this blogs entry. |
String |
getUuid()
Returns the uuid of this blogs entry. |
int |
hashCode()
|
boolean |
isAllowPingbacks()
Returns true if this blogs entry is allow pingbacks. |
boolean |
isAllowTrackbacks()
Returns true if this blogs entry is allow trackbacks. |
boolean |
isApproved()
Returns true if this blogs entry is approved. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDenied()
Returns true if this blogs entry is denied. |
boolean |
isDraft()
Returns true if this blogs entry is a draft. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
Returns true if this blogs entry is expired. |
boolean |
isInactive()
Returns true if this blogs entry is inactive. |
boolean |
isIncomplete()
Returns true if this blogs entry is incomplete. |
boolean |
isInTrash()
Returns true if this blogs entry is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns true if the parent of this blogs entry is in the Recycle Bin. |
boolean |
isInTrashExplicitly()
|
boolean |
isInTrashImplicitly()
|
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Returns true if this blogs entry is pending. |
boolean |
isScheduled()
Returns true if this blogs entry is scheduled. |
boolean |
isSmallImage()
Returns true if this blogs entry is small image. |
void |
setAllowPingbacks(boolean allowPingbacks)
Sets whether this blogs entry is allow pingbacks. |
void |
setAllowTrackbacks(boolean allowTrackbacks)
Sets whether this blogs entry 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 |
setCoverImageCaption(String coverImageCaption)
Sets the cover image caption of this blogs entry. |
void |
setCoverImageFileEntryId(long coverImageFileEntryId)
Sets the cover image file entry ID of this blogs entry. |
void |
setCoverImageURL(String coverImageURL)
Sets the cover image u r l of this blogs entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this blogs entry. |
void |
setDescription(String description)
Sets the description 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 |
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 |
setGroupId(long groupId)
Sets the group ID of this blogs entry. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date 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 primaryKey)
Sets the primary key of this blogs entry. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSmallImage(boolean smallImage)
Sets whether this blogs entry is small image. |
void |
setSmallImageFileEntryId(long smallImageFileEntryId)
Sets the small image file entry ID of this blogs entry. |
void |
setSmallImageId(long smallImageId)
Sets the small image ID of this blogs entry. |
void |
setSmallImageURL(String smallImageURL)
Sets the small image u r l 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 |
setSubtitle(String subtitle)
Sets the subtitle 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. |
CacheModel<BlogsEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
BlogsEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
BlogsEntry |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.model.StagedModel |
|---|
getStagedModelType |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this blogs entry@AutoEscape String getUuid()
getUuid in interface StagedModelvoid setUuid(String uuid)
setUuid in interface StagedModeluuid - the uuid of this blogs entrylong getEntryId()
void setEntryId(long entryId)
entryId - the entry ID of this blogs entrylong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this blogs entrylong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this blogs entrylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this blogs entryString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this blogs entry@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this blogs entryDate getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this blogs entryDate getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this blogs entry@AutoEscape String getTitle()
void setTitle(String title)
title - the title of this blogs entry@AutoEscape String getSubtitle()
void setSubtitle(String subtitle)
subtitle - the subtitle of this blogs entry@AutoEscape String getUrlTitle()
void setUrlTitle(String urlTitle)
urlTitle - the url title of this blogs entry@AutoEscape String getDescription()
void setDescription(String description)
description - the description of this blogs entry@AutoEscape String getContent()
void setContent(String content)
content - the content of this blogs entryDate getDisplayDate()
void setDisplayDate(Date displayDate)
displayDate - the display date of this blogs entryboolean getAllowPingbacks()
boolean isAllowPingbacks()
true if this blogs entry is allow pingbacks.
true if this blogs entry is allow pingbacks; false otherwisevoid setAllowPingbacks(boolean allowPingbacks)
allowPingbacks - the allow pingbacks of this blogs entryboolean getAllowTrackbacks()
boolean isAllowTrackbacks()
true if this blogs entry is allow trackbacks.
true if this blogs entry is allow trackbacks; false otherwisevoid setAllowTrackbacks(boolean allowTrackbacks)
allowTrackbacks - the allow trackbacks of this blogs entry@AutoEscape String getTrackbacks()
void setTrackbacks(String trackbacks)
trackbacks - the trackbacks of this blogs entry@AutoEscape String getCoverImageCaption()
void setCoverImageCaption(String coverImageCaption)
coverImageCaption - the cover image caption of this blogs entrylong getCoverImageFileEntryId()
void setCoverImageFileEntryId(long coverImageFileEntryId)
coverImageFileEntryId - the cover image file entry ID of this blogs entry@AutoEscape String getCoverImageURL()
void setCoverImageURL(String coverImageURL)
coverImageURL - the cover image u r l of this blogs entryboolean getSmallImage()
boolean isSmallImage()
true if this blogs entry is small image.
true if this blogs entry is small image; false otherwisevoid setSmallImage(boolean smallImage)
smallImage - the small image of this blogs entrylong getSmallImageFileEntryId()
void setSmallImageFileEntryId(long smallImageFileEntryId)
smallImageFileEntryId - the small image file entry ID of this blogs entrylong getSmallImageId()
void setSmallImageId(long smallImageId)
smallImageId - the small image ID of this blogs entry@AutoEscape String getSmallImageURL()
void setSmallImageURL(String smallImageURL)
smallImageURL - the small image u r l of this blogs entryDate getLastPublishDate()
getLastPublishDate in interface StagedGroupedModelvoid setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this blogs entryint getStatus()
getStatus in interface TrashedModelgetStatus in interface WorkflowedModelvoid setStatus(int status)
setStatus in interface WorkflowedModelstatus - the status of this blogs entrylong getStatusByUserId()
getStatusByUserId in interface WorkflowedModelvoid setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this blogs entryString getStatusByUserUuid()
getStatusByUserUuid in interface WorkflowedModelvoid setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this blogs entry@AutoEscape String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelvoid setStatusByUserName(String statusByUserName)
setStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this blogs entryDate getStatusDate()
getStatusDate in interface WorkflowedModelvoid setStatusDate(Date statusDate)
setStatusDate in interface WorkflowedModelstatusDate - the status date of this blogs entry
TrashEntry getTrashEntry()
throws PortalException
getTrashEntry in interface TrashedModelPortalExceptionlong getTrashEntryClassPK()
getTrashEntryClassPK in interface TrashedModelTrashHandler getTrashHandler()
getTrashHandler in interface TrashedModelboolean isInTrash()
true if this blogs entry is in the Recycle Bin.
isInTrash in interface TrashedModeltrue if this blogs entry is in the Recycle Bin; false otherwiseboolean isInTrashContainer()
true if the parent of this blogs entry is in the Recycle Bin.
isInTrashContainer in interface TrashedModeltrue if the parent of this blogs entry is in the Recycle Bin; false otherwiseboolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelboolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelboolean isApproved()
true if this blogs entry is approved.
isApproved in interface WorkflowedModeltrue if this blogs entry is approved; false otherwiseboolean isDenied()
true if this blogs entry is denied.
isDenied in interface WorkflowedModeltrue if this blogs entry is denied; false otherwiseboolean isDraft()
true if this blogs entry is a draft.
isDraft in interface WorkflowedModeltrue if this blogs entry is a draft; false otherwiseboolean isExpired()
true if this blogs entry is expired.
isExpired in interface WorkflowedModeltrue if this blogs entry is expired; false otherwiseboolean isInactive()
true if this blogs entry is inactive.
isInactive in interface WorkflowedModeltrue if this blogs entry is inactive; false otherwiseboolean isIncomplete()
true if this blogs entry is incomplete.
isIncomplete in interface WorkflowedModeltrue if this blogs entry is incomplete; false otherwiseboolean isPending()
true if this blogs entry is pending.
isPending in interface WorkflowedModeltrue if this blogs entry is pending; false otherwiseboolean isScheduled()
true if this blogs entry is scheduled.
isScheduled in interface WorkflowedModeltrue if this blogs entry is scheduled; false otherwiseboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
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()
BaseModeltrue if this model instance was retrieved from the
entity cache.
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()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<BlogsEntry>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsEntry>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<BlogsEntry>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsEntry>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsEntry>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModel
clone in interface BaseModel<BlogsEntry>clone in interface StagedModelint compareTo(BlogsEntry blogsEntry)
compareTo in interface Comparable<BlogsEntry>int hashCode()
hashCode in class ObjectCacheModel<BlogsEntry> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<BlogsEntry>BlogsEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<BlogsEntry>AutoEscapeBeanHandlerBlogsEntry toUnescapedModel()
toUnescapedModel in interface BaseModel<BlogsEntry>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsEntry>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||