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.service.model.impl.JournalArticleImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.journal.service.model.JournalArticleModel, com.liferay.portlet.journal.service.model.impl.JournalArticleImpl, com.liferay.portlet.journal.service.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()
           
 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

getUserUuid

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

setUserUuid

public void setUserUuid(java.lang.String userUuid)

getAvailableLocales

public java.lang.String[] getAvailableLocales()

getContentByLocale

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

getDefaultLocale

public java.lang.String getDefaultLocale()

isTemplateDriven

public boolean isTemplateDriven()

getApprovedByUserUuid

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

setApprovedByUserUuid

public void setApprovedByUserUuid(java.lang.String approvedByUserUuid)

getSmallImageType

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

setSmallImageType

public void setSmallImageType(java.lang.String smallImageType)