com.liferay.portal.service
Class AddressServiceWrapper
java.lang.Object
com.liferay.portal.service.AddressServiceWrapper
- All Implemented Interfaces:
- AddressService, ServiceWrapper<AddressService>
public class AddressServiceWrapper
- extends Object
- implements AddressService, ServiceWrapper<AddressService>
This class is a wrapper for AddressService
.
- See Also:
AddressService
Method Summary |
Address |
addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
void |
deleteAddress(long addressId)
|
Address |
getAddress(long addressId)
|
List<Address> |
getAddresses(String className,
long classPK)
|
AddressService |
getWrappedAddressService()
Deprecated. Renamed to getWrappedService() |
AddressService |
getWrappedService()
|
void |
setWrappedAddressService(AddressService addressService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.AddressService) |
void |
setWrappedService(AddressService addressService)
|
Address |
updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressServiceWrapper
public AddressServiceWrapper(AddressService addressService)
addAddress
public Address addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
throws PortalException,
SystemException
- Specified by:
addAddress
in interface AddressService
- Throws:
PortalException
SystemException
deleteAddress
public void deleteAddress(long addressId)
throws PortalException,
SystemException
- Specified by:
deleteAddress
in interface AddressService
- Throws:
PortalException
SystemException
getAddress
public Address getAddress(long addressId)
throws PortalException,
SystemException
- Specified by:
getAddress
in interface AddressService
- Throws:
PortalException
SystemException
getAddresses
public List<Address> getAddresses(String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
getAddresses
in interface AddressService
- Throws:
PortalException
SystemException
updateAddress
public Address updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
throws PortalException,
SystemException
- Specified by:
updateAddress
in interface AddressService
- Throws:
PortalException
SystemException
getWrappedAddressService
public AddressService getWrappedAddressService()
- Deprecated. Renamed to
getWrappedService()
setWrappedAddressService
public void setWrappedAddressService(AddressService addressService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.AddressService)
getWrappedService
public AddressService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<AddressService>
setWrappedService
public void setWrappedService(AddressService addressService)
- Specified by:
setWrappedService
in interface ServiceWrapper<AddressService>