Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Interface DDMTemplate

All Superinterfaces:
AuditedModel, BaseModel<DDMTemplate>, ClassedModel, Cloneable, Comparable<DDMTemplate>, DDMTemplateModel, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
DDMTemplateWrapper

public interface DDMTemplate
extends DDMTemplateModel, PersistedModel

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

See Also:
DDMTemplateModel, DDMTemplateImpl, DDMTemplateModelImpl

Method Summary
 DDMStructure getStructure()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getStructure

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

Liferay 6.1.2-ce-ga3