Package com.liferay.object.model
Class ObjectViewColumnWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewColumn>
com.liferay.object.model.ObjectViewColumnWrapper
- All Implemented Interfaces:
ObjectViewColumn,ObjectViewColumnModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectViewColumn>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectViewColumn>,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<ObjectViewColumn>
public class ObjectViewColumnWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewColumn>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectViewColumn>, ObjectViewColumn
This class is a wrapper for ObjectViewColumn.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectViewColumn
OBJECT_VIEW_COLUMN_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the company ID of this object view column.Returns the create date of this object view column.getLabel()Returns the label of this object view column.Returns the localized label of this object view column in the language.Returns the localized label of this object view column in the language, optionally using the default language if no localization exists for the requested language.Returns the localized label of this object view column in the language.Returns the localized label of this object view column in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized labels of this object view column.Returns the modified date of this object view column.longReturns the mvcc version of this object view column.Returns the object field name of this object view column.longReturns the object view column ID of this object view column.longReturns the object view ID of this object view column.longReturns the primary key of this object view column.intReturns the priority of this object view column.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object view column.Returns the user name of this object view column.Returns the user uuid of this object view column.getUuid()Returns the uuid of this object view column.voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this object view column.voidsetCreateDate(Date createDate) Sets the create date of this object view column.voidSets the label of this object view column.voidSets the localized label of this object view column in the language.voidSets the localized label of this object view column in the language, and sets the default locale.voidsetLabelCurrentLanguageId(String languageId) voidsetLabelMap(Map<Locale, String> labelMap) Sets the localized labels of this object view column from the map of locales and localized labels.voidsetLabelMap(Map<Locale, String> labelMap, Locale defaultLocale) Sets the localized labels of this object view column from the map of locales and localized labels, and sets the default locale.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object view column.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object view column.voidsetObjectFieldName(String objectFieldName) Sets the object field name of this object view column.voidsetObjectViewColumnId(long objectViewColumnId) Sets the object view column ID of this object view column.voidsetObjectViewId(long objectViewId) Sets the object view ID of this object view column.voidsetPrimaryKey(long primaryKey) Sets the primary key of this object view column.voidsetPriority(int priority) Sets the priority of this object view column.voidsetUserId(long userId) Sets the user ID of this object view column.voidsetUserName(String userName) Sets the user name of this object view column.voidsetUserUuid(String userUuid) Sets the user uuid of this object view column.voidSets the uuid of this object view column.protected ObjectViewColumnWrapperwrap(ObjectViewColumn objectViewColumn) 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
-
ObjectViewColumnWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewColumn>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewColumn>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewColumn>- Specified by:
cloneWithOriginalValuesin interfaceObjectViewColumnModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getAvailableLanguageIdsin interfaceObjectViewColumnModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object view column.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectViewColumnModel- 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 view column
-
getCreateDate
Returns the create date of this object view column.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectViewColumnModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object view column
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getDefaultLanguageIdin interfaceObjectViewColumnModel
-
getLabel
Returns the label of this object view column.- Specified by:
getLabelin interfaceObjectViewColumnModel- Returns:
- the label of this object view column
-
getLabel
Returns the localized label of this object view column in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getLabelin interfaceObjectViewColumnModel- Parameters:
locale- the locale of the language- Returns:
- the localized label of this object view column
-
getLabel
Returns the localized label of this object view column in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getLabelin interfaceObjectViewColumnModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized label of this object view column. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getLabel
Returns the localized label of this object view column in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getLabelin interfaceObjectViewColumnModel- Parameters:
languageId- the ID of the language- Returns:
- the localized label of this object view column
-
getLabel
Returns the localized label of this object view column in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getLabelin interfaceObjectViewColumnModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized label of this object view column
-
getLabelCurrentLanguageId
- Specified by:
getLabelCurrentLanguageIdin interfaceObjectViewColumnModel
-
getLabelCurrentValue
- Specified by:
getLabelCurrentValuein interfaceObjectViewColumnModel
-
getLabelMap
Returns a map of the locales and localized labels of this object view column.- Specified by:
getLabelMapin interfaceObjectViewColumnModel- Returns:
- the locales and localized labels of this object view column
-
getModifiedDate
Returns the modified date of this object view column.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectViewColumnModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object view column
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object view column.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectViewColumnModel- Returns:
- the mvcc version of this object view column
-
getObjectFieldName
Returns the object field name of this object view column.- Specified by:
getObjectFieldNamein interfaceObjectViewColumnModel- Returns:
- the object field name of this object view column
-
getObjectViewColumnId
public long getObjectViewColumnId()Returns the object view column ID of this object view column.- Specified by:
getObjectViewColumnIdin interfaceObjectViewColumnModel- Returns:
- the object view column ID of this object view column
-
getObjectViewId
public long getObjectViewId()Returns the object view ID of this object view column.- Specified by:
getObjectViewIdin interfaceObjectViewColumnModel- Returns:
- the object view ID of this object view column
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object view column.- Specified by:
getPrimaryKeyin interfaceObjectViewColumnModel- Returns:
- the primary key of this object view column
-
getPriority
public int getPriority()Returns the priority of this object view column.- Specified by:
getPriorityin interfaceObjectViewColumnModel- Returns:
- the priority of this object view column
-
getUserId
public long getUserId()Returns the user ID of this object view column.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectViewColumnModel- Returns:
- the user ID of this object view column
-
getUserName
Returns the user name of this object view column.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectViewColumnModel- Returns:
- the user name of this object view column
-
getUserUuid
Returns the user uuid of this object view column.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectViewColumnModel- Returns:
- the user uuid of this object view column
-
getUuid
Returns the uuid of this object view column.- Specified by:
getUuidin interfaceObjectViewColumnModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object view column
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceObjectViewColumnModel- 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 interfaceObjectViewColumnModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object view column.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectViewColumnModel- 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 view column
-
setCreateDate
Sets the create date of this object view column.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectViewColumnModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object view column
-
setLabel
Sets the label of this object view column.- Specified by:
setLabelin interfaceObjectViewColumnModel- Parameters:
label- the label of this object view column
-
setLabel
Sets the localized label of this object view column in the language.- Specified by:
setLabelin interfaceObjectViewColumnModel- Parameters:
label- the localized label of this object view columnlocale- the locale of the language
-
setLabel
Sets the localized label of this object view column in the language, and sets the default locale.- Specified by:
setLabelin interfaceObjectViewColumnModel- Parameters:
label- the localized label of this object view columnlocale- the locale of the languagedefaultLocale- the default locale
-
setLabelCurrentLanguageId
- Specified by:
setLabelCurrentLanguageIdin interfaceObjectViewColumnModel
-
setLabelMap
Sets the localized labels of this object view column from the map of locales and localized labels.- Specified by:
setLabelMapin interfaceObjectViewColumnModel- Parameters:
labelMap- the locales and localized labels of this object view column
-
setLabelMap
Sets the localized labels of this object view column from the map of locales and localized labels, and sets the default locale.- Specified by:
setLabelMapin interfaceObjectViewColumnModel- Parameters:
labelMap- the locales and localized labels of this object view columndefaultLocale- the default locale
-
setModifiedDate
Sets the modified date of this object view column.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectViewColumnModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object view column
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object view column.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectViewColumnModel- Parameters:
mvccVersion- the mvcc version of this object view column
-
setObjectFieldName
Sets the object field name of this object view column.- Specified by:
setObjectFieldNamein interfaceObjectViewColumnModel- Parameters:
objectFieldName- the object field name of this object view column
-
setObjectViewColumnId
public void setObjectViewColumnId(long objectViewColumnId) Sets the object view column ID of this object view column.- Specified by:
setObjectViewColumnIdin interfaceObjectViewColumnModel- Parameters:
objectViewColumnId- the object view column ID of this object view column
-
setObjectViewId
public void setObjectViewId(long objectViewId) Sets the object view ID of this object view column.- Specified by:
setObjectViewIdin interfaceObjectViewColumnModel- Parameters:
objectViewId- the object view ID of this object view column
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object view column.- Specified by:
setPrimaryKeyin interfaceObjectViewColumnModel- Parameters:
primaryKey- the primary key of this object view column
-
setPriority
public void setPriority(int priority) Sets the priority of this object view column.- Specified by:
setPriorityin interfaceObjectViewColumnModel- Parameters:
priority- the priority of this object view column
-
setUserId
public void setUserId(long userId) Sets the user ID of this object view column.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectViewColumnModel- Parameters:
userId- the user ID of this object view column
-
setUserName
Sets the user name of this object view column.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectViewColumnModel- Parameters:
userName- the user name of this object view column
-
setUserUuid
Sets the user uuid of this object view column.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectViewColumnModel- Parameters:
userUuid- the user uuid of this object view column
-
setUuid
Sets the uuid of this object view column.- Specified by:
setUuidin interfaceObjectViewColumnModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object view column
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectViewColumnModel
-
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<ObjectViewColumn>
-