Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Interface DDMTemplateLink

All Superinterfaces:
AttachedModel, BaseModel<DDMTemplateLink>, ClassedModel, Cloneable, Comparable<DDMTemplateLink>, DDMTemplateLinkModel, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
DDMTemplateLinkBaseImpl, DDMTemplateLinkImpl, DDMTemplateLinkWrapper

@ProviderType
public interface DDMTemplateLink
extends DDMTemplateLinkModel, PersistedModel

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

See Also:
DDMTemplateLinkModel, DDMTemplateLinkImpl, DDMTemplateLinkModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 DDMTemplate getTemplate()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMTemplateLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getTemplateId, getTemplateLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setTemplateId, setTemplateLinkId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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

getTemplate

DDMTemplate getTemplate()
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6