| |
|
| java.lang.Object com.liferay.portal.service.impl.PrincipalBean com.liferay.portal.service.base.AddressServiceBaseImpl com.liferay.portal.service.impl.AddressServiceImpl
Method Summary | |
public Address | addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) | public void | deleteAddress(long addressId) | public Address | getAddress(long addressId) | public List | getAddresses(String className, long classPK) | public Address | updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) |
addAddress | public Address addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws PortalException, SystemException(Code) | | |
updateAddress | public Address updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary) throws PortalException, SystemException(Code) | | |
|
|
|