Class PartyRelationshipHelper

java.lang.Object
org.apache.ofbiz.party.party.PartyRelationshipHelper

public final class PartyRelationshipHelper extends Object
PartyRelationshipHelper
  • Method Details

    • getActivePartyRelationships

      public static List<GenericValue> getActivePartyRelationships(Delegator delegator, Map<String,?> partyRelationshipValues)
      Return A List of the active Party Relationships (ie with valid from and thru dates)
      Parameters:
      delegator - needed Delegator
      partyRelationshipValues - Map containing the input parameters (primaries keys + partyRelationshipTypeId)
      Returns:
      List of the active Party Relationships