Example #1
0
 /** Expires a list of PartyRelationships that are still active on expireDate. */
 public static void expirePartyRelationships(
     List<GenericValue> partyRelationships,
     Timestamp expireDate,
     LocalDispatcher dispatcher,
     GenericValue userLogin)
     throws GenericServiceException {
   org.opentaps.common.party.PartyHelper.expirePartyRelationships(
       partyRelationships, expireDate, dispatcher, userLogin);
 }