Liferay 6.1.2-ce-ga3

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

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
All Implemented Interfaces:
AuditedModel, BaseModel<JournalTemplate>, ClassedModel, GroupedModel, PersistedModel, JournalTemplate, JournalTemplateModel, Serializable, Cloneable, Comparable<JournalTemplate>
Direct Known Subclasses:
JournalTemplateImpl

public abstract class JournalTemplateBaseImpl
extends JournalTemplateModelImpl
implements JournalTemplate

The extended model base implementation for the JournalTemplate service. Represents a row in the "JournalTemplate" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in JournalTemplateImpl.

See Also:
JournalTemplateImpl, JournalTemplate, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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
JournalTemplateBaseImpl()
           
 
Method Summary
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 
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.JournalTemplate
getSmallImageType, setSmallImageType
 
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

JournalTemplateBaseImpl

public JournalTemplateBaseImpl()
Method Detail

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3