Package com.liferay.object.model
Class ObjectLayoutBoxWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutBox>
com.liferay.object.model.ObjectLayoutBoxWrapper
- All Implemented Interfaces:
ObjectLayoutBox,ObjectLayoutBoxModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectLayoutBox>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutBox>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<ObjectLayoutBox>
public class ObjectLayoutBoxWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutBox>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutBox>, ObjectLayoutBox
This class is a wrapper for ObjectLayoutBox.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectLayoutBox
OBJECT_LAYOUT_BOX_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanReturns the collapsable of this object layout box.longReturns the company ID of this object layout box.Returns the create date of this object layout box.Returns the modified date of this object layout box.longReturns the mvcc version of this object layout box.getName()Returns the name of this object layout box.Returns the localized name of this object layout box in the language.Returns the localized name of this object layout box in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this object layout box in the language.Returns the localized name of this object layout box in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized names of this object layout box.longReturns the object layout box ID of this object layout box.longReturns the object layout tab ID of this object layout box.longReturns the primary key of this object layout box.intReturns the priority of this object layout box.com.liferay.exportimport.kernel.lar.StagedModelTypegetType()Returns the type of this object layout box.longReturns the user ID of this object layout box.Returns the user name of this object layout box.Returns the user uuid of this object layout box.getUuid()Returns the uuid of this object layout box.booleanReturnstrueif this object layout box is collapsable.voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCollapsable(boolean collapsable) Sets whether this object layout box is collapsable.voidsetCompanyId(long companyId) Sets the company ID of this object layout box.voidsetCreateDate(Date createDate) Sets the create date of this object layout box.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object layout box.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object layout box.voidSets the name of this object layout box.voidSets the localized name of this object layout box in the language.voidSets the localized name of this object layout box in the language, and sets the default locale.voidsetNameCurrentLanguageId(String languageId) voidsetNameMap(Map<Locale, String> nameMap) Sets the localized names of this object layout box from the map of locales and localized names.voidsetNameMap(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this object layout box from the map of locales and localized names, and sets the default locale.voidsetObjectLayoutBoxId(long objectLayoutBoxId) Sets the object layout box ID of this object layout box.voidsetObjectLayoutRows(List<ObjectLayoutRow> objectLayoutRows) voidsetObjectLayoutTabId(long objectLayoutTabId) Sets the object layout tab ID of this object layout box.voidsetPrimaryKey(long primaryKey) Sets the primary key of this object layout box.voidsetPriority(int priority) Sets the priority of this object layout box.voidSets the type of this object layout box.voidsetUserId(long userId) Sets the user ID of this object layout box.voidsetUserName(String userName) Sets the user name of this object layout box.voidsetUserUuid(String userUuid) Sets the user uuid of this object layout box.voidSets the uuid of this object layout box.protected ObjectLayoutBoxWrapperwrap(ObjectLayoutBox objectLayoutBox) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectLayoutBoxWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutBox>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutBox>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutBox>- Specified by:
cloneWithOriginalValuesin interfaceObjectLayoutBoxModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getAvailableLanguageIdsin interfaceObjectLayoutBoxModel
-
getCollapsable
public boolean getCollapsable()Returns the collapsable of this object layout box.- Specified by:
getCollapsablein interfaceObjectLayoutBoxModel- Returns:
- the collapsable of this object layout box
-
getCompanyId
public long getCompanyId()Returns the company ID of this object layout box.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectLayoutBoxModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this object layout box
-
getCreateDate
Returns the create date of this object layout box.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectLayoutBoxModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object layout box
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getDefaultLanguageIdin interfaceObjectLayoutBoxModel
-
getModifiedDate
Returns the modified date of this object layout box.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectLayoutBoxModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object layout box
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object layout box.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectLayoutBoxModel- Returns:
- the mvcc version of this object layout box
-
getName
Returns the name of this object layout box.- Specified by:
getNamein interfaceObjectLayoutBoxModel- Returns:
- the name of this object layout box
-
getName
Returns the localized name of this object layout box in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutBoxModel- Parameters:
locale- the locale of the language- Returns:
- the localized name of this object layout box
-
getName
Returns the localized name of this object layout box in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutBoxModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this object layout box. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getName
Returns the localized name of this object layout box in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutBoxModel- Parameters:
languageId- the ID of the language- Returns:
- the localized name of this object layout box
-
getName
Returns the localized name of this object layout box in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutBoxModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this object layout box
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageIdin interfaceObjectLayoutBoxModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValuein interfaceObjectLayoutBoxModel
-
getNameMap
Returns a map of the locales and localized names of this object layout box.- Specified by:
getNameMapin interfaceObjectLayoutBoxModel- Returns:
- the locales and localized names of this object layout box
-
getObjectLayoutBoxId
public long getObjectLayoutBoxId()Returns the object layout box ID of this object layout box.- Specified by:
getObjectLayoutBoxIdin interfaceObjectLayoutBoxModel- Returns:
- the object layout box ID of this object layout box
-
getObjectLayoutRows
- Specified by:
getObjectLayoutRowsin interfaceObjectLayoutBox
-
getObjectLayoutTabId
public long getObjectLayoutTabId()Returns the object layout tab ID of this object layout box.- Specified by:
getObjectLayoutTabIdin interfaceObjectLayoutBoxModel- Returns:
- the object layout tab ID of this object layout box
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object layout box.- Specified by:
getPrimaryKeyin interfaceObjectLayoutBoxModel- Returns:
- the primary key of this object layout box
-
getPriority
public int getPriority()Returns the priority of this object layout box.- Specified by:
getPriorityin interfaceObjectLayoutBoxModel- Returns:
- the priority of this object layout box
-
getType
Returns the type of this object layout box.- Specified by:
getTypein interfaceObjectLayoutBoxModel- Returns:
- the type of this object layout box
-
getUserId
public long getUserId()Returns the user ID of this object layout box.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectLayoutBoxModel- Returns:
- the user ID of this object layout box
-
getUserName
Returns the user name of this object layout box.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectLayoutBoxModel- Returns:
- the user name of this object layout box
-
getUserUuid
Returns the user uuid of this object layout box.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectLayoutBoxModel- Returns:
- the user uuid of this object layout box
-
getUuid
Returns the uuid of this object layout box.- Specified by:
getUuidin interfaceObjectLayoutBoxModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object layout box
-
isCollapsable
public boolean isCollapsable()Returnstrueif this object layout box is collapsable.- Specified by:
isCollapsablein interfaceObjectLayoutBoxModel- Returns:
trueif this object layout box is collapsable;falseotherwise
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceObjectLayoutBoxModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceObjectLayoutBoxModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCollapsable
public void setCollapsable(boolean collapsable) Sets whether this object layout box is collapsable.- Specified by:
setCollapsablein interfaceObjectLayoutBoxModel- Parameters:
collapsable- the collapsable of this object layout box
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object layout box.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectLayoutBoxModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this object layout box
-
setCreateDate
Sets the create date of this object layout box.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectLayoutBoxModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object layout box
-
setModifiedDate
Sets the modified date of this object layout box.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectLayoutBoxModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object layout box
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object layout box.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectLayoutBoxModel- Parameters:
mvccVersion- the mvcc version of this object layout box
-
setName
Sets the name of this object layout box.- Specified by:
setNamein interfaceObjectLayoutBoxModel- Parameters:
name- the name of this object layout box
-
setName
Sets the localized name of this object layout box in the language.- Specified by:
setNamein interfaceObjectLayoutBoxModel- Parameters:
name- the localized name of this object layout boxlocale- the locale of the language
-
setName
Sets the localized name of this object layout box in the language, and sets the default locale.- Specified by:
setNamein interfaceObjectLayoutBoxModel- Parameters:
name- the localized name of this object layout boxlocale- the locale of the languagedefaultLocale- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageIdin interfaceObjectLayoutBoxModel
-
setNameMap
Sets the localized names of this object layout box from the map of locales and localized names.- Specified by:
setNameMapin interfaceObjectLayoutBoxModel- Parameters:
nameMap- the locales and localized names of this object layout box
-
setNameMap
Sets the localized names of this object layout box from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMapin interfaceObjectLayoutBoxModel- Parameters:
nameMap- the locales and localized names of this object layout boxdefaultLocale- the default locale
-
setObjectLayoutBoxId
public void setObjectLayoutBoxId(long objectLayoutBoxId) Sets the object layout box ID of this object layout box.- Specified by:
setObjectLayoutBoxIdin interfaceObjectLayoutBoxModel- Parameters:
objectLayoutBoxId- the object layout box ID of this object layout box
-
setObjectLayoutRows
- Specified by:
setObjectLayoutRowsin interfaceObjectLayoutBox
-
setObjectLayoutTabId
public void setObjectLayoutTabId(long objectLayoutTabId) Sets the object layout tab ID of this object layout box.- Specified by:
setObjectLayoutTabIdin interfaceObjectLayoutBoxModel- Parameters:
objectLayoutTabId- the object layout tab ID of this object layout box
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object layout box.- Specified by:
setPrimaryKeyin interfaceObjectLayoutBoxModel- Parameters:
primaryKey- the primary key of this object layout box
-
setPriority
public void setPriority(int priority) Sets the priority of this object layout box.- Specified by:
setPriorityin interfaceObjectLayoutBoxModel- Parameters:
priority- the priority of this object layout box
-
setType
Sets the type of this object layout box.- Specified by:
setTypein interfaceObjectLayoutBoxModel- Parameters:
type- the type of this object layout box
-
setUserId
public void setUserId(long userId) Sets the user ID of this object layout box.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectLayoutBoxModel- Parameters:
userId- the user ID of this object layout box
-
setUserName
Sets the user name of this object layout box.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectLayoutBoxModel- Parameters:
userName- the user name of this object layout box
-
setUserUuid
Sets the user uuid of this object layout box.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectLayoutBoxModel- Parameters:
userUuid- the user uuid of this object layout box
-
setUuid
Sets the uuid of this object layout box.- Specified by:
setUuidin interfaceObjectLayoutBoxModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object layout box
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectLayoutBoxModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutBox>
-