Liferay 6.0.5

com.liferay.portal.service
Class AddressServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.AddressServiceWrapper
All Implemented Interfaces:
AddressService

public class AddressServiceWrapper
extends Object
implements AddressService

This class is a wrapper for AddressService.

See Also:
AddressService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AddressServiceWrapper(AddressService 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()
           
 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
 

Constructor Detail

AddressServiceWrapper

public AddressServiceWrapper(AddressService addressService)
Method Detail

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()

Liferay 6.0.5