public class LayoutPrototypeWrapper extends BaseModelWrapper<LayoutPrototype> implements LayoutPrototype, ModelWrapper<LayoutPrototype>
This class is a wrapper for LayoutPrototype.
LayoutPrototype,
Serialized FormmodelLAYOUT_PROTOTYPE_ID_ACCESSOR| Constructor and Description |
|---|
LayoutPrototypeWrapper(LayoutPrototype layoutPrototype) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the active of this layout prototype.
|
String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this layout prototype.
|
Date |
getCreateDate()
Returns the create date of this layout prototype.
|
String |
getDefaultLanguageId() |
String |
getDescription()
Returns the description of this layout prototype.
|
String |
getDescription(Locale locale)
Returns the localized description of this layout prototype in the language.
|
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this layout 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 prototype in the language.
|
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this layout 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 prototype.
|
Group |
getGroup() |
long |
getGroupId() |
Layout |
getLayout() |
long |
getLayoutPrototypeId()
Returns the layout prototype ID of this layout prototype.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this layout prototype.
|
long |
getMvccVersion()
Returns the mvcc version of this layout prototype.
|
String |
getName()
Returns the name of this layout prototype.
|
String |
getName(Locale locale)
Returns the localized name of this layout prototype in the language.
|
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this layout 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 prototype in the language.
|
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this layout 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 prototype.
|
long |
getPrimaryKey()
Returns the primary key of this layout prototype.
|
String |
getSettings()
Returns the settings of this layout prototype.
|
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this layout prototype.
|
String |
getUserName()
Returns the user name of this layout prototype.
|
String |
getUserUuid()
Returns the user uuid of this layout prototype.
|
String |
getUuid()
Returns the uuid of this layout prototype.
|
boolean |
hasSetModifiedDate() |
boolean |
isActive()
Returns
true if this layout prototype is active. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
setActive(boolean active)
Sets whether this layout prototype is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout prototype.
|
void |
setCreateDate(Date createDate)
Sets the create date of this layout prototype.
|
void |
setDescription(String description)
Sets the description of this layout prototype.
|
void |
setDescription(String description,
Locale locale)
Sets the localized description of this layout prototype in the language.
|
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this layout 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 prototype from the map of locales and localized descriptions.
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this layout prototype from the map of locales and localized descriptions, and sets the default locale.
|
void |
setLayoutPrototypeId(long layoutPrototypeId)
Sets the layout prototype ID of this layout prototype.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout prototype.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout prototype.
|
void |
setName(String name)
Sets the name of this layout prototype.
|
void |
setName(String name,
Locale locale)
Sets the localized name of this layout prototype in the language.
|
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this layout 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 prototype from the map of locales and localized names.
|
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this layout prototype from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout prototype.
|
void |
setSettings(String settings)
Sets the settings of this layout prototype.
|
void |
setUserId(long userId)
Sets the user ID of this layout prototype.
|
void |
setUserName(String userName)
Sets the user name of this layout prototype.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout prototype.
|
void |
setUuid(String uuid)
Sets the uuid of this layout prototype.
|
protected LayoutPrototypeWrapper |
wrap(LayoutPrototype layoutPrototype) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamegetWrappedModelpublic LayoutPrototypeWrapper(LayoutPrototype layoutPrototype)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutPrototype>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutPrototype>public boolean getActive()
getActive in interface LayoutPrototypeModelpublic String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LayoutPrototypeModelgetAvailableLanguageIds in interface LocalizedModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutPrototypeModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutPrototypeModelgetCreateDate in interface StagedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LayoutPrototypeModelgetDefaultLanguageId in interface LocalizedModelpublic String getDescription()
getDescription in interface LayoutPrototypeModelpublic String getDescription(Locale locale)
getDescription in interface LayoutPrototypeModellocale - the locale of the languagepublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface LayoutPrototypeModellocale - 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 getDescription(String languageId)
getDescription in interface LayoutPrototypeModellanguageId - the ID of the languagepublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface LayoutPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface LayoutPrototypeModelpublic String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface LayoutPrototypeModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface LayoutPrototypeModelpublic Group getGroup() throws PortalException
getGroup in interface LayoutPrototypePortalExceptionpublic long getGroupId()
throws PortalException
getGroupId in interface LayoutPrototypePortalExceptionpublic Layout getLayout() throws PortalException
getLayout in interface LayoutPrototypePortalExceptionpublic long getLayoutPrototypeId()
getLayoutPrototypeId in interface LayoutPrototypeModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutPrototypeModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface LayoutPrototypeModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface LayoutPrototypeModelpublic String getName(Locale locale)
getName in interface LayoutPrototypeModellocale - the locale of the languagepublic String getName(Locale locale,
boolean useDefault)
getName in interface LayoutPrototypeModellocale - 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 getName(String languageId)
getName in interface LayoutPrototypeModellanguageId - the ID of the languagepublic String getName(String languageId,
boolean useDefault)
getName in interface LayoutPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface LayoutPrototypeModelpublic String getNameCurrentValue()
getNameCurrentValue in interface LayoutPrototypeModelpublic Map<Locale,String> getNameMap()
getNameMap in interface LayoutPrototypeModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutPrototypeModelpublic String getSettings()
getSettings in interface LayoutPrototypeModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface LayoutPrototypeModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface LayoutPrototypeModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutPrototypeModelpublic String getUuid()
getUuid in interface LayoutPrototypeModelgetUuid in interface StagedModelpublic boolean hasSetModifiedDate()
hasSetModifiedDate in interface LayoutPrototypepublic boolean isActive()
true if this layout prototype is active.isActive in interface LayoutPrototypeModeltrue if this layout prototype is active; false otherwisepublic void persist()
LayoutPrototype interface instead.persist in interface PersistedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutPrototypeModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void setActive(boolean active)
setActive in interface LayoutPrototypeModelactive - the active of this layout prototypepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutPrototypeModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout prototypepublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutPrototypeModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout prototypepublic void setDescription(String description)
setDescription in interface LayoutPrototypeModeldescription - the description of this layout prototypepublic void setDescription(String description,
Locale locale)
setDescription in interface LayoutPrototypeModeldescription - the localized description of this layout prototypelocale - the locale of the languagepublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface LayoutPrototypeModeldescription - the localized description of this layout prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface LayoutPrototypeModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface LayoutPrototypeModeldescriptionMap - the locales and localized descriptions of this layout prototypepublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface LayoutPrototypeModeldescriptionMap - the locales and localized descriptions of this layout prototypedefaultLocale - the default localepublic void setLayoutPrototypeId(long layoutPrototypeId)
setLayoutPrototypeId in interface LayoutPrototypeModellayoutPrototypeId - the layout prototype ID of this layout prototypepublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutPrototypeModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout prototypepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutPrototypeModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout prototypepublic void setName(String name)
setName in interface LayoutPrototypeModelname - the name of this layout prototypepublic void setName(String name,
Locale locale)
setName in interface LayoutPrototypeModelname - the localized name of this layout prototypelocale - the locale of the languagepublic void setName(String name,
Locale locale,
Locale defaultLocale)
setName in interface LayoutPrototypeModelname - the localized name of this layout prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface LayoutPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface LayoutPrototypeModelnameMap - the locales and localized names of this layout prototypepublic void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
setNameMap in interface LayoutPrototypeModelnameMap - the locales and localized names of this layout prototypedefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutPrototypeModelprimaryKey - the primary key of this layout prototypepublic void setSettings(String settings)
setSettings in interface LayoutPrototypeModelsettings - the settings of this layout prototypepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface LayoutPrototypeModeluserId - the user ID of this layout prototypepublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface LayoutPrototypeModeluserName - the user name of this layout prototypepublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutPrototypeModeluserUuid - the user uuid of this layout prototypepublic void setUuid(String uuid)
setUuid in interface LayoutPrototypeModelsetUuid in interface StagedModeluuid - the uuid of this layout prototypepublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected LayoutPrototypeWrapper wrap(LayoutPrototype layoutPrototype)
wrap in class BaseModelWrapper<LayoutPrototype>