|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.AddressServiceWrapper
public class AddressServiceWrapper
This class is a wrapper for AddressService.
AddressService| Constructor Summary | |
|---|---|
AddressServiceWrapper(AddressService addressService)
|
|
| Method Summary | |
|---|---|
Address |
addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
void |
deleteAddress(long addressId)
|
Address |
getAddress(long addressId)
|
List<Address> |
getAddresses(String className,
long classPK)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
AddressService |
getWrappedAddressService()
Deprecated. Renamed to getWrappedService() |
AddressService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAddressService(AddressService addressService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.AddressService) |
void |
setWrappedService(AddressService addressService)
|
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 |
| Constructor Detail |
|---|
public AddressServiceWrapper(AddressService addressService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface AddressServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AddressServicebeanIdentifier - the Spring bean ID for this bean
public Address addAddress(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
addAddress in interface AddressServicePortalException
SystemException
public void deleteAddress(long addressId)
throws PortalException,
SystemException
deleteAddress in interface AddressServicePortalException
SystemException
public Address getAddress(long addressId)
throws PortalException,
SystemException
getAddress in interface AddressServicePortalException
SystemException
public List<Address> getAddresses(String className,
long classPK)
throws PortalException,
SystemException
getAddresses in interface AddressServicePortalException
SystemException
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
updateAddress in interface AddressServicePortalException
SystemExceptionpublic AddressService getWrappedAddressService()
getWrappedService()
public void setWrappedAddressService(AddressService addressService)
setWrappedService(com.liferay.portal.service.AddressService)
public AddressService getWrappedService()
getWrappedService in interface ServiceWrapper<AddressService>public void setWrappedService(AddressService addressService)
setWrappedService in interface ServiceWrapper<AddressService>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||