Liferay 7.0-ce-m3

com.liferay.portal.service
Class AddressServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.AddressServiceWrapper
All Implemented Interfaces:
AddressService, BaseService, ServiceWrapper<AddressService>

@ProviderType
public class AddressServiceWrapper
extends Object
implements AddressService, ServiceWrapper<AddressService>

Provides a wrapper for AddressService.

See Also:
AddressService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
          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, int 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, 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

AddressServiceWrapper

public AddressServiceWrapper(AddressService addressService)
Method Detail

addAddress

@Deprecated
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
Deprecated. As of 6.2.0, replaced by addAddress(String, long, String, String, String, String, String, long, long, int, boolean, boolean, ServiceContext)

Specified by:
addAddress in interface AddressService
Throws:
PortalException

addAddress

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,
                          ServiceContext serviceContext)
                   throws PortalException
Specified by:
addAddress in interface AddressService
Throws:
PortalException

deleteAddress

public void deleteAddress(long addressId)
                   throws PortalException
Specified by:
deleteAddress in interface AddressService
Throws:
PortalException

getAddress

public Address getAddress(long addressId)
                   throws PortalException
Specified by:
getAddress in interface AddressService
Throws:
PortalException

getAddresses

public List<Address> getAddresses(String className,
                                  long classPK)
                           throws PortalException
Specified by:
getAddresses in interface AddressService
Throws:
PortalException

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AddressService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AddressService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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
Specified by:
updateAddress in interface AddressService
Throws:
PortalException

getWrappedAddressService

@Deprecated
public AddressService getWrappedAddressService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAddressService

@Deprecated
public void setWrappedAddressService(AddressService addressService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.AddressService)


getWrappedService

public AddressService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AddressService>

setWrappedService

public void setWrappedService(AddressService addressService)
Specified by:
setWrappedService in interface ServiceWrapper<AddressService>

Liferay 7.0-ce-m3