@ProviderType public class AddressServiceWrapper extends java.lang.Object implements AddressService, ServiceWrapper<AddressService>
AddressService.AddressService| Constructor and Description |
|---|
AddressServiceWrapper(AddressService addressService) |
| Modifier and Type | Method and Description |
|---|---|
Address |
addAddress(java.lang.String className,
long classPK,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
Deprecated.
|
Address |
addAddress(java.lang.String className,
long classPK,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext) |
void |
deleteAddress(long addressId) |
Address |
getAddress(long addressId) |
java.util.List<Address> |
getAddresses(java.lang.String className,
long classPK) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
AddressService |
getWrappedAddressService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AddressService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAddressService(AddressService addressService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.AddressService) |
void |
setWrappedService(AddressService addressService) |
Address |
updateAddress(long addressId,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary) |
public AddressServiceWrapper(AddressService addressService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AddressServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AddressServicebeanIdentifier - the Spring bean ID for this beanpublic Address addAddress(java.lang.String className, long classPK, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws PortalException, SystemException
addAddress( String, long,
String, String, String, String, String, long, long, int,
boolean, boolean, ServiceContext)addAddress in interface AddressServicePortalExceptionSystemExceptionpublic Address addAddress(java.lang.String className, long classPK, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
addAddress in interface AddressServicePortalExceptionSystemExceptionpublic void deleteAddress(long addressId)
throws PortalException,
SystemException
deleteAddress in interface AddressServicePortalExceptionSystemExceptionpublic Address getAddress(long addressId) throws PortalException, SystemException
getAddress in interface AddressServicePortalExceptionSystemExceptionpublic java.util.List<Address> getAddresses(java.lang.String className, long classPK) throws PortalException, SystemException
getAddresses in interface AddressServicePortalExceptionSystemExceptionpublic Address updateAddress(long addressId, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws PortalException, SystemException
updateAddress in interface AddressServicePortalExceptionSystemExceptionpublic AddressService getWrappedAddressService()
getWrappedService()public void setWrappedAddressService(AddressService addressService)
setWrappedService(com.liferay.portal.service.AddressService)public AddressService getWrappedService()
getWrappedService in interface ServiceWrapper<AddressService>public void setWrappedService(AddressService addressService)
setWrappedService in interface ServiceWrapper<AddressService>