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