Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalArticle

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<JournalArticle>, ClassedModel, Cloneable, Comparable<JournalArticle>, GroupedModel, JournalArticleModel, PersistedModel, ResourcedModel, 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.

See Also:
JournalArticleModel, JournalArticleImpl, JournalArticleModelImpl

Field Summary
static Accessor<JournalArticle,String> ARTICLE_ID_ACCESSOR
           
 
Method Summary
 String buildTreePath()
           
 String getArticleImageURL(ThemeDisplay themeDisplay)
           
 JournalArticleResource getArticleResource()
           
 String getArticleResourceUuid()
           
 String[] getAvailableLocales()
          Deprecated. As of 6.2.0, replaced by JournalArticleModel.getAvailableLanguageIds()
 String getContentByLocale(String languageId)
           
 String getDefaultLocale()
          Deprecated. As of 6.2.0, replaced by JournalArticleModel.getDefaultLanguageId()
 JournalFolder getFolder()
           
 String getSmallImageType()
           
 boolean hasApprovedVersion()
           
 boolean isInTrashExplicitly()
           
 boolean isTemplateDriven()
           
 void setSmallImageType(String smallImageType)
           
 
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
 
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
 
Methods inherited from interface com.liferay.portal.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

ARTICLE_ID_ACCESSOR

static final Accessor<JournalArticle,String> ARTICLE_ID_ACCESSOR
Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Specified by:
buildTreePath in interface TreeModel
Throws:
PortalException
SystemException

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()
Deprecated. As of 6.2.0, replaced by JournalArticleModel.getAvailableLanguageIds()


getContentByLocale

String getContentByLocale(String languageId)

getDefaultLocale

String getDefaultLocale()
Deprecated. As of 6.2.0, replaced by JournalArticleModel.getDefaultLanguageId()


getFolder

JournalFolder getFolder()
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getSmallImageType

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

hasApprovedVersion

boolean hasApprovedVersion()
                           throws SystemException
Throws:
SystemException

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isTemplateDriven

boolean isTemplateDriven()

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.2-ce-ga5