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) |
afterPropertiesSet, destroy, getAddressLocalService, getAddressPersistence, getAddressService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAddressLocalService, setAddressPersistence, setAddressService, setCounterLocalService
public 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.PortalException
public void deleteAddress(long addressId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Address getAddress(long addressId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Address> getAddresses(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public 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.PortalException