String street2, String city, String state, String zip,
String country, String phone, String fax, String cell)
throws PortalException, SystemException {
if (!hasWrite(addressId)) {
throw new PrincipalException();
}
return AddressLocalManagerUtil.updateAddress(
addressId, description, street1, street2, city, state, zip, country,
phone, fax, cell);