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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalTemplate>
      extended by com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalTemplateImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalTemplate>, com.liferay.portlet.journal.model.JournalTemplate, com.liferay.portlet.journal.model.JournalTemplateModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.journal.model.JournalTemplate>

public class JournalTemplateImpl
extends JournalTemplateModelImpl
implements com.liferay.portlet.journal.model.JournalTemplate

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String LANG_TYPE_CSS
           
static java.lang.String LANG_TYPE_VM
           
static java.lang.String LANG_TYPE_XSL
           
static java.lang.String[] LANG_TYPES
           
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalTemplateImpl()
           
 
Method Summary
 java.lang.String getSmallImageType()
           
 java.lang.String getUserUuid()
           
 void setSmallImageType(java.lang.String smallImageType)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
clone, compareTo, equals, getCacheable, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getLangType, getModifiedDate, getName, getOriginalGroupId, getOriginalSmallImageId, getOriginalTemplateId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUuid, getXsl, hashCode, isCacheable, isSmallImage, setCacheable, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUuid, setXsl, 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.JournalTemplateModel
getCacheable, getCompanyId, getCreateDate, getDescription, getGroupId, getId, getLangType, getModifiedDate, getName, getPrimaryKey, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUuid, getXsl, isCacheable, isSmallImage, setCacheable, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUuid, setXsl, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

LANG_TYPE_VM

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

LANG_TYPE_XSL

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

LANG_TYPE_CSS

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

LANG_TYPES

public static final java.lang.String[] LANG_TYPES
Constructor Detail

JournalTemplateImpl

public JournalTemplateImpl()
Method Detail

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.journal.model.JournalTemplate
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.journal.model.JournalTemplate

getSmallImageType

public java.lang.String getSmallImageType()
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Specified by:
getSmallImageType in interface com.liferay.portlet.journal.model.JournalTemplate
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setSmallImageType

public void setSmallImageType(java.lang.String smallImageType)
Specified by:
setSmallImageType in interface com.liferay.portlet.journal.model.JournalTemplate