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[] getAvailableLocales()
           
 java.lang.String getContentByLocale(java.lang.String languageId)
           
 java.lang.String getDefaultLocale()
           
 boolean isTemplateDriven()
           
 
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, getStructureId, getTemplateId, getTitle, getType, getUserId, getUserName, getVersion, isApproved, isExpired, isIndexable, setApproved, setApprovedByUserId, setApprovedByUserName, setApprovedDate, setArticleId, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setExpirationDate, setExpired, setGroupId, setId, setIndexable, setModifiedDate, setPrimaryKey, setResourcePrimKey, setReviewDate, setStructureId, setTemplateId, setTitle, setType, setUserId, setUserName, setVersion
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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