com.liferay.portlet.journal.model
Interface JournalArticle

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, JournalArticleModel, java.io.Serializable

public interface JournalArticle
extends JournalArticleModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the JournalArticle table in the database.

Customize com.liferay.portlet.journal.model.impl.JournalArticleImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 java.lang.String getApprovedByUserUuid()
           
 java.lang.String[] getAvailableLocales()
           
 java.lang.String getContentByLocale(java.lang.String languageId)
           
 java.lang.String getDefaultLocale()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getSmallImageType()
           
 java.lang.String getUserUuid()
           
 boolean isTemplateDriven()
           
 void setApprovedByUserUuid(java.lang.String approvedByUserUuid)
           
 void setSmallImageType(java.lang.String smallImageType)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel
getApproved, getApprovedByUserId, getApprovedByUserName, getApprovedDate, getArticleId, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getExpirationDate, getExpired, getGroupId, getId, getIndexable, getModifiedDate, getPrimaryKey, getResourcePrimKey, getReviewDate, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getTitle, getType, getUserId, getUserName, getUuid, getVersion, isApproved, isExpired, isIndexable, isSmallImage, setApproved, setApprovedByUserId, setApprovedByUserName, setApprovedDate, setArticleId, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setExpirationDate, setExpired, setGroupId, setId, setIndexable, setModifiedDate, setPrimaryKey, setResourcePrimKey, setReviewDate, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setTitle, setType, setUserId, setUserName, setUuid, setVersion, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getApprovedByUserUuid

java.lang.String getApprovedByUserUuid()
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getAvailableLocales

java.lang.String[] getAvailableLocales()

getContentByLocale

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

getDefaultLocale

java.lang.String getDefaultLocale()

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel

getSmallImageType

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

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

isTemplateDriven

boolean isTemplateDriven()

setApprovedByUserUuid

void setApprovedByUserUuid(java.lang.String approvedByUserUuid)

setSmallImageType

void setSmallImageType(java.lang.String smallImageType)

setUserUuid

void setUserUuid(java.lang.String userUuid)