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:
Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleModel |
clone, compareTo, 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, isCachedModel, isEscapedModel, isIndexable, isNew, 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 |
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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
isApproved
boolean isApproved()
isExpired
boolean isExpired()
isTemplateDriven
boolean isTemplateDriven()
setSmallImageType
void setSmallImageType(java.lang.String smallImageType)