Interface DDMTemplateLink
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMTemplateLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>,DDMTemplateLinkModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
DDMTemplateLinkWrapper
@ProviderType
public interface DDMTemplateLink
extends DDMTemplateLinkModel, com.liferay.portal.kernel.model.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:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<DDMTemplateLink,Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.dynamic.data.mapping.model.DDMTemplateLinkModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getMvccVersion, getPrimaryKey, getTemplateId, getTemplateLinkId, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setMvccVersion, setPrimaryKey, setTemplateId, setTemplateLinkId, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
TEMPLATE_LINK_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDMTemplateLink,Long> TEMPLATE_LINK_ID_ACCESSOR
-
-
Method Details
-
getTemplate
- Throws:
com.liferay.portal.kernel.exception.PortalException
-