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

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
Generated:

Method Summary
 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, getApproved, getApprovedByUserId, getApprovedByUserName, getApprovedByUserUuid, getApprovedDate, getArticleId, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getExpandoBridge, getExpirationDate, getExpired, getGroupId, getId, getIndexable, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getReviewDate, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getTitle, getType, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isEscapedModel, isExpired, isIndexable, isNew, isSmallImage, setApproved, setApprovedByUserId, setApprovedByUserName, setApprovedByUserUuid, setApprovedDate, setArticleId, setCachedModel, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setExpired, setGroupId, setId, setIndexable, setModifiedDate, setNew, setPrimaryKey, setResourcePrimKey, setReviewDate, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setTitle, setType, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toString, toXmlString
 

Method Detail

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 com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

isTemplateDriven

boolean isTemplateDriven()

setSmallImageType

void setSmallImageType(java.lang.String smallImageType)