com.liferay.portal.service
Class AddressServiceWrapper

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

public class AddressServiceWrapper
extends java.lang.Object
implements AddressService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AddressService.

Author:
Brian Wing Shun Chan
See Also:
AddressService
Generated:

Constructor Summary
AddressServiceWrapper(AddressService addressService)
           
 
Method Summary
 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)
           
 void deleteAddress(long addressId)
           
 Address getAddress(long addressId)
           
 java.util.List<Address> getAddresses(java.lang.String className, long classPK)
           
 AddressService getWrappedAddressService()
           
 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)
           
 
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(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 com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
addAddress in interface AddressService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAddress

public void deleteAddress(long addressId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAddress in interface AddressService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAddress

public Address getAddress(long addressId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddress in interface AddressService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAddresses

public java.util.List<Address> getAddresses(java.lang.String className,
                                            long classPK)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddresses in interface AddressService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateAddress

public 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 com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAddress in interface AddressService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAddressService

public AddressService getWrappedAddressService()