Package com.liferay.blogs.model
Interface BlogsEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<BlogsEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<BlogsEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TrashedModel
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Subinterfaces:
BlogsEntry
- All Known Implementing Classes:
BlogsEntryWrapper
@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.ExternalReferenceCodeModel, 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
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 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
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the allow pingbacks of this blogs entry.boolean
Returns the allow trackbacks of this blogs entry.long
Returns the company ID of this blogs entry.Returns the content of this blogs entry.Returns the cover image caption of this blogs entry.long
Returns the cover image file entry ID of this blogs entry.Returns the cover image url of this blogs entry.Returns the create date of this blogs entry.long
Returns the ct collection ID of this blogs entry.Returns the description of this blogs entry.Returns the display date of this blogs entry.long
Returns the entry ID of this blogs entry.Returns the external reference code of this blogs entry.long
Returns the group ID of this blogs entry.Returns the last publish date of this blogs entry.Returns the modified date of this blogs entry.long
Returns the mvcc version of this blogs entry.long
Returns the primary key of this blogs entry.boolean
Returns the small image of this blogs entry.long
Returns the small image file entry ID of this blogs entry.long
Returns the small image ID of this blogs entry.Returns the small image url of this blogs entry.int
Returns the status of this blogs entry.long
Returns the status by user ID of this blogs entry.Returns the status by user name of this blogs entry.Returns the status by user uuid of this blogs entry.Returns the status date of this blogs entry.Returns the subtitle of this blogs entry.getTitle()
Returns the title of this blogs entry.Returns the trackbacks of this blogs entry.long
Returns the class primary key of the trash entry for this blogs entry.Returns the url title of this blogs entry.long
Returns the user ID of this blogs entry.Returns the user name of this blogs entry.Returns the user uuid of this blogs entry.getUuid()
Returns the uuid of this blogs entry.boolean
Returnstrue
if this blogs entry is allow pingbacks.boolean
Returnstrue
if this blogs entry is allow trackbacks.boolean
Returnstrue
if this blogs entry is approved.boolean
isDenied()
Returnstrue
if this blogs entry is denied.boolean
isDraft()
Returnstrue
if this blogs entry is a draft.boolean
Returnstrue
if this blogs entry is expired.boolean
Returnstrue
if this blogs entry is inactive.boolean
Returnstrue
if this blogs entry is incomplete.boolean
Returnstrue
if this blogs entry is in the Recycle Bin.boolean
Returnstrue
if this blogs entry is pending.boolean
Returnstrue
if this blogs entry is scheduled.boolean
Returnstrue
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
(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 url of this blogs entry.void
setCreateDate
(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
(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
setExternalReferenceCode
(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
(Date lastPublishDate) Sets the last publish date of this blogs entry.void
setModifiedDate
(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
(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
(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
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
Sets the uuid of this blogs entry.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this blogs entry.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
- Returns:
- the primary key of this blogs entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this blogs entry.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
- Parameters:
primaryKey
- the primary key of this blogs entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this blogs entry.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this blogs entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this blogs entry.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this blogs entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this blogs entry.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
- Returns:
- the ct collection ID of this blogs entry
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this blogs entry.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
- Parameters:
ctCollectionId
- the ct collection ID of this blogs entry
-
getUuid
Returns the uuid of this blogs entry.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this blogs entry
-
setUuid
Sets the uuid of this blogs entry.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this blogs entry
-
getExternalReferenceCode
Returns the external reference code of this blogs entry.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this blogs entry
-
setExternalReferenceCode
Sets the external reference code of this blogs entry.- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this blogs entry
-
getEntryId
long getEntryId()Returns the entry ID of this blogs entry.- Returns:
- the entry ID of this blogs entry
-
setEntryId
void setEntryId(long entryId) Sets the entry ID of this blogs entry.- Parameters:
entryId
- the entry ID of this blogs entry
-
getGroupId
long getGroupId()Returns the group ID of this blogs entry.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this blogs entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this blogs entry.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this blogs entry
-
getCompanyId
long getCompanyId()Returns the company ID of this blogs entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this blogs entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this blogs entry.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this blogs entry
-
getUserId
long getUserId()Returns the user ID of this blogs entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this blogs entry
-
setUserId
void setUserId(long userId) Sets the user ID of this blogs entry.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this blogs entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this blogs entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this blogs entry
-
setUserUuid
Sets the user uuid of this blogs entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this blogs entry
-
getUserName
Returns the user name of this blogs entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this blogs entry
-
setUserName
Sets the user name of this blogs entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this blogs entry
-
getCreateDate
Date getCreateDate()Returns the create date of this blogs entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this blogs entry
-
setCreateDate
Sets the create date of this blogs entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this blogs entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this blogs entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this blogs entry
-
setModifiedDate
Sets the modified date of this blogs entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this blogs entry
-
getTitle
Returns the title of this blogs entry.- Returns:
- the title of this blogs entry
-
setTitle
Sets the title of this blogs entry.- Parameters:
title
- the title of this blogs entry
-
getSubtitle
Returns the subtitle of this blogs entry.- Returns:
- the subtitle of this blogs entry
-
setSubtitle
Sets the subtitle of this blogs entry.- Parameters:
subtitle
- the subtitle of this blogs entry
-
getUrlTitle
Returns the url title of this blogs entry.- Returns:
- the url title of this blogs entry
-
setUrlTitle
Sets the url title of this blogs entry.- Parameters:
urlTitle
- the url title of this blogs entry
-
getDescription
Returns the description of this blogs entry.- Returns:
- the description of this blogs entry
-
setDescription
Sets the description of this blogs entry.- Parameters:
description
- the description of this blogs entry
-
getContent
Returns the content of this blogs entry.- Returns:
- the content of this blogs entry
-
setContent
Sets the content of this blogs entry.- Parameters:
content
- the content of this blogs entry
-
getDisplayDate
Date getDisplayDate()Returns the display date of this blogs entry.- Returns:
- the display date of this blogs entry
-
setDisplayDate
Sets the display date of this blogs entry.- Parameters:
displayDate
- the display date of this blogs entry
-
getAllowPingbacks
boolean getAllowPingbacks()Returns the allow pingbacks of this blogs entry.- Returns:
- the allow pingbacks of this blogs entry
-
isAllowPingbacks
boolean isAllowPingbacks()Returnstrue
if this blogs entry is allow pingbacks.- Returns:
true
if this blogs entry is allow pingbacks;false
otherwise
-
setAllowPingbacks
void setAllowPingbacks(boolean allowPingbacks) Sets whether this blogs entry is allow pingbacks.- Parameters:
allowPingbacks
- the allow pingbacks of this blogs entry
-
getAllowTrackbacks
boolean getAllowTrackbacks()Returns the allow trackbacks of this blogs entry.- Returns:
- the allow trackbacks of this blogs entry
-
isAllowTrackbacks
boolean isAllowTrackbacks()Returnstrue
if this blogs entry is allow trackbacks.- Returns:
true
if this blogs entry is allow trackbacks;false
otherwise
-
setAllowTrackbacks
void setAllowTrackbacks(boolean allowTrackbacks) Sets whether this blogs entry is allow trackbacks.- Parameters:
allowTrackbacks
- the allow trackbacks of this blogs entry
-
getTrackbacks
Returns the trackbacks of this blogs entry.- Returns:
- the trackbacks of this blogs entry
-
setTrackbacks
Sets the trackbacks of this blogs entry.- Parameters:
trackbacks
- the trackbacks of this blogs entry
-
getCoverImageCaption
Returns the cover image caption of this blogs entry.- Returns:
- the cover image caption of this blogs entry
-
setCoverImageCaption
Sets the cover image caption of this blogs entry.- Parameters:
coverImageCaption
- the cover image caption of this blogs entry
-
getCoverImageFileEntryId
long getCoverImageFileEntryId()Returns the cover image file entry ID of this blogs entry.- Returns:
- the cover image file entry ID of this blogs entry
-
setCoverImageFileEntryId
void setCoverImageFileEntryId(long coverImageFileEntryId) Sets the cover image file entry ID of this blogs entry.- Parameters:
coverImageFileEntryId
- the cover image file entry ID of this blogs entry
-
getCoverImageURL
Returns the cover image url of this blogs entry.- Returns:
- the cover image url of this blogs entry
-
setCoverImageURL
Sets the cover image url of this blogs entry.- Parameters:
coverImageURL
- the cover image url of this blogs entry
-
getSmallImage
boolean getSmallImage()Returns the small image of this blogs entry.- Returns:
- the small image of this blogs entry
-
isSmallImage
boolean isSmallImage()Returnstrue
if this blogs entry is small image.- Returns:
true
if this blogs entry is small image;false
otherwise
-
setSmallImage
void setSmallImage(boolean smallImage) Sets whether this blogs entry is small image.- Parameters:
smallImage
- the small image of this blogs entry
-
getSmallImageFileEntryId
long getSmallImageFileEntryId()Returns the small image file entry ID of this blogs entry.- Returns:
- the small image file entry ID of this blogs entry
-
setSmallImageFileEntryId
void setSmallImageFileEntryId(long smallImageFileEntryId) Sets the small image file entry ID of this blogs entry.- Parameters:
smallImageFileEntryId
- the small image file entry ID of this blogs entry
-
getSmallImageId
long getSmallImageId()Returns the small image ID of this blogs entry.- Returns:
- the small image ID of this blogs entry
-
setSmallImageId
void setSmallImageId(long smallImageId) Sets the small image ID of this blogs entry.- Parameters:
smallImageId
- the small image ID of this blogs entry
-
getSmallImageURL
Returns the small image url of this blogs entry.- Returns:
- the small image url of this blogs entry
-
setSmallImageURL
Sets the small image url of this blogs entry.- Parameters:
smallImageURL
- the small image url of this blogs entry
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this blogs entry.- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this blogs entry
-
setLastPublishDate
Sets the last publish date of this blogs entry.- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this blogs entry
-
getStatus
int getStatus()Returns the status of this blogs entry.- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this blogs entry
-
setStatus
void setStatus(int status) Sets the status of this blogs entry.- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this blogs entry
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this blogs entry.- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this blogs entry
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this blogs entry.- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this blogs entry
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this blogs entry.- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this blogs entry
-
setStatusByUserUuid
Sets the status by user uuid of this blogs entry.- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this blogs entry
-
getStatusByUserName
Returns the status by user name of this blogs entry.- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this blogs entry
-
setStatusByUserName
Sets the status by user name of this blogs entry.- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this blogs entry
-
getStatusDate
Date getStatusDate()Returns the status date of this blogs entry.- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this blogs entry
-
setStatusDate
Sets the status date of this blogs entry.- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this blogs entry
-
getTrashEntryClassPK
long getTrashEntryClassPK()Returns the class primary key of the trash entry for this blogs entry.- Specified by:
getTrashEntryClassPK
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Returns:
- the class primary key of the trash entry for this blogs entry
-
isInTrash
boolean isInTrash()Returnstrue
if this blogs entry is in the Recycle Bin.- Specified by:
isInTrash
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Returns:
true
if this blogs entry is in the Recycle Bin;false
otherwise
-
isApproved
boolean isApproved()Returnstrue
if this blogs entry is approved.- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is approved;false
otherwise
-
isDenied
boolean isDenied()Returnstrue
if this blogs entry is denied.- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is denied;false
otherwise
-
isDraft
boolean isDraft()Returnstrue
if this blogs entry is a draft.- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is a draft;false
otherwise
-
isExpired
boolean isExpired()Returnstrue
if this blogs entry is expired.- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is expired;false
otherwise
-
isInactive
boolean isInactive()Returnstrue
if this blogs entry is inactive.- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is inactive;false
otherwise
-
isIncomplete
boolean isIncomplete()Returnstrue
if this blogs entry is incomplete.- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is incomplete;false
otherwise
-
isPending
boolean isPending()Returnstrue
if this blogs entry is pending.- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is pending;false
otherwise
-
isScheduled
boolean isScheduled()Returnstrue
if this blogs entry is scheduled.- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this blogs entry is scheduled;false
otherwise
-
cloneWithOriginalValues
BlogsEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<BlogsEntry>
-
toXmlString
-