Liferay 6.2-ce-ga5

com.liferay.portlet.blogs.model
Interface BlogsEntry

All Superinterfaces:
AuditedModel, BaseModel<BlogsEntry>, BlogsEntryModel, ClassedModel, Cloneable, Comparable<BlogsEntry>, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel
All Known Implementing Classes:
BlogsEntryWrapper

@ProviderType
public interface BlogsEntry
extends BlogsEntryModel, PersistedModel

The extended model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.

See Also:
BlogsEntryModel, BlogsEntryImpl, BlogsEntryModelImpl

Method Summary
 String getEntryImageURL(ThemeDisplay themeDisplay)
           
 String getSmallImageType()
           
 boolean isInTrashExplicitly()
           
 boolean isVisible()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel
clone, compareTo, getAllowPingbacks, getAllowTrackbacks, getApproved, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTrackbacks, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAllowTrackbacks, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, isSmallImage, setAllowPingbacks, setAllowTrackbacks, setCachedModel, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setSmallImage, setSmallImageId, setSmallImageURL, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getEntryImageURL

String getEntryImageURL(ThemeDisplay themeDisplay)

getSmallImageType

String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isVisible

boolean isVisible()

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.2-ce-ga5