Liferay 6.1.2-ce-ga3

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

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

public class JournalTemplateImpl
extends JournalTemplateBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SMALLIMAGEID_COLUMN_BITMASK, STRUCTUREID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TEMPLATEID_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
JournalTemplateImpl()
           
 
Method Summary
 String getSmallImageType()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
clone, compareTo, equals, getCacheable, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getLangType, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalGroupId, getOriginalSmallImageId, getOriginalStructureId, getOriginalTemplateId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUserUuid, getUuid, getXsl, hashCode, isCacheable, isSmallImage, prepareLocalizedFieldsForImport, resetOriginalValues, setCacheable, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setLangType, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUserUuid, setUuid, setXsl, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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
clone, compareTo, getCacheable, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getLangType, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUserUuid, getUuid, getXsl, hashCode, isCacheable, isCachedModel, isEscapedModel, isNew, isSmallImage, prepareLocalizedFieldsForImport, setCacheable, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setLangType, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUserUuid, setUuid, setXsl, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

JournalTemplateImpl

public JournalTemplateImpl()
Method Detail

getSmallImageType

public String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

setSmallImageType

public void setSmallImageType(String smallImageType)

Liferay 6.1.2-ce-ga3