} catch (DotSecurityException e) {
Logger.error(this, e.getMessage(), e);
throw new DotDataException(e.getMessage(), e);
}
return ad.toMap();
}
public Map<String, String> saveUserAddress(String userId, String addressId, String addressDescription, String street1, String street2, String city, String state,
String zip, String country, String phone, String fax, String cell) throws DotDataException {