Package com.liferay.object.model
Class ObjectLayoutTabWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutTab>
com.liferay.object.model.ObjectLayoutTabWrapper
- All Implemented Interfaces:
ObjectLayoutTab,ObjectLayoutTabModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectLayoutTab>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutTab>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<ObjectLayoutTab>
public class ObjectLayoutTabWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutTab>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutTab>, ObjectLayoutTab
This class is a wrapper for ObjectLayoutTab.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectLayoutTab
OBJECT_LAYOUT_TAB_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the company ID of this object layout tab.Returns the create date of this object layout tab.Returns the modified date of this object layout tab.longReturns the mvcc version of this object layout tab.getName()Returns the name of this object layout tab.Returns the localized name of this object layout tab in the language.Returns the localized name of this object layout tab in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this object layout tab in the language.Returns the localized name of this object layout tab 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 tab.longReturns the object layout ID of this object layout tab.longReturns the object layout tab ID of this object layout tab.longReturns the object relationship ID of this object layout tab.longReturns the primary key of this object layout tab.intReturns the priority of this object layout tab.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object layout tab.Returns the user name of this object layout tab.Returns the user uuid of this object layout tab.getUuid()Returns the uuid of this object layout tab.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this object layout tab.voidsetCreateDate(Date createDate) Sets the create date of this object layout tab.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object layout tab.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object layout tab.voidSets the name of this object layout tab.voidSets the localized name of this object layout tab in the language.voidSets the localized name of this object layout tab in the language, and sets the default locale.voidsetNameCurrentLanguageId(String languageId) voidsetNameMap(Map<Locale, String> nameMap) Sets the localized names of this object layout tab from the map of locales and localized names.voidsetNameMap(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this object layout tab from the map of locales and localized names, and sets the default locale.voidsetObjectLayoutBoxes(List<ObjectLayoutBox> objectLayoutBoxes) voidsetObjectLayoutId(long objectLayoutId) Sets the object layout ID of this object layout tab.voidsetObjectLayoutTabId(long objectLayoutTabId) Sets the object layout tab ID of this object layout tab.voidsetObjectRelationshipId(long objectRelationshipId) Sets the object relationship ID of this object layout tab.voidsetPrimaryKey(long primaryKey) Sets the primary key of this object layout tab.voidsetPriority(int priority) Sets the priority of this object layout tab.voidsetUserId(long userId) Sets the user ID of this object layout tab.voidsetUserName(String userName) Sets the user name of this object layout tab.voidsetUserUuid(String userUuid) Sets the user uuid of this object layout tab.voidSets the uuid of this object layout tab.protected ObjectLayoutTabWrapperwrap(ObjectLayoutTab objectLayoutTab) 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
-
ObjectLayoutTabWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutTab>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutTab>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutTab>- Specified by:
cloneWithOriginalValuesin interfaceObjectLayoutTabModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getAvailableLanguageIdsin interfaceObjectLayoutTabModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object layout tab.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectLayoutTabModel- 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 tab
-
getCreateDate
Returns the create date of this object layout tab.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectLayoutTabModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object layout tab
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getDefaultLanguageIdin interfaceObjectLayoutTabModel
-
getModifiedDate
Returns the modified date of this object layout tab.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectLayoutTabModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object layout tab
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object layout tab.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectLayoutTabModel- Returns:
- the mvcc version of this object layout tab
-
getName
Returns the name of this object layout tab.- Specified by:
getNamein interfaceObjectLayoutTabModel- Returns:
- the name of this object layout tab
-
getName
Returns the localized name of this object layout tab in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutTabModel- Parameters:
locale- the locale of the language- Returns:
- the localized name of this object layout tab
-
getName
Returns the localized name of this object layout tab in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutTabModel- 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 tab. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getName
Returns the localized name of this object layout tab in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutTabModel- Parameters:
languageId- the ID of the language- Returns:
- the localized name of this object layout tab
-
getName
Returns the localized name of this object layout tab in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getNamein interfaceObjectLayoutTabModel- 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 tab
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageIdin interfaceObjectLayoutTabModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValuein interfaceObjectLayoutTabModel
-
getNameMap
Returns a map of the locales and localized names of this object layout tab.- Specified by:
getNameMapin interfaceObjectLayoutTabModel- Returns:
- the locales and localized names of this object layout tab
-
getObjectLayoutBoxes
- Specified by:
getObjectLayoutBoxesin interfaceObjectLayoutTab
-
getObjectLayoutId
public long getObjectLayoutId()Returns the object layout ID of this object layout tab.- Specified by:
getObjectLayoutIdin interfaceObjectLayoutTabModel- Returns:
- the object layout ID of this object layout tab
-
getObjectLayoutTabId
public long getObjectLayoutTabId()Returns the object layout tab ID of this object layout tab.- Specified by:
getObjectLayoutTabIdin interfaceObjectLayoutTabModel- Returns:
- the object layout tab ID of this object layout tab
-
getObjectRelationshipId
public long getObjectRelationshipId()Returns the object relationship ID of this object layout tab.- Specified by:
getObjectRelationshipIdin interfaceObjectLayoutTabModel- Returns:
- the object relationship ID of this object layout tab
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object layout tab.- Specified by:
getPrimaryKeyin interfaceObjectLayoutTabModel- Returns:
- the primary key of this object layout tab
-
getPriority
public int getPriority()Returns the priority of this object layout tab.- Specified by:
getPriorityin interfaceObjectLayoutTabModel- Returns:
- the priority of this object layout tab
-
getUserId
public long getUserId()Returns the user ID of this object layout tab.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectLayoutTabModel- Returns:
- the user ID of this object layout tab
-
getUserName
Returns the user name of this object layout tab.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectLayoutTabModel- Returns:
- the user name of this object layout tab
-
getUserUuid
Returns the user uuid of this object layout tab.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectLayoutTabModel- Returns:
- the user uuid of this object layout tab
-
getUuid
Returns the uuid of this object layout tab.- Specified by:
getUuidin interfaceObjectLayoutTabModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object layout tab
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceObjectLayoutTabModel- 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 interfaceObjectLayoutTabModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object layout tab.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectLayoutTabModel- 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 tab
-
setCreateDate
Sets the create date of this object layout tab.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectLayoutTabModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object layout tab
-
setModifiedDate
Sets the modified date of this object layout tab.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectLayoutTabModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object layout tab
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object layout tab.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectLayoutTabModel- Parameters:
mvccVersion- the mvcc version of this object layout tab
-
setName
Sets the name of this object layout tab.- Specified by:
setNamein interfaceObjectLayoutTabModel- Parameters:
name- the name of this object layout tab
-
setName
Sets the localized name of this object layout tab in the language.- Specified by:
setNamein interfaceObjectLayoutTabModel- Parameters:
name- the localized name of this object layout tablocale- the locale of the language
-
setName
Sets the localized name of this object layout tab in the language, and sets the default locale.- Specified by:
setNamein interfaceObjectLayoutTabModel- Parameters:
name- the localized name of this object layout tablocale- the locale of the languagedefaultLocale- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageIdin interfaceObjectLayoutTabModel
-
setNameMap
Sets the localized names of this object layout tab from the map of locales and localized names.- Specified by:
setNameMapin interfaceObjectLayoutTabModel- Parameters:
nameMap- the locales and localized names of this object layout tab
-
setNameMap
Sets the localized names of this object layout tab from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMapin interfaceObjectLayoutTabModel- Parameters:
nameMap- the locales and localized names of this object layout tabdefaultLocale- the default locale
-
setObjectLayoutBoxes
- Specified by:
setObjectLayoutBoxesin interfaceObjectLayoutTab
-
setObjectLayoutId
public void setObjectLayoutId(long objectLayoutId) Sets the object layout ID of this object layout tab.- Specified by:
setObjectLayoutIdin interfaceObjectLayoutTabModel- Parameters:
objectLayoutId- the object layout ID of this object layout tab
-
setObjectLayoutTabId
public void setObjectLayoutTabId(long objectLayoutTabId) Sets the object layout tab ID of this object layout tab.- Specified by:
setObjectLayoutTabIdin interfaceObjectLayoutTabModel- Parameters:
objectLayoutTabId- the object layout tab ID of this object layout tab
-
setObjectRelationshipId
public void setObjectRelationshipId(long objectRelationshipId) Sets the object relationship ID of this object layout tab.- Specified by:
setObjectRelationshipIdin interfaceObjectLayoutTabModel- Parameters:
objectRelationshipId- the object relationship ID of this object layout tab
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object layout tab.- Specified by:
setPrimaryKeyin interfaceObjectLayoutTabModel- Parameters:
primaryKey- the primary key of this object layout tab
-
setPriority
public void setPriority(int priority) Sets the priority of this object layout tab.- Specified by:
setPriorityin interfaceObjectLayoutTabModel- Parameters:
priority- the priority of this object layout tab
-
setUserId
public void setUserId(long userId) Sets the user ID of this object layout tab.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectLayoutTabModel- Parameters:
userId- the user ID of this object layout tab
-
setUserName
Sets the user name of this object layout tab.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectLayoutTabModel- Parameters:
userName- the user name of this object layout tab
-
setUserUuid
Sets the user uuid of this object layout tab.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectLayoutTabModel- Parameters:
userUuid- the user uuid of this object layout tab
-
setUuid
Sets the uuid of this object layout tab.- Specified by:
setUuidin interfaceObjectLayoutTabModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object layout tab
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectLayoutTabModel
-
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<ObjectLayoutTab>
-