com.liferay.portlet.journal.model
Interface JournalArticle
- All Superinterfaces:
- AttachedModel, AuditedModel, BaseModel<JournalArticle>, ClassedModel, Cloneable, Comparable<JournalArticle>, GroupedModel, JournalArticleModel, PersistedModel, ResourcedModel, Serializable, StagedGroupedModel, StagedModel, WorkflowedModel
- All Known Implementing Classes:
- JournalArticleWrapper
public interface JournalArticle
- extends JournalArticleModel, PersistedModel
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.
- See Also:
JournalArticleModel,
JournalArticleImpl,
JournalArticleModelImpl
| Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel |
clone, compareTo, getApproved, getArticleId, getClassName, getClassNameId, getClassPK, getCompanyId, getContent, getCreateDate, 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, getType, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isIndexable, isInTrash, isNew, isPending, isResourceMain, isScheduled, isSmallImage, 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, setType, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ARTICLE_ID_ACCESSOR
static final Accessor<JournalArticle,String> ARTICLE_ID_ACCESSOR
getArticleImageURL
String getArticleImageURL(ThemeDisplay themeDisplay)
getArticleResource
JournalArticleResource getArticleResource()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getArticleResourceUuid
String getArticleResourceUuid()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAvailableLocales
String[] getAvailableLocales()
getContentByLocale
String getContentByLocale(String languageId)
getDefaultLocale
String getDefaultLocale()
getFolder
JournalFolder getFolder()
getSmallImageType
String getSmallImageType()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTitleMap
Map<Locale,String> getTitleMap()
- Description copied from interface:
JournalArticleModel
- Returns a map of the locales and localized titles of this journal article.
- Specified by:
getTitleMap in interface JournalArticleModel
- Returns:
- the locales and localized titles of this journal article
getTrashContainer
JournalFolder getTrashContainer()
isInTrashContainer
boolean isInTrashContainer()
isTemplateDriven
boolean isTemplateDriven()
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
- Specified by:
prepareLocalizedFieldsForImport in interface JournalArticleModel
- Throws:
LocaleException
setSmallImageType
void setSmallImageType(String smallImageType)