@ProviderType public class LayoutSetPrototypeWrapper extends Object implements LayoutSetPrototype, ModelWrapper<LayoutSetPrototype>
This class is a wrapper for LayoutSetPrototype.
LayoutSetPrototype,
Serialized FormLAYOUT_SET_PROTOTYPE_ID_ACCESSOR| Constructor and Description |
|---|
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(LayoutSetPrototype layoutSetPrototype) |
boolean |
equals(Object obj) |
boolean |
getActive()
Returns the active of this layout set prototype.
|
String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this layout set prototype.
|
Date |
getCreateDate()
Returns the create date of this layout set prototype.
|
String |
getDefaultLanguageId() |
String |
getDescription()
Returns the description of this layout set prototype.
|
String |
getDescription(Locale locale)
Returns the localized description of this layout set prototype in the language.
|
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this layout set prototype 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 layout set prototype in the language.
|
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this layout set prototype 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 layout set prototype.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Group |
getGroup() |
long |
getGroupId() |
LayoutSet |
getLayoutSet() |
long |
getLayoutSetPrototypeId()
Returns the layout set prototype ID of this layout set prototype.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate()
Returns the modified date of this layout set prototype.
|
long |
getMvccVersion()
Returns the mvcc version of this layout set prototype.
|
String |
getName()
Returns the name of this layout set prototype.
|
String |
getName(Locale locale)
Returns the localized name of this layout set prototype in the language.
|
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this layout set prototype 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 layout set prototype in the language.
|
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this layout set prototype 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 layout set prototype.
|
long |
getPrimaryKey()
Returns the primary key of this layout set prototype.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
String |
getSettings()
Returns the settings of this layout set prototype.
|
UnicodeProperties |
getSettingsProperties() |
String |
getSettingsProperty(String key) |
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this layout set prototype.
|
String |
getUserName()
Returns the user name of this layout set prototype.
|
String |
getUserUuid()
Returns the user uuid of this layout set prototype.
|
String |
getUuid()
Returns the uuid of this layout set prototype.
|
LayoutSetPrototype |
getWrappedModel() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isActive()
Returns
true if this layout set prototype is active. |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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(Locale defaultImportLocale) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setActive(boolean active)
Sets whether this layout set prototype is active.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout set prototype.
|
void |
setCreateDate(Date createDate)
Sets the create date of this layout set prototype.
|
void |
setDescription(String description)
Sets the description of this layout set prototype.
|
void |
setDescription(String description,
Locale locale)
Sets the localized description of this layout set prototype in the language.
|
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this layout set prototype in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this layout set prototype from the map of locales and localized descriptions.
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this layout set prototype from the map of locales and localized descriptions, and sets the default locale.
|
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 |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
Sets the layout set prototype ID of this layout set prototype.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set prototype.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout set prototype.
|
void |
setName(String name)
Sets the name of this layout set prototype.
|
void |
setName(String name,
Locale locale)
Sets the localized name of this layout set prototype in the language.
|
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this layout set prototype in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(String languageId) |
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this layout set prototype from the map of locales and localized names.
|
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this layout set prototype 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 |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set prototype.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setSettings(String settings)
Sets the settings of this layout set prototype.
|
void |
setSettingsProperties(UnicodeProperties settingsProperties) |
void |
setUserId(long userId)
Sets the user ID of this layout set prototype.
|
void |
setUserName(String userName)
Sets the user name of this layout set prototype.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout set prototype.
|
void |
setUuid(String uuid)
Sets the uuid of this layout set prototype.
|
CacheModel<LayoutSetPrototype> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
LayoutSetPrototype |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
String |
toString() |
LayoutSetPrototype |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetPrototype>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetPrototype>public CacheModel<LayoutSetPrototype> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<LayoutSetPrototype>toCacheModel in interface LayoutSetPrototypeModelpublic Group getGroup() throws PortalException
getGroup in interface LayoutSetPrototypePortalExceptionpublic LayoutSet getLayoutSet() throws PortalException
getLayoutSet in interface LayoutSetPrototypePortalExceptionpublic LayoutSetPrototype toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<LayoutSetPrototype>toEscapedModel in interface LayoutSetPrototypeModelAutoEscapeBeanHandlerpublic LayoutSetPrototype toUnescapedModel()
toUnescapedModel in interface BaseModel<LayoutSetPrototype>toUnescapedModel in interface LayoutSetPrototypeModelpublic boolean getActive()
getActive in interface LayoutSetPrototypeModelpublic boolean hasSetModifiedDate()
hasSetModifiedDate in interface LayoutSetPrototypepublic boolean isActive()
true if this layout set prototype is active.isActive in interface LayoutSetPrototypeModeltrue if this layout set prototype is active; false otherwisepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<LayoutSetPrototype>isCachedModel in interface LayoutSetPrototypeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<LayoutSetPrototype>isEscapedModel in interface LayoutSetPrototypeModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<LayoutSetPrototype>isNew in interface LayoutSetPrototypeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetPrototypeModelpublic UnicodeProperties getSettingsProperties()
getSettingsProperties in interface LayoutSetPrototypepublic int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo in interface LayoutSetPrototypeModelcompareTo in interface Comparable<LayoutSetPrototype>public int hashCode()
hashCode in interface LayoutSetPrototypeModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetPrototypeModelpublic Object clone()
BaseModelclone in interface BaseModel<LayoutSetPrototype>clone in interface LayoutSetPrototypeModelclone in interface StagedModelclone in class Objectpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LayoutSetPrototypeModelgetDefaultLanguageId in interface LocalizedModelpublic String getDescription()
getDescription in interface LayoutSetPrototypeModelpublic String getDescription(String languageId)
getDescription in interface LayoutSetPrototypeModellanguageId - the ID of the languagepublic String getDescription(String languageId, boolean useDefault)
getDescription in interface LayoutSetPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getDescription(Locale locale)
getDescription in interface LayoutSetPrototypeModellocale - the locale of the languagepublic String getDescription(Locale locale, boolean useDefault)
getDescription in interface LayoutSetPrototypeModellocale - 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 String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface LayoutSetPrototypeModelpublic String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface LayoutSetPrototypeModelpublic String getName()
getName in interface LayoutSetPrototypeModelpublic String getName(String languageId)
getName in interface LayoutSetPrototypeModellanguageId - the ID of the languagepublic String getName(String languageId, boolean useDefault)
getName in interface LayoutSetPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getName(Locale locale)
getName in interface LayoutSetPrototypeModellocale - the locale of the languagepublic String getName(Locale locale, boolean useDefault)
getName in interface LayoutSetPrototypeModellocale - 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 String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface LayoutSetPrototypeModelpublic String getNameCurrentValue()
getNameCurrentValue in interface LayoutSetPrototypeModelpublic String getSettings()
getSettings in interface LayoutSetPrototypeModelpublic String getSettingsProperty(String key)
getSettingsProperty in interface LayoutSetPrototypepublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface LayoutSetPrototypeModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetPrototypeModelpublic String getUuid()
getUuid in interface LayoutSetPrototypeModelgetUuid in interface StagedModelpublic String toString()
toString in interface LayoutSetPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModeltoXmlString in interface BaseModel<LayoutSetPrototype>toXmlString in interface LayoutSetPrototypeModelpublic String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LayoutSetPrototypeModelgetAvailableLanguageIds in interface LocalizedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetPrototypeModelgetCreateDate in interface StagedModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetPrototypeModelgetModifiedDate in interface StagedModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface LayoutSetPrototypeModelpublic Map<Locale,String> getNameMap()
getNameMap in interface LayoutSetPrototypeModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetPrototypeModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic long getGroupId()
throws PortalException
getGroupId in interface LayoutSetPrototypePortalExceptionpublic long getLayoutSetPrototypeId()
getLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic long getMvccVersion()
getMvccVersion in interface LayoutSetPrototypeModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutSetPrototypeModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface LayoutSetPrototypeModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSetPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSetPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void setActive(boolean active)
setActive in interface LayoutSetPrototypeModelactive - the active of this layout set prototypepublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<LayoutSetPrototype>setCachedModel in interface LayoutSetPrototypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetPrototypeModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout set prototypepublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetPrototypeModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout set prototypepublic void setDescription(String description)
setDescription in interface LayoutSetPrototypeModeldescription - the description of this layout set prototypepublic void setDescription(String description, Locale locale)
setDescription in interface LayoutSetPrototypeModeldescription - the localized description of this layout set prototypelocale - the locale of the languagepublic void setDescription(String description, Locale locale, Locale defaultLocale)
setDescription in interface LayoutSetPrototypeModeldescription - the localized description of this layout set prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface LayoutSetPrototypeModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface LayoutSetPrototypeModeldescriptionMap - the locales and localized descriptions of this layout set prototypepublic void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
setDescriptionMap in interface LayoutSetPrototypeModeldescriptionMap - the locales and localized descriptions of this layout set prototypedefaultLocale - the default localepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
setLayoutSetPrototypeId in interface LayoutSetPrototypeModellayoutSetPrototypeId - the layout set prototype ID of this layout set prototypepublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetPrototypeModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout set prototypepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutSetPrototypeModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout set prototypepublic void setName(String name)
setName in interface LayoutSetPrototypeModelname - the name of this layout set prototypepublic void setName(String name, Locale locale)
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the languagepublic void setName(String name, Locale locale, Locale defaultLocale)
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface LayoutSetPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototypepublic void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototypedefaultLocale - the default localepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<LayoutSetPrototype>setNew in interface LayoutSetPrototypeModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSetPrototypeModelprimaryKey - the primary key of this layout set prototypepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetPrototypeModelprimaryKeyObj - the primary key of this model instancepublic void setSettings(String settings)
setSettings in interface LayoutSetPrototypeModelsettings - the settings of this layout set prototypepublic void setSettingsProperties(UnicodeProperties settingsProperties)
setSettingsProperties in interface LayoutSetPrototypepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface LayoutSetPrototypeModeluserId - the user ID of this layout set prototypepublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface LayoutSetPrototypeModeluserName - the user name of this layout set prototypepublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetPrototypeModeluserUuid - the user uuid of this layout set prototypepublic void setUuid(String uuid)
setUuid in interface LayoutSetPrototypeModelsetUuid in interface StagedModeluuid - the uuid of this layout set prototypepublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic LayoutSetPrototype getWrappedModel()
getWrappedModel in interface ModelWrapper<LayoutSetPrototype>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<LayoutSetPrototype>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<LayoutSetPrototype>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<LayoutSetPrototype>