com.liferay.portlet.journal.model
Interface JournalArticle

All Superinterfaces:
BaseModel<JournalArticle>, java.lang.Cloneable, java.lang.Comparable<JournalArticle>, JournalArticleModel, java.io.Serializable
All Known Implementing Classes:
JournalArticleWrapper

public interface JournalArticle
extends JournalArticleModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.journal.model.impl.JournalArticleImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a journal article model instance should use the JournalArticle interface instead.

Author:
Brian Wing Shun Chan
See Also:
JournalArticleModel, com.liferay.portlet.journal.model.impl.JournalArticleImpl, com.liferay.portlet.journal.model.impl.JournalArticleModelImpl
Generated:

Method Summary
 JournalArticleResource getArticleResource()
           
 java.lang.String getArticleResourceUuid()
           
 java.lang.String[] getAvailableLocales()
           
 java.lang.String getContentByLocale(java.lang.String languageId)
           
 java.lang.String getDefaultLocale()
           
 java.lang.String getSmallImageType()
           
 boolean isTemplateDriven()
           
 void setSmallImageType(java.lang.String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel
clone, compareTo, getArticleId, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getExpandoBridge, getExpirationDate, getGroupId, getId, getIndexable, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getReviewDate, getSmallImage, getSmallImageId, getSmallImageURL, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStructureId, getTemplateId, getTitle, getType, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isIndexable, isNew, isPending, isSmallImage, setArticleId, setCachedModel, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setId, setIndexable, setModifiedDate, setNew, setPrimaryKey, setResourcePrimKey, setReviewDate, setSmallImage, setSmallImageId, setSmallImageURL, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStructureId, setTemplateId, setTitle, setType, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toString, toXmlString
 

Method Detail

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()

getContentByLocale

java.lang.String getContentByLocale(java.lang.String languageId)

getDefaultLocale

java.lang.String getDefaultLocale()

getSmallImageType

java.lang.String getSmallImageType()
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

isTemplateDriven

boolean isTemplateDriven()

setSmallImageType

void setSmallImageType(java.lang.String smallImageType)