Class PartyRelationshipHelper


  • public final class PartyRelationshipHelper
    extends java.lang.Object
    PartyRelationshipHelper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<GenericValue> getActivePartyRelationships​(Delegator delegator, java.util.Map<java.lang.String,​?> partyRelationshipValues)
      Return A List of the active Party Relationships (ie with valid from and thru dates)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Method Detail

      • getActivePartyRelationships

        public static java.util.List<GenericValue> getActivePartyRelationships​(Delegator delegator,
                                                                               java.util.Map<java.lang.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