@ProviderType public class DDMStructureWrapper extends java.lang.Object implements DDMStructure, ModelWrapper<DDMStructure>
This class is a wrapper for DDMStructure.
DDMStructure,
Serialized Form| Constructor and Description |
|---|
DDMStructureWrapper(DDMStructure ddmStructure) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(DDMStructure ddmStructure) |
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 d d m structure.
|
long |
getClassNameId()
Returns the class name ID of this d d m structure.
|
long |
getCompanyId()
Returns the company ID of this d d m structure.
|
java.lang.String |
getCompleteXsd() |
java.util.Date |
getCreateDate()
Returns the create date of this d d m structure.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this d d m structure.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this d d m structure in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this d d m 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 d d m structure in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this d d m 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 d d m structure.
|
Document |
getDocument() |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
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) |
java.lang.String |
getFieldProperty(java.lang.String fieldName,
java.lang.String property,
java.lang.String locale) |
boolean |
getFieldRepeatable(java.lang.String fieldName) |
boolean |
getFieldRequired(java.lang.String fieldName) |
java.util.Map<java.lang.String,java.lang.String> |
getFields(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue) |
java.util.Map<java.lang.String,java.lang.String> |
getFields(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.String locale) |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getFieldsMap() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getFieldsMap(boolean includeTransientFields) |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getFieldsMap(java.lang.String locale) |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getFieldsMap(java.lang.String locale,
boolean includeTransientFields) |
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) |
long |
getGroupId()
Returns the group ID of this d d m structure.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> |
getLocalizedFieldsMap() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> |
getLocalizedPersistentFieldsMap() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> |
getLocalizedTransientFieldsMap() |
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 d d m structure.
|
java.lang.String |
getName()
Returns the name of this d d m structure.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this d d m structure in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this d d m 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 d d m structure in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this d d m 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 d d m structure.
|
long |
getParentStructureId()
Returns the parent structure ID of this d d m structure.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getPersistentFieldsMap(java.lang.String locale) |
long |
getPrimaryKey()
Returns the primary key of this d d m structure.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
java.util.List<java.lang.String> |
getRootFieldNames() |
StagedModelType |
getStagedModelType() |
java.lang.String |
getStorageType()
Returns the storage type of this d d m structure.
|
long |
getStructureId()
Returns the structure ID of this d d m structure.
|
java.lang.String |
getStructureKey()
Returns the structure key of this d d m structure.
|
java.util.List<DDMTemplate> |
getTemplates() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getTransientFieldsMap(java.lang.String locale) |
int |
getType()
Returns the type of this d d m structure.
|
long |
getUserId()
Returns the user ID of this d d m structure.
|
java.lang.String |
getUserName()
Returns the user name of this d d m structure.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this d d m structure.
|
java.lang.String |
getUuid()
Returns the uuid of this d d m structure.
|
java.lang.String |
getWebDavURL(ThemeDisplay themeDisplay,
java.lang.String webDAVToken)
Returns the WebDAV URL to access the structure.
|
DDMStructure |
getWrappedDDMStructure()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
DDMStructure |
getWrappedModel() |
java.lang.String |
getXsd()
Returns the xsd of this d d m structure.
|
boolean |
hasField(java.lang.String fieldName) |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFieldPrivate(java.lang.String fieldName) |
boolean |
isFieldRepeatable(java.lang.String fieldName) |
boolean |
isFieldTransient(java.lang.String fieldName) |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this d d m structure.
|
void |
setCompanyId(long companyId)
Sets the company ID of this d d m structure.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this d d m structure.
|
void |
setDescription(java.lang.String description)
Sets the description of this d d m structure.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this d d m structure in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this d d m 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 d d m 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 d d m structure from the map of locales and localized descriptions, and sets the default locale.
|
void |
setDocument(Document document) |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this d d m structure.
|
void |
setLocalizedFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedFieldsMap) |
void |
setLocalizedPersistentFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedPersistentFieldsMap) |
void |
setLocalizedTransientFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedTransientFieldsMap) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this d d m structure.
|
void |
setName(java.lang.String name)
Sets the name of this d d m structure.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this d d m structure in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this d d m 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 d d m 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 d d m structure from the map of locales and localized names, and sets the default locale.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setParentStructureId(long parentStructureId)
Sets the parent structure ID of this d d m structure.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m structure.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setStorageType(java.lang.String storageType)
Sets the storage type of this d d m structure.
|
void |
setStructureId(long structureId)
Sets the structure ID of this d d m structure.
|
void |
setStructureKey(java.lang.String structureKey)
Sets the structure key of this d d m structure.
|
void |
setType(int type)
Sets the type of this d d m structure.
|
void |
setUserId(long userId)
Sets the user ID of this d d m structure.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this d d m structure.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this d d m structure.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this d d m structure.
|
void |
setXsd(java.lang.String xsd)
Sets the xsd of this d d m structure.
|
CacheModel<DDMStructure> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
DDMStructure |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
DDMStructure |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public DDMStructureWrapper(DDMStructure ddmStructure)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructure>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DDMStructure>public long getPrimaryKey()
getPrimaryKey in interface DDMStructureModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStructureModelprimaryKey - the primary key of this d d m structurepublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface DDMStructureModelpublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelsetUuid in interface DDMStructureModeluuid - the uuid of this d d m structurepublic long getStructureId()
getStructureId in interface DDMStructureModelpublic void setStructureId(long structureId)
setStructureId in interface DDMStructureModelstructureId - the structure ID of this d d m structurepublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface DDMStructureModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface DDMStructureModelgroupId - the group ID of this d d m structurepublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DDMStructureModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DDMStructureModelcompanyId - the company ID of this d d m structurepublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface DDMStructureModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface DDMStructureModeluserId - the user ID of this d d m structurepublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface DDMStructureModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface DDMStructureModeluserUuid - the user uuid of this d d m structurepublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface DDMStructureModelpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface DDMStructureModeluserName - the user name of this d d m structurepublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DDMStructureModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DDMStructureModelcreateDate - the create date of this d d m structurepublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DDMStructureModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DDMStructureModelmodifiedDate - the modified date of this d d m structurepublic long getParentStructureId()
getParentStructureId in interface DDMStructureModelpublic void setParentStructureId(long parentStructureId)
setParentStructureId in interface DDMStructureModelparentStructureId - the parent structure ID of this d d m structurepublic java.lang.String getClassName()
getClassName in interface TypedModelgetClassName in interface DDMStructureModelpublic void setClassName(java.lang.String className)
setClassName in interface DDMStructureModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface DDMStructureModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface DDMStructureModelclassNameId - the class name ID of this d d m structurepublic java.lang.String getStructureKey()
getStructureKey in interface DDMStructureModelpublic void setStructureKey(java.lang.String structureKey)
setStructureKey in interface DDMStructureModelstructureKey - the structure key of this d d m structurepublic java.lang.String getName()
getName in interface DDMStructureModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface DDMStructureModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface DDMStructureModellocale - 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 getName(java.lang.String languageId)
getName in interface DDMStructureModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface DDMStructureModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface DDMStructureModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface DDMStructureModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface DDMStructureModelpublic void setName(java.lang.String name)
setName in interface DDMStructureModelname - the name of this d d m structurepublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface DDMStructureModelname - the localized name of this d d m structurelocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface DDMStructureModelname - the localized name of this d d m structurelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface DDMStructureModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface DDMStructureModelnameMap - the locales and localized names of this d d m structurepublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface DDMStructureModelnameMap - the locales and localized names of this d d m structuredefaultLocale - the default localepublic java.lang.String getDescription()
getDescription in interface DDMStructureModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface DDMStructureModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface DDMStructureModellocale - 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 getDescription(java.lang.String languageId)
getDescription in interface DDMStructureModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface DDMStructureModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface DDMStructureModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface DDMStructureModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface DDMStructureModelpublic void setDescription(java.lang.String description)
setDescription in interface DDMStructureModeldescription - the description of this d d m structurepublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface DDMStructureModeldescription - the localized description of this d d m structurelocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface DDMStructureModeldescription - the localized description of this d d m structurelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface DDMStructureModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface DDMStructureModeldescriptionMap - the locales and localized descriptions of this d d m structurepublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface DDMStructureModeldescriptionMap - the locales and localized descriptions of this d d m structuredefaultLocale - the default localepublic java.lang.String getXsd()
getXsd in interface DDMStructureModelpublic void setXsd(java.lang.String xsd)
setXsd in interface DDMStructureModelxsd - the xsd of this d d m structurepublic java.lang.String getStorageType()
getStorageType in interface DDMStructureModelpublic void setStorageType(java.lang.String storageType)
setStorageType in interface DDMStructureModelstorageType - the storage type of this d d m structurepublic int getType()
getType in interface DDMStructureModelpublic void setType(int type)
setType in interface DDMStructureModeltype - the type of this d d m structurepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<DDMStructure>isNew in interface DDMStructureModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<DDMStructure>setNew in interface DDMStructureModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<DDMStructure>isCachedModel in interface DDMStructureModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<DDMStructure>setCachedModel in interface DDMStructureModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<DDMStructure>isEscapedModel in interface DDMStructureModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<DDMStructure>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStructureModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<DDMStructure>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStructureModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<DDMStructure>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStructureModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DDMStructure>setExpandoBridgeAttributes in interface DDMStructureModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DDMStructure>setExpandoBridgeAttributes in interface DDMStructureModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<DDMStructure>setExpandoBridgeAttributes in interface DDMStructureModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface DDMStructureModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface DDMStructureModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface DDMStructureModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface DDMStructureModelLocaleExceptionpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<DDMStructure>clone in interface StagedModelclone in interface DDMStructureModelclone in class java.lang.Objectpublic int compareTo(DDMStructure ddmStructure)
compareTo in interface DDMStructureModelcompareTo in interface java.lang.Comparable<DDMStructure>public int hashCode()
hashCode in interface DDMStructureModelhashCode in class java.lang.Objectpublic CacheModel<DDMStructure> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<DDMStructure>toCacheModel in interface DDMStructureModelpublic DDMStructure toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<DDMStructure>toEscapedModel in interface DDMStructureModelAutoEscapeBeanHandlerpublic DDMStructure toUnescapedModel()
toUnescapedModel in interface BaseModel<DDMStructure>toUnescapedModel in interface DDMStructureModelpublic java.lang.String toString()
toString in interface DDMStructureModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<DDMStructure>toXmlString in interface DDMStructureModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic java.util.List<java.lang.String> getChildrenFieldNames(java.lang.String fieldName)
throws PortalException,
SystemException
getChildrenFieldNames in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getCompleteXsd()
throws PortalException,
SystemException
getCompleteXsd in interface DDMStructurePortalExceptionSystemExceptionpublic Document getDocument()
getDocument in interface DDMStructurepublic java.lang.String getFieldDataType(java.lang.String fieldName)
throws PortalException,
SystemException
getFieldDataType in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldLabel(java.lang.String fieldName,
java.util.Locale locale)
throws PortalException,
SystemException
getFieldLabel in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldLabel(java.lang.String fieldName,
java.lang.String locale)
throws PortalException,
SystemException
getFieldLabel in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Set<java.lang.String> getFieldNames()
throws PortalException,
SystemException
getFieldNames in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldProperty(java.lang.String fieldName,
java.lang.String property)
throws PortalException,
SystemException
getFieldProperty in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldProperty(java.lang.String fieldName,
java.lang.String property,
java.lang.String locale)
throws PortalException,
SystemException
getFieldProperty in interface DDMStructurePortalExceptionSystemExceptionpublic boolean getFieldRepeatable(java.lang.String fieldName)
throws PortalException,
SystemException
getFieldRepeatable in interface DDMStructurePortalExceptionSystemExceptionpublic boolean getFieldRequired(java.lang.String fieldName)
throws PortalException,
SystemException
getFieldRequired in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Map<java.lang.String,java.lang.String> getFields(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue)
getFields in interface DDMStructurepublic java.util.Map<java.lang.String,java.lang.String> getFields(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.String locale)
getFields in interface DDMStructurepublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getFieldsMap()
throws PortalException,
SystemException
getFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getFieldsMap(boolean includeTransientFields)
throws PortalException,
SystemException
getFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getFieldsMap(java.lang.String locale)
throws PortalException,
SystemException
getFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getFieldsMap(java.lang.String locale,
boolean includeTransientFields)
throws PortalException,
SystemException
getFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldTip(java.lang.String fieldName,
java.util.Locale locale)
throws PortalException,
SystemException
getFieldTip in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldTip(java.lang.String fieldName,
java.lang.String locale)
throws PortalException,
SystemException
getFieldTip in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getFieldType(java.lang.String fieldName)
throws PortalException,
SystemException
getFieldType in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getLocalizedFieldsMap()
getLocalizedFieldsMap in interface DDMStructurepublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getLocalizedPersistentFieldsMap()
getLocalizedPersistentFieldsMap in interface DDMStructurepublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getLocalizedTransientFieldsMap()
getLocalizedTransientFieldsMap in interface DDMStructurepublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getPersistentFieldsMap(java.lang.String locale)
throws PortalException,
SystemException
getPersistentFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.List<java.lang.String> getRootFieldNames()
throws PortalException,
SystemException
getRootFieldNames in interface DDMStructurePortalExceptionSystemExceptionpublic java.util.List<DDMTemplate> getTemplates() throws SystemException
getTemplates in interface DDMStructureSystemExceptionpublic java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getTransientFieldsMap(java.lang.String locale)
throws PortalException,
SystemException
getTransientFieldsMap in interface DDMStructurePortalExceptionSystemExceptionpublic java.lang.String getWebDavURL(ThemeDisplay themeDisplay, java.lang.String webDAVToken)
getWebDavURL in interface DDMStructurethemeDisplay - 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 boolean hasField(java.lang.String fieldName)
throws PortalException,
SystemException
hasField in interface DDMStructurePortalExceptionSystemExceptionpublic boolean isFieldPrivate(java.lang.String fieldName)
throws PortalException,
SystemException
isFieldPrivate in interface DDMStructurePortalExceptionSystemExceptionpublic boolean isFieldRepeatable(java.lang.String fieldName)
throws PortalException,
SystemException
isFieldRepeatable in interface DDMStructurePortalExceptionSystemExceptionpublic boolean isFieldTransient(java.lang.String fieldName)
throws PortalException,
SystemException
isFieldTransient in interface DDMStructurePortalExceptionSystemExceptionpublic void setDocument(Document document)
setDocument in interface DDMStructurepublic void setLocalizedFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedFieldsMap)
setLocalizedFieldsMap in interface DDMStructurepublic void setLocalizedPersistentFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedPersistentFieldsMap)
setLocalizedPersistentFieldsMap in interface DDMStructurepublic void setLocalizedTransientFieldsMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> localizedTransientFieldsMap)
setLocalizedTransientFieldsMap in interface DDMStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic DDMStructure getWrappedDDMStructure()
getWrappedModel()public DDMStructure getWrappedModel()
getWrappedModel in interface ModelWrapper<DDMStructure>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<DDMStructure>