com.liferay.portal.service
Class AddressLocalServiceWrapper
java.lang.Object
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:
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 |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
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 |
AddressLocalServiceWrapper
public AddressLocalServiceWrapper(AddressLocalService addressLocalService)
addAddress
public Address addAddress(Address address)
throws com.liferay.portal.SystemException
- Specified by:
addAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
createAddress
public Address createAddress(long addressId)
- Specified by:
createAddress
in interface AddressLocalService
deleteAddress
public void deleteAddress(long addressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAddress
public void deleteAddress(Address address)
throws com.liferay.portal.SystemException
- Specified by:
deleteAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
getAddress
public Address getAddress(long addressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAddresses
public java.util.List<Address> getAddresses(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getAddresses
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
getAddressesCount
public int getAddressesCount()
throws com.liferay.portal.SystemException
- Specified by:
getAddressesCount
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
updateAddress
public Address updateAddress(Address address)
throws com.liferay.portal.SystemException
- Specified by:
updateAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
updateAddress
public Address updateAddress(Address address,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
addAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAddresses
public void deleteAddresses(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
deleteAddresses
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
getAddresses
public java.util.List<Address> getAddresses()
throws com.liferay.portal.SystemException
- Specified by:
getAddresses
in interface AddressLocalService
- Throws:
com.liferay.portal.SystemException
getAddresses
public java.util.List<Address> getAddresses(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getAddresses
in interface AddressLocalService
- Throws:
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateAddress
in interface AddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedAddressLocalService
public AddressLocalService getWrappedAddressLocalService()