Package com.liferay.commerce.model
Interface CommerceAddress
- All Superinterfaces:
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
,Cloneable
,CommerceAddressModel
,Comparable<CommerceAddress>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
CommerceAddressWrapper
Deprecated.
As of Cavanaugh (7.4.x)
The extended model interface for the CommerceAddress service. Represents a row in the "CommerceAddress" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommerceAddress,
Long> Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.Country
Deprecated.com.liferay.portal.kernel.model.Country
Deprecated.com.liferay.expando.kernel.model.ExpandoBridge
Deprecated.com.liferay.portal.kernel.model.Region
Deprecated.boolean
Deprecated.boolean
isSameAddress
(CommerceAddress commerceAddress) Deprecated.Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.commerce.model.CommerceAddressModel
cloneWithOriginalValues, getCity, getClassName, getClassNameId, getClassPK, getCommerceAddressId, getCompanyId, getCountryId, getCreateDate, getDefaultBilling, getDefaultShipping, getDescription, getExternalReferenceCode, getGroupId, getLatitude, getLongitude, getModifiedDate, getMvccVersion, getName, getPhoneNumber, getPrimaryKey, getRegionId, getStreet1, getStreet2, getStreet3, getType, getUserId, getUserName, getUserUuid, getZip, isDefaultBilling, isDefaultShipping, setCity, setClassName, setClassNameId, setClassPK, setCommerceAddressId, setCompanyId, setCountryId, setCreateDate, setDefaultBilling, setDefaultShipping, setDescription, setExternalReferenceCode, setGroupId, setLatitude, setLongitude, setModifiedDate, setMvccVersion, setName, setPhoneNumber, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setType, setUserId, setUserName, setUserUuid, setZip, toXmlString
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
COMMERCE_ADDRESS_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceAddress,Long> COMMERCE_ADDRESS_ID_ACCESSORDeprecated.
-
-
Method Details
-
fetchCountry
com.liferay.portal.kernel.model.Country fetchCountry()Deprecated. -
getCountry
com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExpandoBridge
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()Deprecated.- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getRegion
com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isGeolocated
boolean isGeolocated()Deprecated. -
isSameAddress
Deprecated.
-