Exemplo n.º 1
0
 /**
  * Retrieve the oldest current email address with a PRIMARY_EMAIL purposeTypeId for a party.
  *
  * @param partyId
  * @param delegator
  * @return The email address
  * @deprecated Use <code>org.opentaps.domain.party.Party.getPrimaryEmail()</code>
  */
 @Deprecated
 public static String getPrimaryEmailForParty(String partyId, Delegator delegator) {
   return org.opentaps.common.party.PartyHelper.getPrimaryEmailForParty(partyId, delegator);
 }