com.liferay.portal.service
Class AddressLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.AddressLocalServiceWrapper
- All Implemented Interfaces:
- AddressLocalService
public class AddressLocalServiceWrapper
- extends Object
- implements AddressLocalService
This class is a wrapper for AddressLocalService.
- See Also:
AddressLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Address |
addAddress(Address address)
|
Address |
addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
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,
String className,
long classPK)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Address |
getAddress(long addressId)
|
List<Address> |
getAddresses()
|
List<Address> |
getAddresses(int start,
int end)
|
List<Address> |
getAddresses(long companyId,
String className,
long classPK)
|
int |
getAddressesCount()
|
AddressLocalService |
getWrappedAddressLocalService()
|
Address |
updateAddress(Address address)
|
Address |
updateAddress(Address address,
boolean merge)
|
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 |
AddressLocalServiceWrapper
public AddressLocalServiceWrapper(AddressLocalService addressLocalService)
addAddress
public Address addAddress(Address address)
throws SystemException
- Specified by:
addAddress in interface AddressLocalService
- Throws:
SystemException
createAddress
public Address createAddress(long addressId)
- Specified by:
createAddress in interface AddressLocalService
deleteAddress
public void deleteAddress(long addressId)
throws PortalException,
SystemException
- Specified by:
deleteAddress in interface AddressLocalService
- Throws:
PortalException
SystemException
deleteAddress
public void deleteAddress(Address address)
throws SystemException
- Specified by:
deleteAddress in interface AddressLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AddressLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AddressLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AddressLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AddressLocalService
- Throws:
SystemException
getAddress
public Address getAddress(long addressId)
throws PortalException,
SystemException
- Specified by:
getAddress in interface AddressLocalService
- Throws:
PortalException
SystemException
getAddresses
public List<Address> getAddresses(int start,
int end)
throws SystemException
- Specified by:
getAddresses in interface AddressLocalService
- Throws:
SystemException
getAddressesCount
public int getAddressesCount()
throws SystemException
- Specified by:
getAddressesCount in interface AddressLocalService
- Throws:
SystemException
updateAddress
public Address updateAddress(Address address)
throws SystemException
- Specified by:
updateAddress in interface AddressLocalService
- Throws:
SystemException
updateAddress
public Address updateAddress(Address address,
boolean merge)
throws SystemException
- Specified by:
updateAddress in interface AddressLocalService
- Throws:
SystemException
addAddress
public Address addAddress(long userId,
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 AddressLocalService
- Throws:
PortalException
SystemException
deleteAddresses
public void deleteAddresses(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
deleteAddresses in interface AddressLocalService
- Throws:
SystemException
getAddresses
public List<Address> getAddresses()
throws SystemException
- Specified by:
getAddresses in interface AddressLocalService
- Throws:
SystemException
getAddresses
public List<Address> getAddresses(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
getAddresses in interface AddressLocalService
- Throws:
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 AddressLocalService
- Throws:
PortalException
SystemException
getWrappedAddressLocalService
public AddressLocalService getWrappedAddressLocalService()