| java.lang.Object com.liferay.portal.service.AddressServiceUtil
AddressServiceUtil | public class AddressServiceUtil (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portal.service.AddressService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portal.service.AddressServiceFactory
is responsible for the lookup of the bean.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.AddressService See Also: com.liferay.portal.service.AddressServiceFactory |
Method Summary | |
public static com.liferay.portal.model.Address | addAddress(java.lang.String className, long classPK, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) | public static void | deleteAddress(long addressId) | public static com.liferay.portal.model.Address | getAddress(long addressId) | public static java.util.List | getAddresses(java.lang.String className, long classPK) | public static com.liferay.portal.model.Address | updateAddress(long addressId, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) |
addAddress | public static com.liferay.portal.model.Address addAddress(java.lang.String className, long classPK, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException, java.rmi.RemoteException(Code) | | |
updateAddress | public static com.liferay.portal.model.Address updateAddress(long addressId, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException, java.rmi.RemoteException(Code) | | |
|
|