Liferay 6.0.5

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

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

public class JournalArticleImpl
extends JournalArticleModelImpl
implements JournalArticle

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalArticleModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalArticleImpl()
           
 
Method Summary
 String[] getAvailableLocales()
           
 String getContentByLocale(String languageId)
           
static String getContentByLocale(String content, boolean templateDriven, String languageId)
           
 String getDefaultLocale()
           
 String getSmallImageType()
           
 boolean isTemplateDriven()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalArticleModelImpl
clone, compareTo, equals, getArticleId, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getExpandoBridge, getExpirationDate, getGroupId, getId, getIndexable, getModifiedDate, getOriginalArticleId, getOriginalGroupId, getOriginalUuid, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getReviewDate, getSmallImage, getSmallImageId, getSmallImageURL, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStructureId, getTemplateId, getTitle, getType, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isDraft, isExpired, isIndexable, isPending, isSmallImage, setArticleId, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setId, setIndexable, setModifiedDate, setPrimaryKey, setResourcePrimKey, setReviewDate, setSmallImage, setSmallImageId, setSmallImageURL, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStructureId, setTemplateId, setTitle, setType, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isIndexable, isNew, isPending, 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
 

Constructor Detail

JournalArticleImpl

public JournalArticleImpl()
Method Detail

getContentByLocale

public static String getContentByLocale(String content,
                                        boolean templateDriven,
                                        String languageId)

getAvailableLocales

public String[] getAvailableLocales()
Specified by:
getAvailableLocales in interface JournalArticle

getContentByLocale

public String getContentByLocale(String languageId)
Specified by:
getContentByLocale in interface JournalArticle

getDefaultLocale

public String getDefaultLocale()
Specified by:
getDefaultLocale in interface JournalArticle

getSmallImageType

public String getSmallImageType()
                         throws PortalException,
                                SystemException
Specified by:
getSmallImageType in interface JournalArticle
Throws:
PortalException
SystemException

isTemplateDriven

public boolean isTemplateDriven()
Specified by:
isTemplateDriven in interface JournalArticle

setSmallImageType

public void setSmallImageType(String smallImageType)
Specified by:
setSmallImageType in interface JournalArticle

Liferay 6.0.5