Package com.liferay.commerce.service
Class CommerceAddressLocalServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceAddressLocalServiceWrapper
- All Implemented Interfaces:
CommerceAddressLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressLocalService>
@Deprecated
public class CommerceAddressLocalServiceWrapper
extends Object
implements CommerceAddressLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressLocalService>
Deprecated.
As of Cavanaugh (7.4.x)
Provides a wrapper for
CommerceAddressLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CommerceAddressLocalServiceWrapper
(CommerceAddressLocalService commerceAddressLocalService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceAddress
(String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Mueller (7.2.x), defaultBilling/Shipping exist on Account Entity.addCommerceAddress
(String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.addCommerceAddress
(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.copyCommerceAddress
(long sourceCommerceAddressId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.createCommerceAddress
(long commerceAddressId) Deprecated.deleteCommerceAddress
(CommerceAddress commerceAddress) Deprecated.void
deleteCommerceAddresses
(String className, long classPK) Deprecated.void
deleteCountryCommerceAddresses
(long countryId) Deprecated.void
deleteRegionCommerceAddresses
(long regionId) Deprecated.fetchCommerceAddress
(long commerceAddressId) Deprecated.fetchCommerceAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) Deprecated.geolocateCommerceAddress
(long commerceAddressId) Deprecated.getBillingAndShippingCommerceAddresses
(long companyId, String className, long classPK) Deprecated.getBillingCommerceAddresses
(long companyId, String className, long classPK) Deprecated.getBillingCommerceAddresses
(long channelId, String className, long classPK, int start, int end) Deprecated.getBillingCommerceAddresses
(long companyId, String className, long classPK, long commerceChannelId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) Deprecated.int
getBillingCommerceAddressesCount
(long channelId, String className, long classPK, int start, int end) Deprecated.int
getBillingCommerceAddressesCount
(long companyId, String className, long classPK, long commerceChannelId, String keywords) Deprecated.getCommerceAddress
(long commerceAddressId) Deprecated.getCommerceAddresses
(long groupId, String className, long classPK) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyIdgetCommerceAddresses
(long groupId, String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyIdgetCommerceAddresses
(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.getCommerceAddressesByCompanyId
(long companyId, String className, long classPK) Deprecated.getCommerceAddressesByCompanyId
(long companyId, String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.int
getCommerceAddressesCount
(long groupId, String className, long classPK) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyIdint
getCommerceAddressesCount
(String className, long classPK) Deprecated.int
getCommerceAddressesCountByCompanyId
(long companyId, String className, long classPK) Deprecated.Deprecated.Returns the OSGi service identifier.getShippingCommerceAddresses
(long companyId, String className, long classPK) Deprecated.getShippingCommerceAddresses
(long channelId, String className, long classPK, int start, int end) Deprecated.getShippingCommerceAddresses
(long companyId, String className, long classPK, long commerceChannelId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) Deprecated.int
getShippingCommerceAddressesCount
(long companyId, String className, long classPK, long commerceChannelId, String keywords) Deprecated.Deprecated.com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress>
searchCommerceAddresses
(long companyId, long groupId, String className, long classPK, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company.com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress>
searchCommerceAddresses
(long companyId, String className, long classPK, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) Deprecated.void
setWrappedService
(CommerceAddressLocalService commerceAddressLocalService) Deprecated.updateCommerceAddress
(long commerceAddressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Mueller (7.2.x), defaultBilling/Shipping exist on Account Entity.updateCommerceAddress
(long commerceAddressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.
-
Constructor Details
-
CommerceAddressLocalServiceWrapper
public CommerceAddressLocalServiceWrapper()Deprecated. -
CommerceAddressLocalServiceWrapper
Deprecated.
-
-
Method Details
-
addCommerceAddress
@Deprecated public CommerceAddress addCommerceAddress(String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Mueller (7.2.x), defaultBilling/Shipping exist on Account Entity. Pass type.- Specified by:
addCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceAddress
public CommerceAddress addCommerceAddress(String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
addCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceAddress
public CommerceAddress addCommerceAddress(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
addCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyCommerceAddress
public CommerceAddress copyCommerceAddress(long sourceCommerceAddressId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
copyCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCommerceAddress
Deprecated.- Specified by:
createCommerceAddress
in interfaceCommerceAddressLocalService
-
deleteCommerceAddress
public CommerceAddress deleteCommerceAddress(CommerceAddress commerceAddress) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceAddresses
public void deleteCommerceAddresses(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCountryCommerceAddresses
public void deleteCountryCommerceAddresses(long countryId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteCountryCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRegionCommerceAddresses
public void deleteRegionCommerceAddresses(long regionId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
deleteRegionCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceAddress
Deprecated.- Specified by:
fetchCommerceAddress
in interfaceCommerceAddressLocalService
-
fetchCommerceAddressByExternalReferenceCode
public CommerceAddress fetchCommerceAddressByExternalReferenceCode(String externalReferenceCode, long companyId) Deprecated.- Specified by:
fetchCommerceAddressByExternalReferenceCode
in interfaceCommerceAddressLocalService
-
geolocateCommerceAddress
public CommerceAddress geolocateCommerceAddress(long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
geolocateCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBillingAndShippingCommerceAddresses
public List<CommerceAddress> getBillingAndShippingCommerceAddresses(long companyId, String className, long classPK) Deprecated.- Specified by:
getBillingAndShippingCommerceAddresses
in interfaceCommerceAddressLocalService
-
getBillingCommerceAddresses
public List<CommerceAddress> getBillingCommerceAddresses(long companyId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getBillingCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBillingCommerceAddresses
public List<CommerceAddress> getBillingCommerceAddresses(long channelId, String className, long classPK, int start, int end) Deprecated.- Specified by:
getBillingCommerceAddresses
in interfaceCommerceAddressLocalService
-
getBillingCommerceAddresses
public List<CommerceAddress> getBillingCommerceAddresses(long companyId, String className, long classPK, long commerceChannelId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getBillingCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBillingCommerceAddressesCount
public int getBillingCommerceAddressesCount(long channelId, String className, long classPK, int start, int end) Deprecated.- Specified by:
getBillingCommerceAddressesCount
in interfaceCommerceAddressLocalService
-
getBillingCommerceAddressesCount
public int getBillingCommerceAddressesCount(long companyId, String className, long classPK, long commerceChannelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getBillingCommerceAddressesCount
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAddress
public CommerceAddress getCommerceAddress(long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAddresses
@Deprecated public List<CommerceAddress> getCommerceAddresses(long groupId, String className, long classPK) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyId- Specified by:
getCommerceAddresses
in interfaceCommerceAddressLocalService
-
getCommerceAddresses
@Deprecated public List<CommerceAddress> getCommerceAddresses(long groupId, String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyId- Specified by:
getCommerceAddresses
in interfaceCommerceAddressLocalService
-
getCommerceAddresses
public List<CommerceAddress> getCommerceAddresses(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.- Specified by:
getCommerceAddresses
in interfaceCommerceAddressLocalService
-
getCommerceAddressesByCompanyId
public List<CommerceAddress> getCommerceAddressesByCompanyId(long companyId, String className, long classPK) Deprecated.- Specified by:
getCommerceAddressesByCompanyId
in interfaceCommerceAddressLocalService
-
getCommerceAddressesByCompanyId
public List<CommerceAddress> getCommerceAddressesByCompanyId(long companyId, String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddress> orderByComparator) Deprecated.- Specified by:
getCommerceAddressesByCompanyId
in interfaceCommerceAddressLocalService
-
getCommerceAddressesCount
Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company use *ByCompanyId- Specified by:
getCommerceAddressesCount
in interfaceCommerceAddressLocalService
-
getCommerceAddressesCount
Deprecated.- Specified by:
getCommerceAddressesCount
in interfaceCommerceAddressLocalService
-
getCommerceAddressesCountByCompanyId
Deprecated.- Specified by:
getCommerceAddressesCountByCompanyId
in interfaceCommerceAddressLocalService
-
getOSGiServiceIdentifier
Deprecated.Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceAddressLocalService
- Returns:
- the OSGi service identifier
-
getShippingCommerceAddresses
public List<CommerceAddress> getShippingCommerceAddresses(long companyId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getShippingCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getShippingCommerceAddresses
public List<CommerceAddress> getShippingCommerceAddresses(long channelId, String className, long classPK, int start, int end) Deprecated.- Specified by:
getShippingCommerceAddresses
in interfaceCommerceAddressLocalService
-
getShippingCommerceAddresses
public List<CommerceAddress> getShippingCommerceAddresses(long companyId, String className, long classPK, long commerceChannelId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getShippingCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getShippingCommerceAddressesCount
public int getShippingCommerceAddressesCount(long companyId, String className, long classPK, long commerceChannelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
getShippingCommerceAddressesCount
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCommerceAddresses
@Deprecated public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress> searchCommerceAddresses(long companyId, long groupId, String className, long classPK, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Mueller (7.2.x), commerceAddress is scoped to Company. Don't need to pass groupId- Specified by:
searchCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCommerceAddresses
public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceAddress> searchCommerceAddresses(long companyId, String className, long classPK, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
searchCommerceAddresses
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceAddress
@Deprecated public CommerceAddress updateCommerceAddress(long commerceAddressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, boolean defaultBilling, boolean defaultShipping, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Mueller (7.2.x), defaultBilling/Shipping exist on Account Entity. Pass type.- Specified by:
updateCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceAddress
public CommerceAddress updateCommerceAddress(long commerceAddressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, String phoneNumber, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.- Specified by:
updateCommerceAddress
in interfaceCommerceAddressLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
Deprecated.- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressLocalService>
-
setWrappedService
Deprecated.- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressLocalService>
-