Package com.liferay.commerce.model
Class CommerceAvailabilityEstimateWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAvailabilityEstimate>
com.liferay.commerce.model.CommerceAvailabilityEstimateWrapper
- All Implemented Interfaces:
CommerceAvailabilityEstimate,CommerceAvailabilityEstimateModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceAvailabilityEstimate>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceAvailabilityEstimate>,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<CommerceAvailabilityEstimate>
public class CommerceAvailabilityEstimateWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAvailabilityEstimate>
implements CommerceAvailabilityEstimate, com.liferay.portal.kernel.model.ModelWrapper<CommerceAvailabilityEstimate>
This class is a wrapper for CommerceAvailabilityEstimate.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.model.CommerceAvailabilityEstimate
COMMERCE_AVAILABILITY_ESTIMATE_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCommerceAvailabilityEstimateWrapper(CommerceAvailabilityEstimate commerceAvailabilityEstimate) -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the commerce availability estimate ID of this commerce availability estimate.longReturns the company ID of this commerce availability estimate.Returns the create date of this commerce availability estimate.Returns the last publish date of this commerce availability estimate.Returns the modified date of this commerce availability estimate.longReturns the mvcc version of this commerce availability estimate.longReturns the primary key of this commerce availability estimate.doubleReturns the priority of this commerce availability estimate.com.liferay.exportimport.kernel.lar.StagedModelTypegetTitle()Returns the title of this commerce availability estimate.Returns the localized title of this commerce availability estimate in the language.Returns the localized title of this commerce availability estimate in the language, optionally using the default language if no localization exists for the requested language.Returns the localized title of this commerce availability estimate in the language.Returns the localized title of this commerce availability estimate in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized titles of this commerce availability estimate.longReturns the user ID of this commerce availability estimate.Returns the user name of this commerce availability estimate.Returns the user uuid of this commerce availability estimate.getUuid()Returns the uuid of this commerce availability estimate.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this commerce availability estimate.voidsetCompanyId(long companyId) Sets the company ID of this commerce availability estimate.voidsetCreateDate(Date createDate) Sets the create date of this commerce availability estimate.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this commerce availability estimate.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce availability estimate.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce availability estimate.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce availability estimate.voidsetPriority(double priority) Sets the priority of this commerce availability estimate.voidSets the title of this commerce availability estimate.voidSets the localized title of this commerce availability estimate in the language.voidSets the localized title of this commerce availability estimate in the language, and sets the default locale.voidsetTitleCurrentLanguageId(String languageId) voidsetTitleMap(Map<Locale, String> titleMap) Sets the localized titles of this commerce availability estimate from the map of locales and localized titles.voidsetTitleMap(Map<Locale, String> titleMap, Locale defaultLocale) Sets the localized titles of this commerce availability estimate from the map of locales and localized titles, and sets the default locale.voidsetUserId(long userId) Sets the user ID of this commerce availability estimate.voidsetUserName(String userName) Sets the user name of this commerce availability estimate.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce availability estimate.voidSets the uuid of this commerce availability estimate.protected CommerceAvailabilityEstimateWrapperwrap(CommerceAvailabilityEstimate commerceAvailabilityEstimate) 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
-
CommerceAvailabilityEstimateWrapper
public CommerceAvailabilityEstimateWrapper(CommerceAvailabilityEstimate commerceAvailabilityEstimate)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAvailabilityEstimate>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAvailabilityEstimate>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAvailabilityEstimate>- Specified by:
cloneWithOriginalValuesin interfaceCommerceAvailabilityEstimateModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceCommerceAvailabilityEstimateModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCommerceAvailabilityEstimateId
public long getCommerceAvailabilityEstimateId()Returns the commerce availability estimate ID of this commerce availability estimate.- Specified by:
getCommerceAvailabilityEstimateIdin interfaceCommerceAvailabilityEstimateModel- Returns:
- the commerce availability estimate ID of this commerce availability estimate
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce availability estimate.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceAvailabilityEstimateModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this commerce availability estimate
-
getCreateDate
Returns the create date of this commerce availability estimate.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceAvailabilityEstimateModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this commerce availability estimate
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceCommerceAvailabilityEstimateModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getLastPublishDate
Returns the last publish date of this commerce availability estimate.- Specified by:
getLastPublishDatein interfaceCommerceAvailabilityEstimateModel- Returns:
- the last publish date of this commerce availability estimate
-
getModifiedDate
Returns the modified date of this commerce availability estimate.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceAvailabilityEstimateModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this commerce availability estimate
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce availability estimate.- Specified by:
getMvccVersionin interfaceCommerceAvailabilityEstimateModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce availability estimate
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce availability estimate.- Specified by:
getPrimaryKeyin interfaceCommerceAvailabilityEstimateModel- Returns:
- the primary key of this commerce availability estimate
-
getPriority
public double getPriority()Returns the priority of this commerce availability estimate.- Specified by:
getPriorityin interfaceCommerceAvailabilityEstimateModel- Returns:
- the priority of this commerce availability estimate
-
getTitle
Returns the title of this commerce availability estimate.- Specified by:
getTitlein interfaceCommerceAvailabilityEstimateModel- Returns:
- the title of this commerce availability estimate
-
getTitle
Returns the localized title of this commerce availability estimate in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
locale- the locale of the language- Returns:
- the localized title of this commerce availability estimate
-
getTitle
Returns the localized title of this commerce availability estimate in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this commerce availability estimate. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getTitle
Returns the localized title of this commerce availability estimate in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
languageId- the ID of the language- Returns:
- the localized title of this commerce availability estimate
-
getTitle
Returns the localized title of this commerce availability estimate in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this commerce availability estimate
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageIdin interfaceCommerceAvailabilityEstimateModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValuein interfaceCommerceAvailabilityEstimateModel
-
getTitleMap
Returns a map of the locales and localized titles of this commerce availability estimate.- Specified by:
getTitleMapin interfaceCommerceAvailabilityEstimateModel- Returns:
- the locales and localized titles of this commerce availability estimate
-
getUserId
public long getUserId()Returns the user ID of this commerce availability estimate.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceAvailabilityEstimateModel- Returns:
- the user ID of this commerce availability estimate
-
getUserName
Returns the user name of this commerce availability estimate.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceAvailabilityEstimateModel- Returns:
- the user name of this commerce availability estimate
-
getUserUuid
Returns the user uuid of this commerce availability estimate.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceAvailabilityEstimateModel- Returns:
- the user uuid of this commerce availability estimate
-
getUuid
Returns the uuid of this commerce availability estimate.- Specified by:
getUuidin interfaceCommerceAvailabilityEstimateModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce availability estimate
-
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 interfaceCommerceAvailabilityEstimateModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImportin interfaceCommerceAvailabilityEstimateModel- Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCommerceAvailabilityEstimateId
public void setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId) Sets the commerce availability estimate ID of this commerce availability estimate.- Specified by:
setCommerceAvailabilityEstimateIdin interfaceCommerceAvailabilityEstimateModel- Parameters:
commerceAvailabilityEstimateId- the commerce availability estimate ID of this commerce availability estimate
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce availability estimate.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceAvailabilityEstimateModel- 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 commerce availability estimate
-
setCreateDate
Sets the create date of this commerce availability estimate.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceAvailabilityEstimateModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce availability estimate
-
setLastPublishDate
Sets the last publish date of this commerce availability estimate.- Specified by:
setLastPublishDatein interfaceCommerceAvailabilityEstimateModel- Parameters:
lastPublishDate- the last publish date of this commerce availability estimate
-
setModifiedDate
Sets the modified date of this commerce availability estimate.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceAvailabilityEstimateModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce availability estimate
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce availability estimate.- Specified by:
setMvccVersionin interfaceCommerceAvailabilityEstimateModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce availability estimate
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce availability estimate.- Specified by:
setPrimaryKeyin interfaceCommerceAvailabilityEstimateModel- Parameters:
primaryKey- the primary key of this commerce availability estimate
-
setPriority
public void setPriority(double priority) Sets the priority of this commerce availability estimate.- Specified by:
setPriorityin interfaceCommerceAvailabilityEstimateModel- Parameters:
priority- the priority of this commerce availability estimate
-
setTitle
Sets the title of this commerce availability estimate.- Specified by:
setTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
title- the title of this commerce availability estimate
-
setTitle
Sets the localized title of this commerce availability estimate in the language.- Specified by:
setTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
title- the localized title of this commerce availability estimatelocale- the locale of the language
-
setTitle
Sets the localized title of this commerce availability estimate in the language, and sets the default locale.- Specified by:
setTitlein interfaceCommerceAvailabilityEstimateModel- Parameters:
title- the localized title of this commerce availability estimatelocale- the locale of the languagedefaultLocale- the default locale
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageIdin interfaceCommerceAvailabilityEstimateModel
-
setTitleMap
Sets the localized titles of this commerce availability estimate from the map of locales and localized titles.- Specified by:
setTitleMapin interfaceCommerceAvailabilityEstimateModel- Parameters:
titleMap- the locales and localized titles of this commerce availability estimate
-
setTitleMap
Sets the localized titles of this commerce availability estimate from the map of locales and localized titles, and sets the default locale.- Specified by:
setTitleMapin interfaceCommerceAvailabilityEstimateModel- Parameters:
titleMap- the locales and localized titles of this commerce availability estimatedefaultLocale- the default locale
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce availability estimate.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceAvailabilityEstimateModel- Parameters:
userId- the user ID of this commerce availability estimate
-
setUserName
Sets the user name of this commerce availability estimate.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceAvailabilityEstimateModel- Parameters:
userName- the user name of this commerce availability estimate
-
setUserUuid
Sets the user uuid of this commerce availability estimate.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceAvailabilityEstimateModel- Parameters:
userUuid- the user uuid of this commerce availability estimate
-
setUuid
Sets the uuid of this commerce availability estimate.- Specified by:
setUuidin interfaceCommerceAvailabilityEstimateModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce availability estimate
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceAvailabilityEstimateModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected CommerceAvailabilityEstimateWrapper wrap(CommerceAvailabilityEstimate commerceAvailabilityEstimate) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAvailabilityEstimate>
-