@ProviderType public interface BlogsEntryModel extends com.liferay.portal.kernel.model.BaseModel<BlogsEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.WorkflowedModel
This interface and its corresponding implementation com.liferay.blogs.model.impl.BlogsEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.blogs.model.impl.BlogsEntryImpl.
BlogsEntry| Modifier and Type | Method and Description |
|---|---|
BlogsEntry |
cloneWithOriginalValues() |
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.
|
java.lang.String |
getContent()
Returns the content of this blogs entry.
|
java.lang.String |
getCoverImageCaption()
Returns the cover image caption of this blogs entry.
|
long |
getCoverImageFileEntryId()
Returns the cover image file entry ID of this blogs entry.
|
java.lang.String |
getCoverImageURL()
Returns the cover image url of this blogs entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this blogs entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this blogs entry.
|
java.lang.String |
getDescription()
Returns the description of this blogs entry.
|
java.util.Date |
getDisplayDate()
Returns the display date of this blogs entry.
|
long |
getEntryId()
Returns the entry ID of this blogs entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this blogs entry.
|
long |
getGroupId()
Returns the group ID of this blogs entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this blogs entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this blogs entry.
|
long |
getMvccVersion()
Returns the mvcc version of this blogs entry.
|
long |
getPrimaryKey()
Returns the primary key of this blogs entry.
|
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.
|
java.lang.String |
getSmallImageURL()
Returns the small image url 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.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this blogs entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this blogs entry.
|
java.util.Date |
getStatusDate()
Returns the status date of this blogs entry.
|
java.lang.String |
getSubtitle()
Returns the subtitle of this blogs entry.
|
java.lang.String |
getTitle()
Returns the title of this blogs entry.
|
java.lang.String |
getTrackbacks()
Returns the trackbacks of this blogs entry.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this blogs entry.
|
java.lang.String |
getUrlTitle()
Returns the url title of this blogs entry.
|
long |
getUserId()
Returns the user ID of this blogs entry.
|
java.lang.String |
getUserName()
Returns the user name of this blogs entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this blogs entry.
|
java.lang.String |
getUuid()
Returns the uuid of this blogs entry.
|
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 |
isDenied()
Returns
true if this blogs entry is denied. |
boolean |
isDraft()
Returns
true if this blogs entry is a draft. |
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 |
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 |
setCompanyId(long companyId)
Sets the company ID of this blogs entry.
|
void |
setContent(java.lang.String content)
Sets the content of this blogs entry.
|
void |
setCoverImageCaption(java.lang.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(java.lang.String coverImageURL)
Sets the cover image url of this blogs entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this blogs entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this blogs entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this blogs entry.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this blogs entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this blogs entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this blogs entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this blogs entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this blogs entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this blogs entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this blogs entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this blogs entry.
|
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(java.lang.String smallImageURL)
Sets the small image url 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(java.lang.String statusByUserName)
Sets the status by user name of this blogs entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this blogs entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this blogs entry.
|
void |
setSubtitle(java.lang.String subtitle)
Sets the subtitle of this blogs entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this blogs entry.
|
void |
setTrackbacks(java.lang.String trackbacks)
Sets the trackbacks of this blogs entry.
|
void |
setUrlTitle(java.lang.String urlTitle)
Sets the url title of this blogs entry.
|
void |
setUserId(long userId)
Sets the user ID of this blogs entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this blogs entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this blogs entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this blogs entry.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>primaryKey - the primary key of this blogs entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this blogs entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>ctCollectionId - the ct collection ID of this blogs entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this blogs entry@AutoEscape java.lang.String getExternalReferenceCode()
void setExternalReferenceCode(java.lang.String externalReferenceCode)
externalReferenceCode - the external reference code of this blogs entrylong getEntryId()
void setEntryId(long entryId)
entryId - the entry ID of this blogs entrylong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this blogs entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this blogs entrylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this blogs entryjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this blogs entry@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this blogs entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this blogs entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this blogs entry@AutoEscape java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the title of this blogs entry@AutoEscape java.lang.String getSubtitle()
void setSubtitle(java.lang.String subtitle)
subtitle - the subtitle of this blogs entry@AutoEscape java.lang.String getUrlTitle()
void setUrlTitle(java.lang.String urlTitle)
urlTitle - the url title of this blogs entry@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this blogs entry@AutoEscape java.lang.String getContent()
void setContent(java.lang.String content)
content - the content of this blogs entryjava.util.Date getDisplayDate()
void setDisplayDate(java.util.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 java.lang.String getTrackbacks()
void setTrackbacks(java.lang.String trackbacks)
trackbacks - the trackbacks of this blogs entry@AutoEscape java.lang.String getCoverImageCaption()
void setCoverImageCaption(java.lang.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 java.lang.String getCoverImageURL()
void setCoverImageURL(java.lang.String coverImageURL)
coverImageURL - the cover image url 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 java.lang.String getSmallImageURL()
void setSmallImageURL(java.lang.String smallImageURL)
smallImageURL - the small image url of this blogs entryjava.util.Date getLastPublishDate()
getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelvoid setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this blogs entryint getStatus()
getStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelvoid setStatus(int status)
setStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this blogs entrylong getStatusByUserId()
getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelvoid setStatusByUserId(long statusByUserId)
setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this blogs entryjava.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelvoid setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this blogs entry@AutoEscape java.lang.String getStatusByUserName()
getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelvoid setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this blogs entryjava.util.Date getStatusDate()
getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelvoid setStatusDate(java.util.Date statusDate)
setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this blogs entrylong getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelboolean isInTrash()
true if this blogs entry is in the Recycle Bin.isInTrash in interface com.liferay.portal.kernel.model.TrashedModeltrue if this blogs entry is in the Recycle Bin; false otherwiseboolean isApproved()
true if this blogs entry is approved.isApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is approved; false otherwiseboolean isDenied()
true if this blogs entry is denied.isDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is denied; false otherwiseboolean isDraft()
true if this blogs entry is a draft.isDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is a draft; false otherwiseboolean isExpired()
true if this blogs entry is expired.isExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is expired; false otherwiseboolean isInactive()
true if this blogs entry is inactive.isInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is inactive; false otherwiseboolean isIncomplete()
true if this blogs entry is incomplete.isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is incomplete; false otherwiseboolean isPending()
true if this blogs entry is pending.isPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is pending; false otherwiseboolean isScheduled()
true if this blogs entry is scheduled.isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this blogs entry is scheduled; false otherwiseBlogsEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>default java.lang.String toXmlString()