Package org.apache.ofbiz.party.contact
Class ContactHelper
- java.lang.Object
-
- org.apache.ofbiz.party.contact.ContactHelper
-
public class ContactHelper extends java.lang.Object
Accessors for Contact Mechanisms
-
-
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.lang.String
formatCreditCard(GenericValue creditCardInfo)
static java.util.Collection<GenericValue>
getContactMech(GenericValue party, boolean includeOld)
static java.util.Collection<GenericValue>
getContactMech(GenericValue party, java.lang.String contactMechPurposeTypeId, java.lang.String contactMechTypeId, boolean includeOld)
static java.util.Collection<GenericValue>
getContactMechByPurpose(GenericValue party, java.lang.String contactMechPurposeTypeId, boolean includeOld)
static java.util.Collection<GenericValue>
getContactMechByType(GenericValue party, java.lang.String contactMechTypeId, boolean includeOld)
-
-
-
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)
-
-