|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.AddressServiceWrapper
@ProviderType public class AddressServiceWrapper
Provides 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,
long typeId,
boolean mailing,
boolean primary)
Deprecated. As of 6.2.0, replaced by #addAddress(String, long,
String, String, String, String, String, long, long, int,
boolean, boolean, ServiceContext) |
Address |
addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
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. As of 6.1.0, replaced by getWrappedService() |
AddressService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAddressService(AddressService addressService)
Deprecated. As of 6.1.0, replaced by 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,
long 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 |
|---|
@Deprecated
public Address addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary)
throws PortalException
#addAddress(String, long,
String, String, String, String, String, long, long, int,
boolean, boolean, ServiceContext)
addAddress in interface AddressServicePortalException
public Address addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
throws PortalException
addAddress in interface AddressServicePortalException
public void deleteAddress(long addressId)
throws PortalException
deleteAddress in interface AddressServicePortalException
public Address getAddress(long addressId)
throws PortalException
getAddress in interface AddressServicePortalException
public List<Address> getAddresses(String className,
long classPK)
throws PortalException
getAddresses in interface AddressServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface AddressServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AddressServicebeanIdentifier - the Spring bean ID for this bean
public Address updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary)
throws PortalException
updateAddress in interface AddressServicePortalException@Deprecated public AddressService getWrappedAddressService()
getWrappedService()
@Deprecated 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 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||