com.liferay.portlet.journal.model.impl
Class JournalArticleImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portlet.journal.model.impl.JournalArticleModelImpl
          extended bycom.liferay.portlet.journal.model.impl.JournalArticleImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portlet.journal.model.JournalArticle, com.liferay.portlet.journal.model.JournalArticleModel, java.io.Serializable

public class JournalArticleImpl
extends JournalArticleModelImpl
implements com.liferay.portlet.journal.model.JournalArticle

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static double DEFAULT_VERSION
           
static java.lang.String PORTLET
           
static java.lang.String STAND_ALONE
           
static java.lang.String[] TYPES
           
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalArticleModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_APPROVEDBYUSERNAME, XSS_ALLOW_ARTICLEID, XSS_ALLOW_BY_MODEL, XSS_ALLOW_CONTENT, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_STRUCTUREID, XSS_ALLOW_TEMPLATEID, XSS_ALLOW_TITLE, XSS_ALLOW_TYPE, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
JournalArticleImpl()
           
 
Method Summary
 java.lang.String[] getAvailableLocales()
           
 java.lang.String getContentByLocale(java.lang.String languageId)
           
 java.lang.String getDefaultLocale()
           
 boolean isTemplateDriven()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalArticleModelImpl
clone, compareTo, equals, getApproved, getApprovedByUserId, getApprovedByUserName, getApprovedDate, getArticleId, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getExpirationDate, getExpired, getGroupId, getId, getIndexable, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getReviewDate, getStructureId, getTemplateId, getTitle, getType, getUserId, getUserName, getVersion, hashCode, 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 class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

DEFAULT_VERSION

public static final double DEFAULT_VERSION
See Also:
Constant Field Values

TYPES

public static final java.lang.String[] TYPES

PORTLET

public static final java.lang.String PORTLET
See Also:
Constant Field Values

STAND_ALONE

public static final java.lang.String STAND_ALONE
See Also:
Constant Field Values
Constructor Detail

JournalArticleImpl

public JournalArticleImpl()
Method Detail

getAvailableLocales

public java.lang.String[] getAvailableLocales()
Specified by:
getAvailableLocales in interface com.liferay.portlet.journal.model.JournalArticle

getContentByLocale

public java.lang.String getContentByLocale(java.lang.String languageId)
Specified by:
getContentByLocale in interface com.liferay.portlet.journal.model.JournalArticle

getDefaultLocale

public java.lang.String getDefaultLocale()
Specified by:
getDefaultLocale in interface com.liferay.portlet.journal.model.JournalArticle

isTemplateDriven

public boolean isTemplateDriven()
Specified by:
isTemplateDriven in interface com.liferay.portlet.journal.model.JournalArticle