public class AddressServiceImpl extends AddressServiceBaseImpl
addressLocalService, addressPersistence, addressService, counterLocalService| Constructor and Description |
|---|
AddressServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.Address |
addAddress(String externalReferenceCode,
String className,
long classPK,
String name,
String description,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long listTypeId,
boolean mailing,
boolean primary,
String phoneNumber,
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) |
List<com.liferay.portal.kernel.model.Address> |
getListTypeAddresses(String className,
long classPK,
long[] listTypeIds) |
com.liferay.portal.kernel.model.Address |
updateAddress(long addressId,
String name,
String description,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long listTypeId,
boolean mailing,
boolean primary,
String phoneNumber) |
com.liferay.portal.kernel.model.Address |
updateExternalReferenceCode(com.liferay.portal.kernel.model.Address address,
String externalReferenceCode) |
com.liferay.portal.kernel.model.Address |
updateExternalReferenceCode(long addressId,
String externalReferenceCode) |
afterPropertiesSet, destroy, getAddressLocalService, getAddressPersistence, getAddressService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAddressLocalService, setAddressPersistence, setAddressService, setCounterLocalServicepublic com.liferay.portal.kernel.model.Address addAddress(String externalReferenceCode,
String className,
long classPK,
String name,
String description,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long listTypeId,
boolean mailing,
boolean primary,
String phoneNumber,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAddress(long addressId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Address getAddress(long addressId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.Address> getAddresses(String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.Address> getListTypeAddresses(String className,
long classPK,
long[] listTypeIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Address updateAddress(long addressId,
String name,
String description,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long listTypeId,
boolean mailing,
boolean primary,
String phoneNumber)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Address updateExternalReferenceCode(com.liferay.portal.kernel.model.Address address,
String externalReferenceCode)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Address updateExternalReferenceCode(long addressId,
String externalReferenceCode)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException