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 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) |
afterPropertiesSet, destroy, getAddressLocalService, getAddressPersistence, getAddressService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAddressLocalService, setAddressPersistence, setAddressService, setCounterLocalService
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
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 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
com.liferay.portal.kernel.exception.PortalException