Package org.apache.ofbiz.party.contact
Class ContactHelper
java.lang.Object
org.apache.ofbiz.party.contact.ContactHelper
Accessors for Contact Mechanisms
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatCreditCard
(GenericValue creditCardInfo) static Collection<GenericValue>
getContactMech
(GenericValue party, boolean includeOld) static Collection<GenericValue>
getContactMech
(GenericValue party, String contactMechPurposeTypeId, String contactMechTypeId, boolean includeOld) static Collection<GenericValue>
getContactMechByPurpose
(GenericValue party, String contactMechPurposeTypeId, boolean includeOld) static Collection<GenericValue>
getContactMechByType
(GenericValue party, String contactMechTypeId, boolean includeOld)
-
Method Details
-
getContactMech
-
getContactMechByType
public static Collection<GenericValue> getContactMechByType(GenericValue party, String contactMechTypeId, boolean includeOld) -
getContactMechByPurpose
public static Collection<GenericValue> getContactMechByPurpose(GenericValue party, String contactMechPurposeTypeId, boolean includeOld) -
getContactMech
public static Collection<GenericValue> getContactMech(GenericValue party, String contactMechPurposeTypeId, String contactMechTypeId, boolean includeOld) -
formatCreditCard
-