Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.impl
Class AddressServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.AddressServiceBaseImpl
          extended by com.liferay.portal.service.impl.AddressServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.AddressService, com.liferay.portal.kernel.service.BaseService

public class AddressServiceImpl
extends AddressServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.AddressServiceBaseImpl
addressLocalService, addressPersistence, addressService, classNameLocalService, classNamePersistence, classNameService, counterLocalService, countryPersistence, countryService, listTypeLocalService, listTypePersistence, listTypeService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AddressServiceImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.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, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void deleteAddress(long addressId)
           
 com.liferay.portal.kernel.model.Address getAddress(long addressId)
           
 List<com.liferay.portal.kernel.model.Address> getAddresses(String className, long classPK)
           
 com.liferay.portal.kernel.model.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 com.liferay.portal.service.base.AddressServiceBaseImpl
afterPropertiesSet, destroy, getAddressLocalService, getAddressPersistence, getAddressService, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getCountryPersistence, getCountryService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAddressLocalService, setAddressPersistence, setAddressService, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setCountryPersistence, setCountryService, setListTypeLocalService, setListTypePersistence, setListTypeService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressServiceImpl

public AddressServiceImpl()
Method Detail

addAddress

public com.liferay.portal.kernel.model.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,
                                                          com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deleteAddress

public void deleteAddress(long addressId)
                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getAddress

public com.liferay.portal.kernel.model.Address getAddress(long addressId)
                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getAddresses

public List<com.liferay.portal.kernel.model.Address> getAddresses(String className,
                                                                  long classPK)
                                                           throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateAddress

public com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b8 portal-impl