@JSON(strict=true)
@ProviderType
public class BlogsEntryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
implements com.liferay.blogs.kernel.model.BlogsEntryModel
This implementation and its corresponding interface BlogsEntryModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BlogsEntryImpl
.
BlogsEntryImpl
,
BlogsEntry
,
BlogsEntryModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static long |
CREATEDATE_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static long |
DISPLAYDATE_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
URLTITLE_COLUMN_BITMASK |
static long |
USERID_COLUMN_BITMASK |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
BlogsEntryModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.blogs.kernel.model.BlogsEntry blogsEntry) |
boolean |
equals(Object obj) |
boolean |
getAllowPingbacks() |
boolean |
getAllowTrackbacks() |
long |
getColumnBitmask() |
long |
getCompanyId() |
String |
getContent() |
String |
getCoverImageCaption() |
long |
getCoverImageFileEntryId() |
String |
getCoverImageURL() |
Date |
getCreateDate() |
String |
getDescription() |
Date |
getDisplayDate() |
long |
getEntryId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Date |
getLastPublishDate() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalCompanyId() |
Date |
getOriginalDisplayDate() |
long |
getOriginalGroupId() |
int |
getOriginalStatus() |
String |
getOriginalUrlTitle() |
long |
getOriginalUserId() |
String |
getOriginalUuid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
boolean |
getSmallImage() |
long |
getSmallImageFileEntryId() |
long |
getSmallImageId() |
String |
getSmallImageURL() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus() |
long |
getStatusByUserId() |
String |
getStatusByUserName() |
String |
getStatusByUserUuid() |
Date |
getStatusDate() |
String |
getSubtitle() |
String |
getTitle() |
String |
getTrackbacks() |
com.liferay.trash.kernel.model.TrashEntry |
getTrashEntry() |
long |
getTrashEntryClassPK() |
com.liferay.portal.kernel.trash.TrashHandler |
getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
String |
getUrlTitle() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isAllowPingbacks() |
boolean |
isAllowTrackbacks() |
boolean |
isApproved() |
boolean |
isDenied() |
boolean |
isDraft() |
boolean |
isEntityCacheEnabled() |
boolean |
isExpired() |
boolean |
isFinderCacheEnabled() |
boolean |
isInactive() |
boolean |
isIncomplete() |
boolean |
isInTrash() |
boolean |
isInTrashContainer() |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isPending() |
boolean |
isScheduled() |
boolean |
isSmallImage() |
void |
resetOriginalValues() |
void |
setAllowPingbacks(boolean allowPingbacks) |
void |
setAllowTrackbacks(boolean allowTrackbacks) |
void |
setCompanyId(long companyId) |
void |
setContent(String content) |
void |
setCoverImageCaption(String coverImageCaption) |
void |
setCoverImageFileEntryId(long coverImageFileEntryId) |
void |
setCoverImageURL(String coverImageURL) |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setDisplayDate(Date displayDate) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSmallImage(boolean smallImage) |
void |
setSmallImageFileEntryId(long smallImageFileEntryId) |
void |
setSmallImageId(long smallImageId) |
void |
setSmallImageURL(String smallImageURL) |
void |
setStatus(int status) |
void |
setStatusByUserId(long statusByUserId) |
void |
setStatusByUserName(String statusByUserName) |
void |
setStatusByUserUuid(String statusByUserUuid) |
void |
setStatusDate(Date statusDate) |
void |
setSubtitle(String subtitle) |
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) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.blogs.kernel.model.BlogsEntry> |
toCacheModel() |
com.liferay.blogs.kernel.model.BlogsEntry |
toEscapedModel() |
static com.liferay.blogs.kernel.model.BlogsEntry |
toModel(com.liferay.blogs.kernel.model.BlogsEntrySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.blogs.kernel.model.BlogsEntry> |
toModels(com.liferay.blogs.kernel.model.BlogsEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long DISPLAYDATE_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long URLTITLE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.blogs.kernel.model.BlogsEntry toModel(com.liferay.blogs.kernel.model.BlogsEntrySoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.blogs.kernel.model.BlogsEntry> toModels(com.liferay.blogs.kernel.model.BlogsEntrySoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
@JSON public String getUuid()
getUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(String uuid)
setUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
public String getOriginalUuid()
@JSON public long getEntryId()
getEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setEntryId(long entryId)
setEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public long getGroupId()
getGroupId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getOriginalCompanyId()
@JSON public long getUserId()
getUserId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
setUserId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public String getUserUuid()
getUserUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public long getOriginalUserId()
@JSON public String getUserName()
getUserName
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(String userName)
setUserName
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getCreateDate()
getCreateDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
@JSON public Date getModifiedDate()
getModifiedDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
@JSON public String getTitle()
getTitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setTitle(String title)
setTitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getSubtitle()
getSubtitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setSubtitle(String subtitle)
setSubtitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getUrlTitle()
getUrlTitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setUrlTitle(String urlTitle)
setUrlTitle
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public String getOriginalUrlTitle()
@JSON public String getDescription()
getDescription
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setDescription(String description)
setDescription
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getContent()
getContent
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setContent(String content)
setContent
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public Date getDisplayDate()
getDisplayDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setDisplayDate(Date displayDate)
setDisplayDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public Date getOriginalDisplayDate()
@JSON public boolean getAllowPingbacks()
getAllowPingbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public boolean isAllowPingbacks()
isAllowPingbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setAllowPingbacks(boolean allowPingbacks)
setAllowPingbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public boolean getAllowTrackbacks()
getAllowTrackbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public boolean isAllowTrackbacks()
isAllowTrackbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setAllowTrackbacks(boolean allowTrackbacks)
setAllowTrackbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getTrackbacks()
getTrackbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setTrackbacks(String trackbacks)
setTrackbacks
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getCoverImageCaption()
getCoverImageCaption
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setCoverImageCaption(String coverImageCaption)
setCoverImageCaption
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public long getCoverImageFileEntryId()
getCoverImageFileEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setCoverImageFileEntryId(long coverImageFileEntryId)
setCoverImageFileEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getCoverImageURL()
getCoverImageURL
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setCoverImageURL(String coverImageURL)
setCoverImageURL
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public boolean getSmallImage()
getSmallImage
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public boolean isSmallImage()
isSmallImage
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setSmallImage(boolean smallImage)
setSmallImage
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public long getSmallImageFileEntryId()
getSmallImageFileEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setSmallImageFileEntryId(long smallImageFileEntryId)
setSmallImageFileEntryId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public long getSmallImageId()
getSmallImageId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setSmallImageId(long smallImageId)
setSmallImageId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public String getSmallImageURL()
getSmallImageURL
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
public void setSmallImageURL(String smallImageURL)
setSmallImageURL
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
@JSON public Date getLastPublishDate()
getLastPublishDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
@JSON public int getStatus()
getStatus
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getStatus
in interface com.liferay.portal.kernel.model.TrashedModel
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatus(int status)
setStatus
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
public int getOriginalStatus()
@JSON public long getStatusByUserId()
getStatusByUserId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
public String getStatusByUserUuid()
getStatusByUserUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
@JSON public String getStatusByUserName()
getStatusByUserName
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusByUserName(String statusByUserName)
setStatusByUserName
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
@JSON public Date getStatusDate()
getStatusDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
public void setStatusDate(Date statusDate)
setStatusDate
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public com.liferay.trash.kernel.model.TrashEntry getTrashEntry() throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getTrashEntry
in interface com.liferay.portal.kernel.model.TrashedModel
com.liferay.portal.kernel.exception.PortalException
public long getTrashEntryClassPK()
getTrashEntryClassPK
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getTrashEntryClassPK
in interface com.liferay.portal.kernel.model.TrashedModel
@Deprecated public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
getTrashHandler
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getTrashHandler
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrash()
isInTrash
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isInTrash
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrashContainer()
isInTrashContainer
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isInTrashContainer
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrashExplicitly()
isInTrashExplicitly
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isInTrashExplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isInTrashImplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
public boolean isApproved()
isApproved
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isDenied()
isDenied
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isDraft()
isDraft
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isExpired()
isExpired
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isInactive()
isInactive
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isIncomplete()
isIncomplete
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isPending()
isPending
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
public boolean isScheduled()
isScheduled
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public com.liferay.blogs.kernel.model.BlogsEntry toEscapedModel()
toEscapedModel
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public Object clone()
clone
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public int compareTo(com.liferay.blogs.kernel.model.BlogsEntry blogsEntry)
compareTo
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
compareTo
in interface Comparable<com.liferay.blogs.kernel.model.BlogsEntry>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.blogs.kernel.model.BlogsEntry> toCacheModel()
toCacheModel
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.blogs.kernel.model.BlogsEntry>
public String toString()
toString
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.blogs.kernel.model.BlogsEntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.blogs.kernel.model.BlogsEntry>