Esempio n. 1
0
 public List<Address> getAddresses() throws SystemException {
   return AddressLocalServiceUtil.getAddresses(
       getCompanyId(), Contact.class.getName(), getContactId());
 }