@ProviderType public interface DDMTemplateVersionModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMTemplateVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMTemplateVersionModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.dynamic.data.mapping.model.impl.DDMTemplateVersionImpl
.
DDMTemplateVersion
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableLanguageIds() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm template version.
|
long |
getClassNameId()
Returns the class name ID of this ddm template version.
|
long |
getClassPK()
Returns the class pk of this ddm template version.
|
long |
getCompanyId()
Returns the company ID of this ddm template version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm template version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm template version.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this ddm template version.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this ddm template version in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this ddm template version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this ddm template version in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this ddm template version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this ddm template version.
|
long |
getGroupId()
Returns the group ID of this ddm template version.
|
java.lang.String |
getLanguage()
Returns the language of this ddm template version.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm template version.
|
java.lang.String |
getName()
Returns the name of this ddm template version.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this ddm template version in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this ddm template version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this ddm template version in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this ddm template version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this ddm template version.
|
long |
getPrimaryKey()
Returns the primary key of this ddm template version.
|
java.lang.String |
getScript()
Returns the script of this ddm template version.
|
int |
getStatus()
Returns the status of this ddm template version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddm template version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddm template version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddm template version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddm template version.
|
long |
getTemplateId()
Returns the template ID of this ddm template version.
|
long |
getTemplateVersionId()
Returns the template version ID of this ddm template version.
|
long |
getUserId()
Returns the user ID of this ddm template version.
|
java.lang.String |
getUserName()
Returns the user name of this ddm template version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm template version.
|
java.lang.String |
getVersion()
Returns the version of this ddm template version.
|
boolean |
isApproved()
Returns
true if this ddm template version is approved. |
boolean |
isDenied()
Returns
true if this ddm template version is denied. |
boolean |
isDraft()
Returns
true if this ddm template version is a draft. |
boolean |
isExpired()
Returns
true if this ddm template version is expired. |
boolean |
isInactive()
Returns
true if this ddm template version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddm template version is incomplete. |
boolean |
isPending()
Returns
true if this ddm template version is pending. |
boolean |
isScheduled()
Returns
true if this ddm template version is scheduled. |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this ddm template version.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddm template version.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm template version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm template version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm template version.
|
void |
setDescription(java.lang.String description)
Sets the description of this ddm template version.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this ddm template version in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this ddm template version in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this ddm template version from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this ddm template version from the map of locales and localized descriptions, and sets the default locale.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddm template version.
|
void |
setLanguage(java.lang.String language)
Sets the language of this ddm template version.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm template version.
|
void |
setName(java.lang.String name)
Sets the name of this ddm template version.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this ddm template version in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this ddm template version in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this ddm template version from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this ddm template version from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm template version.
|
void |
setScript(java.lang.String script)
Sets the script of this ddm template version.
|
void |
setStatus(int status)
Sets the status of this ddm template version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddm template version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddm template version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddm template version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddm template version.
|
void |
setTemplateId(long templateId)
Sets the template ID of this ddm template version.
|
void |
setTemplateVersionId(long templateVersionId)
Sets the template version ID of this ddm template version.
|
void |
setUserId(long userId)
Sets the user ID of this ddm template version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm template version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm template version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddm template version.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>
primaryKey
- the primary key of this ddm template versionlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ddm template versionlong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateVersion>
ctCollectionId
- the ct collection ID of this ddm template versionlong getTemplateVersionId()
void setTemplateVersionId(long templateVersionId)
templateVersionId
- the template version ID of this ddm template versionlong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this ddm template versionlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ddm template versionlong getUserId()
void setUserId(long userId)
userId
- the user ID of this ddm template versionjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this ddm template version@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- the user name of this ddm template versionjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this ddm template versionjava.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this ddm template versionlong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this ddm template versionlong getTemplateId()
void setTemplateId(long templateId)
templateId
- the template ID of this ddm template version@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version
- the version of this ddm template versionjava.lang.String getName()
@AutoEscape java.lang.String getName(java.util.Locale locale)
locale
- the locale of the language@AutoEscape java.lang.String getName(java.util.Locale locale, boolean useDefault)
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.@AutoEscape java.lang.String getName(java.lang.String languageId)
languageId
- the ID of the language@AutoEscape java.lang.String getName(java.lang.String languageId, boolean useDefault)
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language@AutoEscape java.lang.String getNameCurrentLanguageId()
@AutoEscape java.lang.String getNameCurrentValue()
java.util.Map<java.util.Locale,java.lang.String> getNameMap()
void setName(java.lang.String name)
name
- the name of this ddm template versionvoid setName(java.lang.String name, java.util.Locale locale)
name
- the localized name of this ddm template versionlocale
- the locale of the languagevoid setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
name
- the localized name of this ddm template versionlocale
- the locale of the languagedefaultLocale
- the default localevoid setNameCurrentLanguageId(java.lang.String languageId)
void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
nameMap
- the locales and localized names of this ddm template versionvoid setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
nameMap
- the locales and localized names of this ddm template versiondefaultLocale
- the default localejava.lang.String getDescription()
@AutoEscape java.lang.String getDescription(java.util.Locale locale)
locale
- the locale of the language@AutoEscape java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.@AutoEscape java.lang.String getDescription(java.lang.String languageId)
languageId
- the ID of the language@AutoEscape java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language@AutoEscape java.lang.String getDescriptionCurrentLanguageId()
@AutoEscape java.lang.String getDescriptionCurrentValue()
java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
void setDescription(java.lang.String description)
description
- the description of this ddm template versionvoid setDescription(java.lang.String description, java.util.Locale locale)
description
- the localized description of this ddm template versionlocale
- the locale of the languagevoid setDescription(java.lang.String description, java.util.Locale locale, java.util.Locale defaultLocale)
description
- the localized description of this ddm template versionlocale
- the locale of the languagedefaultLocale
- the default localevoid setDescriptionCurrentLanguageId(java.lang.String languageId)
void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
descriptionMap
- the locales and localized descriptions of this ddm template versionvoid setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Locale defaultLocale)
descriptionMap
- the locales and localized descriptions of this ddm template versiondefaultLocale
- the default locale@AutoEscape java.lang.String getLanguage()
void setLanguage(java.lang.String language)
language
- the language of this ddm template version@AutoEscape java.lang.String getScript()
void setScript(java.lang.String script)
script
- the script of this ddm template versionint getStatus()
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatus(int status)
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
status
- the status of this ddm template versionlong getStatusByUserId()
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserId
- the status by user ID of this ddm template versionjava.lang.String getStatusByUserUuid()
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserUuid
- the status by user uuid of this ddm template version@AutoEscape java.lang.String getStatusByUserName()
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserName
- the status by user name of this ddm template versionjava.util.Date getStatusDate()
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusDate(java.util.Date statusDate)
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusDate
- the status date of this ddm template versionboolean isApproved()
true
if this ddm template version is approved.isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is approved; false
otherwiseboolean isDenied()
true
if this ddm template version is denied.isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is denied; false
otherwiseboolean isDraft()
true
if this ddm template version is a draft.isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is a draft; false
otherwiseboolean isExpired()
true
if this ddm template version is expired.isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is expired; false
otherwiseboolean isInactive()
true
if this ddm template version is inactive.isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is inactive; false
otherwiseboolean isIncomplete()
true
if this ddm template version is incomplete.isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is incomplete; false
otherwiseboolean isPending()
true
if this ddm template version is pending.isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is pending; false
otherwiseboolean isScheduled()
true
if this ddm template version is scheduled.isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this ddm template version is scheduled; false
otherwisejava.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException