| java.lang.Object org.ofbiz.party.contact.ContactMechWorker
ContactMechWorker | public class ContactMechWorker (Code) | | Worker methods for Contact Mechanisms
author: David E. Jones version: $Revision: 1.4 $ since: 2.0 |
Method Summary | |
public static void | getContactMechAndRelated(PageContext pageContext, String partyId, String contactMechAttr, String contactMechIdAttr, String partyContactMechAttr, String partyContactMechPurposesAttr, String contactMechTypeIdAttr, String contactMechTypeAttr, String purposeTypesAttr, String postalAddressAttr, String telecomNumberAttr, String requestNameAttr, String donePageAttr, String tryEntityAttr, String contactMechTypesAttr) | public static void | getContactMechAndRelated(ServletRequest request, String partyId, Map target) | public static void | getCurrentPostalAddress(PageContext pageContext, String partyId, String curContactMechId, String curPartyContactMechAttr, String curContactMechAttr, String curPostalAddressAttr, String curPartyContactMechPurposesAttr) | public static Map | getCurrentPostalAddress(ServletRequest request, String partyId, String curContactMechId) | public static void | getFacilityContactMechAndRelated(ServletRequest request, String facilityId, Map target) | public static List | getFacilityContactMechValueMaps(GenericDelegator delegator, String facilityId, boolean showOld, String contactMechTypeId) | public static void | getOrderContactMechValueMaps(PageContext pageContext, String orderId, String orderContactMechValueMapsAttr) | public static List | getOrderContactMechValueMaps(GenericDelegator delegator, String orderId) | public static void | getPartyContactMechValueMaps(PageContext pageContext, String partyId, boolean showOld, String partyContactMechValueMapsAttr) | public static List | getPartyContactMechValueMaps(GenericDelegator delegator, String partyId, boolean showOld) | public static List | getPartyContactMechValueMaps(GenericDelegator delegator, String partyId, boolean showOld, String contactMechTypeId) | public static void | getPartyPostalAddresses(PageContext pageContext, String partyId, String curContactMechId, String postalAddressInfosAttr) | public static List | getPartyPostalAddresses(ServletRequest request, String partyId, String curContactMechId) | public static Collection | getWorkEffortContactMechValueMaps(GenericDelegator delegator, String workEffortId) | public static boolean | isCompanyAddress(GenericValue postalAddress, String companyPartyId) | public static boolean | isUspsAddress(GenericValue postalAddress) |
getContactMechAndRelated | public static void getContactMechAndRelated(PageContext pageContext, String partyId, String contactMechAttr, String contactMechIdAttr, String partyContactMechAttr, String partyContactMechPurposesAttr, String contactMechTypeIdAttr, String contactMechTypeAttr, String purposeTypesAttr, String postalAddressAttr, String telecomNumberAttr, String requestNameAttr, String donePageAttr, String tryEntityAttr, String contactMechTypesAttr)(Code) | | TO BE REMOVED (DEJ 20030221): This method was for use in a JSP and when they are removed this can be removed as well rather than being maintained, should be removed when eCommerce and party mgr and possible other places are converted to FTL
|
getCurrentPostalAddress | public static void getCurrentPostalAddress(PageContext pageContext, String partyId, String curContactMechId, String curPartyContactMechAttr, String curContactMechAttr, String curPostalAddressAttr, String curPartyContactMechPurposesAttr)(Code) | | TO BE REMOVED (DEJ 20030221): This method was for use in a JSP and when they are removed this can be removed as well rather than being maintained, should be removed when eCommerce and party mgr and possible other places are converted to FTL
|
getOrderContactMechValueMaps | public static void getOrderContactMechValueMaps(PageContext pageContext, String orderId, String orderContactMechValueMapsAttr)(Code) | | |
getPartyContactMechValueMaps | public static void getPartyContactMechValueMaps(PageContext pageContext, String partyId, boolean showOld, String partyContactMechValueMapsAttr)(Code) | | |
getPartyPostalAddresses | public static void getPartyPostalAddresses(PageContext pageContext, String partyId, String curContactMechId, String postalAddressInfosAttr)(Code) | | TO BE REMOVED (DEJ 20030221): This method was for use in a JSP and when they are removed this can be removed as well rather than being maintained, should be removed when eCommerce and party mgr and possible other places are converted to FTL
|
|
|