Liferay 6.0-ee

com.liferay.portlet.journal.model
Interface JournalArticle

All Superinterfaces:
BaseModel<JournalArticle>, Cloneable, Comparable<JournalArticle>, JournalArticleModel, Serializable
All Known Implementing Classes:
JournalArticleImpl, 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 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.

See Also:
JournalArticleModel, JournalArticleImpl, JournalArticleModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 JournalArticleResource getArticleResource()
           
 String getArticleResourceUuid()
           
 String[] getAvailableLocales()
           
 String getContentByLocale(String languageId)
           
 String getDefaultLocale()
           
 String getSmallImageType()
           
 boolean isTemplateDriven()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel
clone, compareTo, getApproved, 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

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

getAvailableLocales

String[] getAvailableLocales()

getContentByLocale

String getContentByLocale(String languageId)

getDefaultLocale

String getDefaultLocale()

getSmallImageType

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

isTemplateDriven

boolean isTemplateDriven()

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.0-ee