com.liferay.portal.service
Class AddressLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.AddressLocalServiceWrapper
All Implemented Interfaces:
AddressLocalService

public class AddressLocalServiceWrapper
extends java.lang.Object
implements AddressLocalService

View Source

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

This class is a wrapper for AddressLocalService.

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

Constructor Summary
AddressLocalServiceWrapper(AddressLocalService addressLocalService)
           
 
Method Summary
 Address addAddress(Address address)
           
 Address addAddress(long userId, 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)
           
 Address createAddress(long addressId)
           
 void deleteAddress(Address address)
           
 void deleteAddress(long addressId)
           
 void deleteAddresses(long companyId, java.lang.String className, long classPK)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 Address getAddress(long addressId)
           
 java.util.List<Address> getAddresses()
           
 java.util.List<Address> getAddresses(int start, int end)
           
 java.util.List<Address> getAddresses(long companyId, java.lang.String className, long classPK)
           
 int getAddressesCount()
           
 AddressLocalService getWrappedAddressLocalService()
           
 Address updateAddress(Address address)
           
 Address updateAddress(Address address, boolean merge)
           
 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

AddressLocalServiceWrapper

public AddressLocalServiceWrapper(AddressLocalService addressLocalService)
Method Detail

addAddress

public Address addAddress(Address address)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAddress in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createAddress

public Address createAddress(long addressId)
Specified by:
createAddress in interface AddressLocalService

deleteAddress

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

deleteAddress

public void deleteAddress(Address address)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAddress in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AddressLocalService
Throws:
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 AddressLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAddresses

public java.util.List<Address> getAddresses(int start,
                                            int end)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddresses in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAddressesCount

public int getAddressesCount()
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddressesCount in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAddress

public Address updateAddress(Address address)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAddress in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAddress

public Address updateAddress(Address address,
                             boolean merge)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAddress in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addAddress

public Address addAddress(long userId,
                          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 AddressLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAddresses

public void deleteAddresses(long companyId,
                            java.lang.String className,
                            long classPK)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAddresses in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAddresses

public java.util.List<Address> getAddresses()
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddresses in interface AddressLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAddresses

public java.util.List<Address> getAddresses(long companyId,
                                            java.lang.String className,
                                            long classPK)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAddresses in interface AddressLocalService
Throws:
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 AddressLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAddressLocalService

public AddressLocalService getWrappedAddressLocalService()