Package com.liferay.commerce.model
Class CommerceAddressWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
com.liferay.commerce.model.CommerceAddressWrapper
- All Implemented Interfaces:
CommerceAddress,CommerceAddressModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceAddress>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceAddress>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<CommerceAddress>
@Deprecated
public class CommerceAddressWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
implements CommerceAddress, com.liferay.portal.kernel.model.ModelWrapper<CommerceAddress>
Deprecated.
As of Cavanaugh (7.4.x)
This class is a wrapper for CommerceAddress.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.model.CommerceAddress
COMMERCE_ADDRESS_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.liferay.portal.kernel.model.CountryDeprecated.getCity()Deprecated.Returns the city of this commerce address.Deprecated.Returns the fully qualified class name of this commerce address.longDeprecated.Returns the class name ID of this commerce address.longDeprecated.Returns the class pk of this commerce address.longDeprecated.Returns the commerce address ID of this commerce address.longDeprecated.Returns the company ID of this commerce address.com.liferay.portal.kernel.model.CountryDeprecated.longDeprecated.Returns the country ID of this commerce address.Deprecated.Returns the create date of this commerce address.booleanDeprecated.Returns the default billing of this commerce address.booleanDeprecated.Returns the default shipping of this commerce address.Deprecated.Returns the description of this commerce address.com.liferay.expando.kernel.model.ExpandoBridgeDeprecated.Deprecated.Returns the external reference code of this commerce address.longDeprecated.Returns the group ID of this commerce address.doubleDeprecated.Returns the latitude of this commerce address.doubleDeprecated.Returns the longitude of this commerce address.Deprecated.Deprecated.Returns the modified date of this commerce address.longDeprecated.Returns the mvcc version of this commerce address.getName()Deprecated.Returns the name of this commerce address.Deprecated.Returns the phone number of this commerce address.longDeprecated.Returns the primary key of this commerce address.com.liferay.portal.kernel.model.RegionDeprecated.longDeprecated.Returns the region ID of this commerce address.Deprecated.Returns the street1 of this commerce address.Deprecated.Returns the street2 of this commerce address.Deprecated.Returns the street3 of this commerce address.intgetType()Deprecated.Returns the type of this commerce address.longDeprecated.Returns the user ID of this commerce address.Deprecated.Returns the user name of this commerce address.Deprecated.Returns the user uuid of this commerce address.getZip()Deprecated.Returns the zip of this commerce address.booleanDeprecated.Returnstrueif this commerce address is default billing.booleanDeprecated.Returnstrueif this commerce address is default shipping.booleanDeprecated.booleanisSameAddress(CommerceAddress commerceAddress) Deprecated.voidDeprecated.Sets the city of this commerce address.voidsetClassName(String className) Deprecated.voidsetClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce address.voidsetClassPK(long classPK) Deprecated.Sets the class pk of this commerce address.voidsetCommerceAddressId(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this commerce address.voidsetCountryId(long countryId) Deprecated.Sets the country ID of this commerce address.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this commerce address.voidsetDefaultBilling(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.voidsetDefaultShipping(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.voidsetDescription(String description) Deprecated.Sets the description of this commerce address.voidsetExternalReferenceCode(String externalReferenceCode) Deprecated.Sets the external reference code of this commerce address.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this commerce address.voidsetLatitude(double latitude) Deprecated.Sets the latitude of this commerce address.voidsetLongitude(double longitude) Deprecated.Sets the longitude of this commerce address.voidsetModelAttributes(Map<String, Object> attributes) Deprecated.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this commerce address.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.voidDeprecated.Sets the name of this commerce address.voidsetPhoneNumber(String phoneNumber) Deprecated.Sets the phone number of this commerce address.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce address.voidsetRegionId(long regionId) Deprecated.Sets the region ID of this commerce address.voidsetStreet1(String street1) Deprecated.Sets the street1 of this commerce address.voidsetStreet2(String street2) Deprecated.Sets the street2 of this commerce address.voidsetStreet3(String street3) Deprecated.Sets the street3 of this commerce address.voidsetType(int type) Deprecated.Sets the type of this commerce address.voidsetUserId(long userId) Deprecated.Sets the user ID of this commerce address.voidsetUserName(String userName) Deprecated.Sets the user name of this commerce address.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this commerce address.voidDeprecated.Sets the zip of this commerce address.Deprecated.protected CommerceAddressWrapperwrap(CommerceAddress commerceAddress) Deprecated.Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, 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, 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
getWrappedModel
-
Constructor Details
-
CommerceAddressWrapper
Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>- Specified by:
cloneWithOriginalValuesin interfaceCommerceAddressModel
-
fetchCountry
public com.liferay.portal.kernel.model.Country fetchCountry()Deprecated.- Specified by:
fetchCountryin interfaceCommerceAddress
-
getCity
Deprecated.Returns the city of this commerce address.- Specified by:
getCityin interfaceCommerceAddressModel- Returns:
- the city of this commerce address
-
getClassName
Deprecated.Returns the fully qualified class name of this commerce address.- Specified by:
getClassNamein interfaceCommerceAddressModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this commerce address
-
getClassNameId
public long getClassNameId()Deprecated.Returns the class name ID of this commerce address.- Specified by:
getClassNameIdin interfaceCommerceAddressModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this commerce address
-
getClassPK
public long getClassPK()Deprecated.Returns the class pk of this commerce address.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceCommerceAddressModel- Returns:
- the class pk of this commerce address
-
getCommerceAddressId
public long getCommerceAddressId()Deprecated.Returns the commerce address ID of this commerce address.- Specified by:
getCommerceAddressIdin interfaceCommerceAddressModel- Returns:
- the commerce address ID of this commerce address
-
getCompanyId
public long getCompanyId()Deprecated.Returns the company ID of this commerce address.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceAddressModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce address
-
getCountry
public com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Specified by:
getCountryin interfaceCommerceAddress- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountryId
public long getCountryId()Deprecated.Returns the country ID of this commerce address.- Specified by:
getCountryIdin interfaceCommerceAddressModel- Returns:
- the country ID of this commerce address
-
getCreateDate
Deprecated.Returns the create date of this commerce address.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceAddressModel- Returns:
- the create date of this commerce address
-
getDefaultBilling
public boolean getDefaultBilling()Deprecated.Returns the default billing of this commerce address.- Specified by:
getDefaultBillingin interfaceCommerceAddressModel- Returns:
- the default billing of this commerce address
-
getDefaultShipping
public boolean getDefaultShipping()Deprecated.Returns the default shipping of this commerce address.- Specified by:
getDefaultShippingin interfaceCommerceAddressModel- Returns:
- the default shipping of this commerce address
-
getDescription
Deprecated.Returns the description of this commerce address.- Specified by:
getDescriptionin interfaceCommerceAddressModel- Returns:
- the description of this commerce address
-
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()Deprecated.- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Specified by:
getExpandoBridgein interfaceCommerceAddress- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
-
getExternalReferenceCode
Deprecated.Returns the external reference code of this commerce address.- Specified by:
getExternalReferenceCodein interfaceCommerceAddressModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce address
-
getGroupId
public long getGroupId()Deprecated.Returns the group ID of this commerce address.- Specified by:
getGroupIdin interfaceCommerceAddressModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce address
-
getLatitude
public double getLatitude()Deprecated.Returns the latitude of this commerce address.- Specified by:
getLatitudein interfaceCommerceAddressModel- Returns:
- the latitude of this commerce address
-
getLongitude
public double getLongitude()Deprecated.Returns the longitude of this commerce address.- Specified by:
getLongitudein interfaceCommerceAddressModel- Returns:
- the longitude of this commerce address
-
getModifiedDate
Deprecated.Returns the modified date of this commerce address.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceAddressModel- Returns:
- the modified date of this commerce address
-
getMvccVersion
public long getMvccVersion()Deprecated.Returns the mvcc version of this commerce address.- Specified by:
getMvccVersionin interfaceCommerceAddressModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce address
-
getName
Deprecated.Returns the name of this commerce address.- Specified by:
getNamein interfaceCommerceAddressModel- Returns:
- the name of this commerce address
-
getPhoneNumber
Deprecated.Returns the phone number of this commerce address.- Specified by:
getPhoneNumberin interfaceCommerceAddressModel- Returns:
- the phone number of this commerce address
-
getPrimaryKey
public long getPrimaryKey()Deprecated.Returns the primary key of this commerce address.- Specified by:
getPrimaryKeyin interfaceCommerceAddressModel- Returns:
- the primary key of this commerce address
-
getRegion
public com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Specified by:
getRegionin interfaceCommerceAddress- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRegionId
public long getRegionId()Deprecated.Returns the region ID of this commerce address.- Specified by:
getRegionIdin interfaceCommerceAddressModel- Returns:
- the region ID of this commerce address
-
getStreet1
Deprecated.Returns the street1 of this commerce address.- Specified by:
getStreet1in interfaceCommerceAddressModel- Returns:
- the street1 of this commerce address
-
getStreet2
Deprecated.Returns the street2 of this commerce address.- Specified by:
getStreet2in interfaceCommerceAddressModel- Returns:
- the street2 of this commerce address
-
getStreet3
Deprecated.Returns the street3 of this commerce address.- Specified by:
getStreet3in interfaceCommerceAddressModel- Returns:
- the street3 of this commerce address
-
getType
public int getType()Deprecated.Returns the type of this commerce address.- Specified by:
getTypein interfaceCommerceAddressModel- Returns:
- the type of this commerce address
-
getUserId
public long getUserId()Deprecated.Returns the user ID of this commerce address.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceAddressModel- Returns:
- the user ID of this commerce address
-
getUserName
Deprecated.Returns the user name of this commerce address.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceAddressModel- Returns:
- the user name of this commerce address
-
getUserUuid
Deprecated.Returns the user uuid of this commerce address.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceAddressModel- Returns:
- the user uuid of this commerce address
-
getZip
Deprecated.Returns the zip of this commerce address.- Specified by:
getZipin interfaceCommerceAddressModel- Returns:
- the zip of this commerce address
-
isDefaultBilling
public boolean isDefaultBilling()Deprecated.Returnstrueif this commerce address is default billing.- Specified by:
isDefaultBillingin interfaceCommerceAddressModel- Returns:
trueif this commerce address is default billing;falseotherwise
-
isDefaultShipping
public boolean isDefaultShipping()Deprecated.Returnstrueif this commerce address is default shipping.- Specified by:
isDefaultShippingin interfaceCommerceAddressModel- Returns:
trueif this commerce address is default shipping;falseotherwise
-
isGeolocated
public boolean isGeolocated()Deprecated.- Specified by:
isGeolocatedin interfaceCommerceAddress
-
isSameAddress
Deprecated.- Specified by:
isSameAddressin interfaceCommerceAddress
-
setCity
Deprecated.Sets the city of this commerce address.- Specified by:
setCityin interfaceCommerceAddressModel- Parameters:
city- the city of this commerce address
-
setClassName
Deprecated.- Specified by:
setClassNamein interfaceCommerceAddressModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce address.- Specified by:
setClassNameIdin interfaceCommerceAddressModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this commerce address
-
setClassPK
public void setClassPK(long classPK) Deprecated.Sets the class pk of this commerce address.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceCommerceAddressModel- Parameters:
classPK- the class pk of this commerce address
-
setCommerceAddressId
public void setCommerceAddressId(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.- Specified by:
setCommerceAddressIdin interfaceCommerceAddressModel- Parameters:
commerceAddressId- the commerce address ID of this commerce address
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce address.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceAddressModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce address
-
setCountryId
public void setCountryId(long countryId) Deprecated.Sets the country ID of this commerce address.- Specified by:
setCountryIdin interfaceCommerceAddressModel- Parameters:
countryId- the country ID of this commerce address
-
setCreateDate
Deprecated.Sets the create date of this commerce address.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceAddressModel- Parameters:
createDate- the create date of this commerce address
-
setDefaultBilling
public void setDefaultBilling(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.- Specified by:
setDefaultBillingin interfaceCommerceAddressModel- Parameters:
defaultBilling- the default billing of this commerce address
-
setDefaultShipping
public void setDefaultShipping(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.- Specified by:
setDefaultShippingin interfaceCommerceAddressModel- Parameters:
defaultShipping- the default shipping of this commerce address
-
setDescription
Deprecated.Sets the description of this commerce address.- Specified by:
setDescriptionin interfaceCommerceAddressModel- Parameters:
description- the description of this commerce address
-
setExternalReferenceCode
Deprecated.Sets the external reference code of this commerce address.- Specified by:
setExternalReferenceCodein interfaceCommerceAddressModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce address
-
setGroupId
public void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce address.- Specified by:
setGroupIdin interfaceCommerceAddressModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce address
-
setLatitude
public void setLatitude(double latitude) Deprecated.Sets the latitude of this commerce address.- Specified by:
setLatitudein interfaceCommerceAddressModel- Parameters:
latitude- the latitude of this commerce address
-
setLongitude
public void setLongitude(double longitude) Deprecated.Sets the longitude of this commerce address.- Specified by:
setLongitudein interfaceCommerceAddressModel- Parameters:
longitude- the longitude of this commerce address
-
setModifiedDate
Deprecated.Sets the modified date of this commerce address.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceAddressModel- Parameters:
modifiedDate- the modified date of this commerce address
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.- Specified by:
setMvccVersionin interfaceCommerceAddressModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce address
-
setName
Deprecated.Sets the name of this commerce address.- Specified by:
setNamein interfaceCommerceAddressModel- Parameters:
name- the name of this commerce address
-
setPhoneNumber
Deprecated.Sets the phone number of this commerce address.- Specified by:
setPhoneNumberin interfaceCommerceAddressModel- Parameters:
phoneNumber- the phone number of this commerce address
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce address.- Specified by:
setPrimaryKeyin interfaceCommerceAddressModel- Parameters:
primaryKey- the primary key of this commerce address
-
setRegionId
public void setRegionId(long regionId) Deprecated.Sets the region ID of this commerce address.- Specified by:
setRegionIdin interfaceCommerceAddressModel- Parameters:
regionId- the region ID of this commerce address
-
setStreet1
Deprecated.Sets the street1 of this commerce address.- Specified by:
setStreet1in interfaceCommerceAddressModel- Parameters:
street1- the street1 of this commerce address
-
setStreet2
Deprecated.Sets the street2 of this commerce address.- Specified by:
setStreet2in interfaceCommerceAddressModel- Parameters:
street2- the street2 of this commerce address
-
setStreet3
Deprecated.Sets the street3 of this commerce address.- Specified by:
setStreet3in interfaceCommerceAddressModel- Parameters:
street3- the street3 of this commerce address
-
setType
public void setType(int type) Deprecated.Sets the type of this commerce address.- Specified by:
setTypein interfaceCommerceAddressModel- Parameters:
type- the type of this commerce address
-
setUserId
public void setUserId(long userId) Deprecated.Sets the user ID of this commerce address.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceAddressModel- Parameters:
userId- the user ID of this commerce address
-
setUserName
Deprecated.Sets the user name of this commerce address.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceAddressModel- Parameters:
userName- the user name of this commerce address
-
setUserUuid
Deprecated.Sets the user uuid of this commerce address.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceAddressModel- Parameters:
userUuid- the user uuid of this commerce address
-
setZip
Deprecated.Sets the zip of this commerce address.- Specified by:
setZipin interfaceCommerceAddressModel- Parameters:
zip- the zip of this commerce address
-
toXmlString
Deprecated.- Specified by:
toXmlStringin interfaceCommerceAddressModel
-
wrap
Deprecated.- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
-