|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DDMStructure>
com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureModelImpl
@JSON(strict=true) @ProviderType public class DDMStructureModelImpl
The base model implementation for the DDMStructure service. Represents a row in the "DDMStructure" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DDMStructureModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureImpl.
DDMStructureImpl,
DDMStructure,
DDMStructureModel,
Serialized Form| Constructor Summary | |
|---|---|
DDMStructureModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStructure ddmStructure)
|
boolean |
equals(Object obj)
|
String[] |
getAvailableLanguageIds()
|
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 |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this d d m structure. |
Date |
getCreateDate()
Returns the create date of this d d m structure. |
DDMForm |
getDDMForm()
|
String |
getDefaultLanguageId()
|
String |
getDefinition()
Returns the definition of this d d m structure. |
String |
getDescription()
Returns the description of this d d m structure. |
String |
getDescription(Locale locale)
Returns the localized description of this d d m structure in the language. |
String |
getDescription(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. |
String |
getDescription(String languageId)
Returns the localized description of this d d m structure in the language. |
String |
getDescription(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. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this d d m structure. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
DDMForm |
getFullHierarchyDDMForm()
|
long |
getGroupId()
Returns the group ID of this d d m structure. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this d d m structure. |
String |
getName()
Returns the name of this d d m structure. |
String |
getName(Locale locale)
Returns the localized name of this d d m structure in the language. |
String |
getName(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. |
String |
getName(String languageId)
Returns the localized name of this d d m structure in the language. |
String |
getName(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. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this d d m structure. |
long |
getOriginalClassNameId()
|
long |
getOriginalCompanyId()
|
String |
getOriginalDescription()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentStructureId()
|
String |
getOriginalStructureKey()
|
String |
getOriginalUuid()
|
long |
getParentStructureId()
Returns the parent structure ID of this d d m structure. |
long |
getPrimaryKey()
Returns the primary key of this d d m structure. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
String |
getStorageType()
Returns the storage type of this d d m structure. |
long |
getStructureId()
Returns the structure ID of this d d m structure. |
String |
getStructureKey()
Returns the structure key of this d d m structure. |
int |
getType()
Returns the type of this d d m structure. |
long |
getUserId()
Returns the user ID of this d d m structure. |
String |
getUserName()
Returns the user name of this d d m structure. |
String |
getUserUuid()
Returns the user uuid of this d d m structure. |
String |
getUuid()
Returns the uuid of this d d m structure. |
String |
getVersion()
Returns the version of this d d m structure. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(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(Date createDate)
Sets the create date of this d d m structure. |
void |
setDDMForm(DDMForm ddmForm)
|
void |
setDefinition(String definition)
Sets the definition of this d d m structure. |
void |
setDescription(String description)
Sets the description of this d d m structure. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this d d m structure in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this d d m structure in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this d d m structure from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
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 |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFullHierarchyDDMForm(DDMForm fullHierarchyDDMForm)
|
void |
setGroupId(long groupId)
Sets the group ID of this d d m structure. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d d m structure. |
void |
setName(String name)
Sets the name of this d d m structure. |
void |
setName(String name,
Locale locale)
Sets the localized name of this d d m structure in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this d d m structure in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this d d m structure from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
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 |
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(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStorageType(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(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(String userName)
Sets the user name of this d d m structure. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d d m structure. |
void |
setUuid(String uuid)
Sets the uuid of this d d m structure. |
void |
setVersion(String version)
Sets the version 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. |
static DDMStructure |
toModel(DDMStructureSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DDMStructure> |
toModels(DDMStructureSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long DESCRIPTION_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTSTRUCTUREID_COLUMN_BITMASK
public static final long STRUCTUREKEY_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long STRUCTUREID_COLUMN_BITMASK
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_NAME
public static final Object[][] MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_COLUMNS
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DDMSTRUCTURES
public static final String MAPPING_TABLE_JOURNALFOLDERS_DDMSTRUCTURES_NAME
public static final Object[][] MAPPING_TABLE_JOURNALFOLDERS_DDMSTRUCTURES_COLUMNS
public static final String MAPPING_TABLE_JOURNALFOLDERS_DDMSTRUCTURES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_JOURNALFOLDERS_DDMSTRUCTURES
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DDMStructureModelImpl()
| Method Detail |
|---|
public static DDMStructure toModel(DDMStructureSoap soapModel)
soapModel - the soap model instance to convert
public static List<DDMStructure> toModels(DDMStructureSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DDMStructureModel
getPrimaryKey in interface DDMStructureModelpublic void setPrimaryKey(long primaryKey)
DDMStructureModel
setPrimaryKey in interface DDMStructureModelprimaryKey - the primary key of this d d m structurepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMStructure>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStructureModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMStructure>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStructureModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructure>getModelAttributes in class BaseModelImpl<DDMStructure>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMStructure>setModelAttributes in class BaseModelImpl<DDMStructure>@JSON public String getUuid()
DDMStructureModel
getUuid in interface StagedModelgetUuid in interface DDMStructureModelpublic void setUuid(String uuid)
DDMStructureModel
setUuid in interface StagedModelsetUuid in interface DDMStructureModeluuid - the uuid of this d d m structurepublic String getOriginalUuid()
@JSON public long getStructureId()
DDMStructureModel
getStructureId in interface DDMStructureModelpublic void setStructureId(long structureId)
DDMStructureModel
setStructureId in interface DDMStructureModelstructureId - the structure ID of this d d m structure@JSON public long getGroupId()
DDMStructureModel
getGroupId in interface GroupedModelgetGroupId in interface DDMStructureModelpublic void setGroupId(long groupId)
DDMStructureModel
setGroupId in interface GroupedModelsetGroupId in interface DDMStructureModelgroupId - the group ID of this d d m structurepublic long getOriginalGroupId()
@JSON public long getCompanyId()
DDMStructureModel
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DDMStructureModelpublic void setCompanyId(long companyId)
DDMStructureModel
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DDMStructureModelcompanyId - the company ID of this d d m structurepublic long getOriginalCompanyId()
@JSON public long getUserId()
DDMStructureModel
getUserId in interface AuditedModelgetUserId in interface DDMStructureModelpublic void setUserId(long userId)
DDMStructureModel
setUserId in interface AuditedModelsetUserId in interface DDMStructureModeluserId - the user ID of this d d m structurepublic String getUserUuid()
DDMStructureModel
getUserUuid in interface AuditedModelgetUserUuid in interface DDMStructureModelpublic void setUserUuid(String userUuid)
DDMStructureModel
setUserUuid in interface AuditedModelsetUserUuid in interface DDMStructureModeluserUuid - the user uuid of this d d m structure@JSON public String getUserName()
DDMStructureModel
getUserName in interface AuditedModelgetUserName in interface DDMStructureModelpublic void setUserName(String userName)
DDMStructureModel
setUserName in interface AuditedModelsetUserName in interface DDMStructureModeluserName - the user name of this d d m structure@JSON public Date getCreateDate()
DDMStructureModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DDMStructureModelpublic void setCreateDate(Date createDate)
DDMStructureModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DDMStructureModelcreateDate - the create date of this d d m structure@JSON public Date getModifiedDate()
DDMStructureModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DDMStructureModelpublic void setModifiedDate(Date modifiedDate)
DDMStructureModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DDMStructureModelmodifiedDate - the modified date of this d d m structure@JSON public long getParentStructureId()
DDMStructureModel
getParentStructureId in interface DDMStructureModelpublic void setParentStructureId(long parentStructureId)
DDMStructureModel
setParentStructureId in interface DDMStructureModelparentStructureId - the parent structure ID of this d d m structurepublic long getOriginalParentStructureId()
public String getClassName()
DDMStructureModel
getClassName in interface TypedModelgetClassName in interface DDMStructureModelpublic void setClassName(String className)
setClassName in interface DDMStructureModel@JSON public long getClassNameId()
DDMStructureModel
getClassNameId in interface TypedModelgetClassNameId in interface DDMStructureModelpublic void setClassNameId(long classNameId)
DDMStructureModel
setClassNameId in interface TypedModelsetClassNameId in interface DDMStructureModelclassNameId - the class name ID of this d d m structurepublic long getOriginalClassNameId()
@JSON public String getStructureKey()
DDMStructureModel
getStructureKey in interface DDMStructureModelpublic void setStructureKey(String structureKey)
DDMStructureModel
setStructureKey in interface DDMStructureModelstructureKey - the structure key of this d d m structurepublic String getOriginalStructureKey()
@JSON public String getVersion()
DDMStructureModel
getVersion in interface DDMStructureModelpublic void setVersion(String version)
DDMStructureModel
setVersion in interface DDMStructureModelversion - the version of this d d m structure@JSON public String getName()
DDMStructureModel
getName in interface DDMStructureModelpublic String getName(Locale locale)
DDMStructureModel
getName in interface DDMStructureModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
DDMStructureModel
getName in interface DDMStructureModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
DDMStructureModel
getName in interface DDMStructureModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
DDMStructureModel
getName in interface DDMStructureModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface DDMStructureModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface DDMStructureModelpublic Map<Locale,String> getNameMap()
DDMStructureModel
getNameMap in interface DDMStructureModelpublic void setName(String name)
DDMStructureModel
setName in interface DDMStructureModelname - the name of this d d m structure
public void setName(String name,
Locale locale)
DDMStructureModel
setName in interface DDMStructureModelname - the localized name of this d d m structurelocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
DDMStructureModel
setName in interface DDMStructureModelname - the localized name of this d d m structurelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface DDMStructureModelpublic void setNameMap(Map<Locale,String> nameMap)
DDMStructureModel
setNameMap in interface DDMStructureModelnameMap - the locales and localized names of this d d m structure
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
DDMStructureModel
setNameMap in interface DDMStructureModelnameMap - the locales and localized names of this d d m structuredefaultLocale - the default localepublic String getOriginalName()
@JSON public String getDescription()
DDMStructureModel
getDescription in interface DDMStructureModelpublic String getDescription(Locale locale)
DDMStructureModel
getDescription in interface DDMStructureModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
DDMStructureModel
getDescription in interface DDMStructureModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
DDMStructureModel
getDescription in interface DDMStructureModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
DDMStructureModel
getDescription in interface DDMStructureModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface DDMStructureModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface DDMStructureModelpublic Map<Locale,String> getDescriptionMap()
DDMStructureModel
getDescriptionMap in interface DDMStructureModelpublic void setDescription(String description)
DDMStructureModel
setDescription in interface DDMStructureModeldescription - the description of this d d m structure
public void setDescription(String description,
Locale locale)
DDMStructureModel
setDescription in interface DDMStructureModeldescription - the localized description of this d d m structurelocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
DDMStructureModel
setDescription in interface DDMStructureModeldescription - the localized description of this d d m structurelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface DDMStructureModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
DDMStructureModel
setDescriptionMap in interface DDMStructureModeldescriptionMap - the locales and localized descriptions of this d d m structure
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
DDMStructureModel
setDescriptionMap in interface DDMStructureModeldescriptionMap - the locales and localized descriptions of this d d m structuredefaultLocale - the default localepublic String getOriginalDescription()
@JSON public String getDefinition()
DDMStructureModel
getDefinition in interface DDMStructureModelpublic void setDefinition(String definition)
DDMStructureModel
setDefinition in interface DDMStructureModeldefinition - the definition of this d d m structure@JSON public String getStorageType()
DDMStructureModel
getStorageType in interface DDMStructureModelpublic void setStorageType(String storageType)
DDMStructureModel
setStorageType in interface DDMStructureModelstorageType - the storage type of this d d m structure@JSON public int getType()
DDMStructureModel
getType in interface DDMStructureModelpublic void setType(int type)
DDMStructureModel
setType in interface DDMStructureModeltype - the type of this d d m structurepublic DDMForm getDDMForm()
public void setDDMForm(DDMForm ddmForm)
public DDMForm getFullHierarchyDDMForm()
public void setFullHierarchyDDMForm(DDMForm fullHierarchyDDMForm)
public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMStructure>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStructureModelgetExpandoBridge in class BaseModelImpl<DDMStructure>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMStructure>setExpandoBridgeAttributes in interface DDMStructureModelsetExpandoBridgeAttributes in class BaseModelImpl<DDMStructure>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LocalizedModelgetAvailableLanguageIds in interface DDMStructureModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LocalizedModelgetDefaultLanguageId in interface DDMStructureModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface DDMStructureModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface DDMStructureModelLocaleExceptionpublic DDMStructure toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMStructure>toEscapedModel in interface DDMStructureModeltoEscapedModel in class BaseModelImpl<DDMStructure>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DDMStructure>clone in interface StagedModelclone in interface DDMStructureModelclone in class BaseModelImpl<DDMStructure>public int compareTo(DDMStructure ddmStructure)
compareTo in interface DDMStructureModelcompareTo in interface Comparable<DDMStructure>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DDMStructureModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DDMStructure>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<DDMStructure>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMStructure>resetOriginalValues in class BaseModelImpl<DDMStructure>public CacheModel<DDMStructure> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMStructure>toCacheModel in interface DDMStructureModeltoCacheModel in class BaseModelImpl<DDMStructure>public String toString()
toString in interface DDMStructureModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMStructure>toXmlString in interface DDMStructureModel
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||