Liferay 6.2-ce-ga5

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

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

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

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)
                   throws PortalException,
                          SystemException
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
SystemException

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

deleteAddress

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

getAddress

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

getAddresses

public List<Address> getAddresses(String className,
                                  long classPK)
                           throws PortalException,
                                  SystemException
Specified by:
getAddresses in interface AddressService
Throws:
PortalException
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 AddressService
Throws:
PortalException
SystemException

getWrappedAddressService

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


setWrappedAddressService

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 6.2-ce-ga5