@ProviderType public class DDMStructureWrapper extends java.lang.Object implements DDMStructure, com.liferay.portal.kernel.model.ModelWrapper<DDMStructure>
This class is a wrapper for DDMStructure
.
DDMStructure
,
Serialized FormSTRUCTURE_ID_ACCESSOR
Constructor and Description |
---|
DDMStructureWrapper(DDMStructure ddmStructure) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DDMStructure ddmStructure) |
DDMForm |
createFullHierarchyDDMForm() |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
java.util.List<java.lang.String> |
getChildrenFieldNames(java.lang.String fieldName) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm structure.
|
long |
getClassNameId()
Returns the class name ID of this ddm structure.
|
long |
getCompanyId()
Returns the company ID of this ddm structure.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm structure.
|
DDMForm |
getDDMForm() |
DDMFormField |
getDDMFormField(java.lang.String fieldName) |
java.util.List<DDMFormField> |
getDDMFormFields(boolean includeTransientFields) |
DDMFormLayout |
getDDMFormLayout() |
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDefinition()
Returns the definition of this ddm structure.
|
java.lang.String |
getDescription()
Returns the description of this ddm structure.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this ddm structure in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this ddm structure 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 structure in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this ddm structure 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 structure.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getFieldDataType(java.lang.String fieldName) |
java.lang.String |
getFieldLabel(java.lang.String fieldName,
java.util.Locale locale) |
java.lang.String |
getFieldLabel(java.lang.String fieldName,
java.lang.String locale) |
java.util.Set<java.lang.String> |
getFieldNames() |
java.lang.String |
getFieldProperty(java.lang.String fieldName,
java.lang.String property) |
boolean |
getFieldRepeatable(java.lang.String fieldName) |
boolean |
getFieldRequired(java.lang.String fieldName) |
java.lang.String |
getFieldTip(java.lang.String fieldName,
java.util.Locale locale) |
java.lang.String |
getFieldTip(java.lang.String fieldName,
java.lang.String locale) |
java.lang.String |
getFieldType(java.lang.String fieldName) |
DDMForm |
getFullHierarchyDDMForm() |
java.util.Map<java.lang.String,DDMFormField> |
getFullHierarchyDDMFormFieldsMap(boolean includeNestedDDMFormFields) |
long |
getGroupId()
Returns the group ID of this ddm structure.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this ddm structure.
|
DDMStructureVersion |
getLatestStructureVersion() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this ddm structure.
|
java.lang.String |
getName()
Returns the name of this ddm structure.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this ddm structure in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this ddm structure 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 structure in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this ddm structure 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 structure.
|
long |
getParentStructureId()
Returns the parent structure ID of this ddm structure.
|
long |
getPrimaryKey()
Returns the primary key of this ddm structure.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.util.List<java.lang.String> |
getRootFieldNames() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getStorageType()
Returns the storage type of this ddm structure.
|
long |
getStructureId()
Returns the structure ID of this ddm structure.
|
java.lang.String |
getStructureKey()
Returns the structure key of this ddm structure.
|
DDMStructureVersion |
getStructureVersion() |
java.util.List<DDMTemplate> |
getTemplates() |
int |
getType()
Returns the type of this ddm structure.
|
java.lang.String |
getUnambiguousName(java.util.List<DDMStructure> structures,
long groupId,
java.util.Locale locale) |
long |
getUserId()
Returns the user ID of this ddm structure.
|
java.lang.String |
getUserName()
Returns the user name of this ddm structure.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm structure.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm structure.
|
java.lang.String |
getVersion()
Returns the version of this ddm structure.
|
long |
getVersionUserId()
Returns the version user ID of this ddm structure.
|
java.lang.String |
getVersionUserName()
Returns the version user name of this ddm structure.
|
java.lang.String |
getVersionUserUuid()
Returns the version user uuid of this ddm structure.
|
java.lang.String |
getWebDavURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String webDAVToken)
Returns the WebDAV URL to access the structure.
|
DDMStructure |
getWrappedModel() |
boolean |
hasField(java.lang.String fieldName) |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFieldRepeatable(java.lang.String fieldName) |
boolean |
isFieldTransient(java.lang.String fieldName) |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this ddm structure.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm structure.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm structure.
|
void |
setDDMForm(DDMForm ddmForm) |
void |
setDefinition(java.lang.String definition)
Sets the definition of this ddm structure.
|
void |
setDescription(java.lang.String description)
Sets the description of this ddm structure.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this ddm structure in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this ddm structure 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 structure 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 structure from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this ddm structure.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this ddm structure.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ddm structure.
|
void |
setName(java.lang.String name)
Sets the name of this ddm structure.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this ddm structure in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this ddm structure 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 structure 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 structure from the map of locales and localized names, and sets the default locale.
|
void |
setNew(boolean n) |
void |
setParentStructureId(long parentStructureId)
Sets the parent structure ID of this ddm structure.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm structure.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStorageType(java.lang.String storageType)
Sets the storage type of this ddm structure.
|
void |
setStructureId(long structureId)
Sets the structure ID of this ddm structure.
|
void |
setStructureKey(java.lang.String structureKey)
Sets the structure key of this ddm structure.
|
void |
setType(int type)
Sets the type of this ddm structure.
|
void |
setUserId(long userId)
Sets the user ID of this ddm structure.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm structure.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm structure.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm structure.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddm structure.
|
void |
setVersionUserId(long versionUserId)
Sets the version user ID of this ddm structure.
|
void |
setVersionUserName(java.lang.String versionUserName)
Sets the version user name of this ddm structure.
|
void |
setVersionUserUuid(java.lang.String versionUserUuid)
Sets the version user uuid of this ddm structure.
|
com.liferay.portal.kernel.model.CacheModel<DDMStructure> |
toCacheModel() |
DDMStructure |
toEscapedModel() |
java.lang.String |
toString() |
DDMStructure |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DDMStructureWrapper(DDMStructure ddmStructure)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public DDMForm createFullHierarchyDDMForm() throws com.liferay.portal.kernel.exception.PortalException
createFullHierarchyDDMForm
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public DDMForm getDDMForm()
getDDMForm
in interface DDMStructure
public DDMForm getFullHierarchyDDMForm()
getFullHierarchyDDMForm
in interface DDMStructure
public DDMFormField getDDMFormField(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getDDMFormField
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public DDMFormLayout getDDMFormLayout() throws com.liferay.portal.kernel.exception.PortalException
getDDMFormLayout
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public DDMStructure toEscapedModel()
toEscapedModel
in interface DDMStructureModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public DDMStructure toUnescapedModel()
toUnescapedModel
in interface DDMStructureModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public DDMStructureVersion getLatestStructureVersion() throws com.liferay.portal.kernel.exception.PortalException
getLatestStructureVersion
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public DDMStructureVersion getStructureVersion() throws com.liferay.portal.kernel.exception.PortalException
getStructureVersion
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public boolean getFieldRepeatable(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getFieldRepeatable
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public boolean getFieldRequired(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getFieldRequired
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public boolean hasField(java.lang.String fieldName)
hasField
in interface DDMStructure
public boolean isCachedModel()
isCachedModel
in interface DDMStructureModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public boolean isEscapedModel()
isEscapedModel
in interface DDMStructureModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public boolean isFieldRepeatable(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
isFieldRepeatable
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public boolean isFieldTransient(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
isFieldTransient
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public boolean isNew()
isNew
in interface DDMStructureModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface DDMStructureModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public com.liferay.portal.kernel.model.CacheModel<DDMStructure> toCacheModel()
toCacheModel
in interface DDMStructureModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public int compareTo(DDMStructure ddmStructure)
compareTo
in interface DDMStructureModel
compareTo
in interface java.lang.Comparable<DDMStructure>
public int getType()
getType
in interface DDMStructureModel
public int hashCode()
hashCode
in interface DDMStructureModel
hashCode
in class java.lang.Object
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface DDMStructureModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Object clone()
clone
in interface DDMStructureModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class java.lang.Object
public java.lang.String getClassName()
getClassName
in interface DDMStructureModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface DDMStructureModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.lang.String getDefinition()
getDefinition
in interface DDMStructureModel
public java.lang.String getDescription()
getDescription
in interface DDMStructureModel
public java.lang.String getDescription(java.lang.String languageId)
getDescription
in interface DDMStructureModel
languageId
- the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
getDescription
in interface DDMStructureModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescription(java.util.Locale locale)
getDescription
in interface DDMStructureModel
locale
- the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
getDescription
in interface DDMStructureModel
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.public java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface DDMStructureModel
public java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface DDMStructureModel
public java.lang.String getFieldDataType(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getFieldDataType
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldLabel(java.lang.String fieldName, java.lang.String locale) throws com.liferay.portal.kernel.exception.PortalException
getFieldLabel
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldLabel(java.lang.String fieldName, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
getFieldLabel
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldProperty(java.lang.String fieldName, java.lang.String property) throws com.liferay.portal.kernel.exception.PortalException
getFieldProperty
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldTip(java.lang.String fieldName, java.lang.String locale) throws com.liferay.portal.kernel.exception.PortalException
getFieldTip
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldTip(java.lang.String fieldName, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
getFieldTip
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getFieldType(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getFieldType
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getName()
getName
in interface DDMStructureModel
public java.lang.String getName(java.lang.String languageId)
getName
in interface DDMStructureModel
languageId
- the ID of the languagepublic java.lang.String getName(java.lang.String languageId, boolean useDefault)
getName
in interface DDMStructureModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getName(java.util.Locale locale)
getName
in interface DDMStructureModel
locale
- the locale of the languagepublic java.lang.String getName(java.util.Locale locale, boolean useDefault)
getName
in interface DDMStructureModel
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.public java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId
in interface DDMStructureModel
public java.lang.String getNameCurrentValue()
getNameCurrentValue
in interface DDMStructureModel
public java.lang.String getStorageType()
getStorageType
in interface DDMStructureModel
public java.lang.String getStructureKey()
getStructureKey
in interface DDMStructureModel
public java.lang.String getUnambiguousName(java.util.List<DDMStructure> structures, long groupId, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
getUnambiguousName
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getUserName()
getUserName
in interface DDMStructureModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface DDMStructureModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface DDMStructureModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getVersion()
getVersion
in interface DDMStructureModel
public java.lang.String getVersionUserName()
getVersionUserName
in interface DDMStructureModel
public java.lang.String getVersionUserUuid()
getVersionUserUuid
in interface DDMStructureModel
public java.lang.String getWebDavURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, java.lang.String webDAVToken)
getWebDavURL
in interface DDMStructure
themeDisplay
- the theme display needed to build the URL. It can
set HTTPS access, the server name, the server port, the path
context, and the scope group.webDAVToken
- the WebDAV token for the URLpublic java.lang.String toString()
toString
in interface DDMStructureModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface DDMStructureModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface DDMStructureModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.util.Date getCreateDate()
getCreateDate
in interface DDMStructureModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface DDMStructureModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface DDMStructureModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.List<java.lang.String> getChildrenFieldNames(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getChildrenFieldNames
in interface DDMStructure
com.liferay.portal.kernel.exception.PortalException
public java.util.List<DDMFormField> getDDMFormFields(boolean includeTransientFields)
getDDMFormFields
in interface DDMStructure
public java.util.List<java.lang.String> getRootFieldNames()
getRootFieldNames
in interface DDMStructure
public java.util.List<DDMTemplate> getTemplates()
getTemplates
in interface DDMStructure
public java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap
in interface DDMStructureModel
public java.util.Map<java.lang.String,DDMFormField> getFullHierarchyDDMFormFieldsMap(boolean includeNestedDDMFormFields)
getFullHierarchyDDMFormFieldsMap
in interface DDMStructure
public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap
in interface DDMStructureModel
public java.util.Set<java.lang.String> getFieldNames()
getFieldNames
in interface DDMStructure
public long getClassNameId()
getClassNameId
in interface DDMStructureModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getCompanyId()
getCompanyId
in interface DDMStructureModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getGroupId()
getGroupId
in interface DDMStructureModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getParentStructureId()
getParentStructureId
in interface DDMStructureModel
public long getPrimaryKey()
getPrimaryKey
in interface DDMStructureModel
public long getStructureId()
getStructureId
in interface DDMStructureModel
public long getUserId()
getUserId
in interface DDMStructureModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public long getVersionUserId()
getVersionUserId
in interface DDMStructureModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface DDMStructureModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface DDMStructureModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface DDMStructureModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setClassName(java.lang.String className)
setClassName
in interface DDMStructureModel
public void setClassNameId(long classNameId)
setClassNameId
in interface DDMStructureModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this ddm structurepublic void setCompanyId(long companyId)
setCompanyId
in interface DDMStructureModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this ddm structurepublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface DDMStructureModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this ddm structurepublic void setDDMForm(DDMForm ddmForm)
setDDMForm
in interface DDMStructure
public void setDefinition(java.lang.String definition)
setDefinition
in interface DDMStructureModel
definition
- the definition of this ddm structurepublic void setDescription(java.lang.String description)
setDescription
in interface DDMStructureModel
description
- the description of this ddm structurepublic void setDescription(java.lang.String description, java.util.Locale locale)
setDescription
in interface DDMStructureModel
description
- the localized description of this ddm structurelocale
- the locale of the languagepublic void setDescription(java.lang.String description, java.util.Locale locale, java.util.Locale defaultLocale)
setDescription
in interface DDMStructureModel
description
- the localized description of this ddm structurelocale
- the locale of the languagedefaultLocale
- the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId
in interface DDMStructureModel
public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap
in interface DDMStructureModel
descriptionMap
- the locales and localized descriptions of this ddm structurepublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Locale defaultLocale)
setDescriptionMap
in interface DDMStructureModel
descriptionMap
- the locales and localized descriptions of this ddm structuredefaultLocale
- the default localepublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface DDMStructureModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface DDMStructureModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface DDMStructureModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setGroupId(long groupId)
setGroupId
in interface DDMStructureModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this ddm structurepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface DDMStructureModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this ddm structurepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface DDMStructureModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this ddm structurepublic void setName(java.lang.String name)
setName
in interface DDMStructureModel
name
- the name of this ddm structurepublic void setName(java.lang.String name, java.util.Locale locale)
setName
in interface DDMStructureModel
name
- the localized name of this ddm structurelocale
- the locale of the languagepublic void setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
setName
in interface DDMStructureModel
name
- the localized name of this ddm structurelocale
- the locale of the languagedefaultLocale
- the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId
in interface DDMStructureModel
public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap
in interface DDMStructureModel
nameMap
- the locales and localized names of this ddm structurepublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
setNameMap
in interface DDMStructureModel
nameMap
- the locales and localized names of this ddm structuredefaultLocale
- the default localepublic void setNew(boolean n)
setNew
in interface DDMStructureModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void setParentStructureId(long parentStructureId)
setParentStructureId
in interface DDMStructureModel
parentStructureId
- the parent structure ID of this ddm structurepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DDMStructureModel
primaryKey
- the primary key of this ddm structurepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface DDMStructureModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setStorageType(java.lang.String storageType)
setStorageType
in interface DDMStructureModel
storageType
- the storage type of this ddm structurepublic void setStructureId(long structureId)
setStructureId
in interface DDMStructureModel
structureId
- the structure ID of this ddm structurepublic void setStructureKey(java.lang.String structureKey)
setStructureKey
in interface DDMStructureModel
structureKey
- the structure key of this ddm structurepublic void setType(int type)
setType
in interface DDMStructureModel
type
- the type of this ddm structurepublic void setUserId(long userId)
setUserId
in interface DDMStructureModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this ddm structurepublic void setUserName(java.lang.String userName)
setUserName
in interface DDMStructureModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this ddm structurepublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface DDMStructureModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this ddm structurepublic void setUuid(java.lang.String uuid)
setUuid
in interface DDMStructureModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this ddm structurepublic void setVersion(java.lang.String version)
setVersion
in interface DDMStructureModel
version
- the version of this ddm structurepublic void setVersionUserId(long versionUserId)
setVersionUserId
in interface DDMStructureModel
versionUserId
- the version user ID of this ddm structurepublic void setVersionUserName(java.lang.String versionUserName)
setVersionUserName
in interface DDMStructureModel
versionUserName
- the version user name of this ddm structurepublic void setVersionUserUuid(java.lang.String versionUserUuid)
setVersionUserUuid
in interface DDMStructureModel
versionUserUuid
- the version user uuid of this ddm structurepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public DDMStructure getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<DDMStructure>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructure>