com.liferay.portlet.journal.model
Interface JournalArticle
- All Superinterfaces:
- AttachedModel, AuditedModel, BaseModel<JournalArticle>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<JournalArticle>, GroupedModel, JournalArticleModel, PersistedModel, ResourcedModel, java.io.Serializable, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, TypedModel, WorkflowedModel
- All Known Implementing Classes:
- JournalArticleWrapper
@ProviderType
public interface JournalArticle
- extends JournalArticleModel, PersistedModel, TreeModel
The extended model interface for the JournalArticle service. Represents a row in the "JournalArticle" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalArticleModel,
JournalArticleImpl,
JournalArticleModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel |
clone, compareTo, getApproved, getArticleId, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getDisplayDate, getExpandoBridge, getExpirationDate, getFolderId, getGroupId, getId, getIndexable, getLayoutUuid, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getReviewDate, getSmallImage, getSmallImageId, getSmallImageURL, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStructureId, getTemplateId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getType, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isIndexable, isInTrash, isInTrashContainer, isNew, isPending, isResourceMain, isScheduled, isSmallImage, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setArticleId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setContent, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setDisplayDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpirationDate, setFolderId, setGroupId, setId, setIndexable, setLayoutUuid, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setReviewDate, setSmallImage, setSmallImageId, setSmallImageURL, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStructureId, setTemplateId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setTreePath, setType, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ARTICLE_ID_ACCESSOR
static final Accessor<JournalArticle,java.lang.String> ARTICLE_ID_ACCESSOR
buildTreePath
java.lang.String buildTreePath()
throws PortalException,
SystemException
- Specified by:
buildTreePath in interface TreeModel
- Throws:
PortalException
SystemException
getArticleImageURL
java.lang.String getArticleImageURL(ThemeDisplay themeDisplay)
getArticleResource
JournalArticleResource getArticleResource()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getArticleResourceUuid
java.lang.String getArticleResourceUuid()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAvailableLocales
java.lang.String[] getAvailableLocales()
- Deprecated. As of 6.2.0, replaced by
JournalArticleModel.getAvailableLanguageIds()
getContentByLocale
java.lang.String getContentByLocale(java.lang.String languageId)
getDefaultLocale
java.lang.String getDefaultLocale()
- Deprecated. As of 6.2.0, replaced by
JournalArticleModel.getDefaultLanguageId()
getFolder
JournalFolder getFolder()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSmallImageType
java.lang.String getSmallImageType()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasApprovedVersion
boolean hasApprovedVersion()
throws SystemException
- Throws:
SystemException
isTemplateDriven
boolean isTemplateDriven()
setSmallImageType
void setSmallImageType(java.lang.String smallImageType)