Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMTemplateImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMTemplate>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DDMTemplate>, ClassedModel, GroupedModel, PersistedModel, DDMTemplate, DDMTemplateModel, Serializable, Cloneable, Comparable<DDMTemplate>

public class DDMTemplateImpl
extends DDMTemplateBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LANGUAGE_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MODE_COLUMN_BITMASK, SESSION_FACTORY, STRUCTUREID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
DDMTemplateImpl()
           
 
Method Summary
 DDMStructure getStructure()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLanguage, getMode, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalGroupId, getOriginalLanguage, getOriginalMode, getOriginalStructureId, getOriginalType, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getScript, getStructureId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLanguage, setMode, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setScript, setStructureId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, 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.dynamicdatamapping.model.DDMTemplateModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLanguage, getMode, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getScript, getStructureId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLanguage, setMode, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setScript, setStructureId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, 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

DDMTemplateImpl

public DDMTemplateImpl()
Method Detail

getStructure

public DDMStructure getStructure()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3