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
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 java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getAvailableLocales
java.lang.String[] getAvailableLocales()
getContentByLocale
java.lang.String getContentByLocale(java.lang.String languageId)
getDefaultLocale
java.lang.String getDefaultLocale()
isTemplateDriven
boolean isTemplateDriven()
getApprovedByUserUuid
java.lang.String getApprovedByUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setApprovedByUserUuid
void setApprovedByUserUuid(java.lang.String approvedByUserUuid)
getSmallImageType
java.lang.String getSmallImageType()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
setSmallImageType
void setSmallImageType(java.lang.String smallImageType)