Class ContactHelper


  • public class ContactHelper
    extends java.lang.Object
    Accessors for Contact Mechanisms
    • Field Detail

      • module

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

      • getContactMech

        public static java.util.Collection<GenericValue> getContactMech​(GenericValue party,
                                                                        boolean includeOld)
      • getContactMechByType

        public static java.util.Collection<GenericValue> getContactMechByType​(GenericValue party,
                                                                              java.lang.String contactMechTypeId,
                                                                              boolean includeOld)
      • getContactMechByPurpose

        public static java.util.Collection<GenericValue> getContactMechByPurpose​(GenericValue party,
                                                                                 java.lang.String contactMechPurposeTypeId,
                                                                                 boolean includeOld)
      • getContactMech

        public static java.util.Collection<GenericValue> getContactMech​(GenericValue party,
                                                                        java.lang.String contactMechPurposeTypeId,
                                                                        java.lang.String contactMechTypeId,
                                                                        boolean includeOld)
      • formatCreditCard

        public static java.lang.String formatCreditCard​(GenericValue creditCardInfo)