| java.lang.Object org.ofbiz.ecommerce.misc.ThirdPartyEvents
ThirdPartyEvents | public class ThirdPartyEvents (Code) | | Third Party Events (Affiliate/Distributor)
author: Andy Zeneski version: $Revision: 1.1 $ since: 2.0 |
DISTRIBUTOR_ID | final public static String DISTRIBUTOR_ID(Code) | | |
setAssociationId | public static String setAssociationId(HttpServletRequest request, HttpServletResponse response)(Code) | | Save the association id(s) specified in the request object into the session.
Parameters: request - The HTTPRequest object for the current request Parameters: response - The HTTPResponse object for the current request String specifying the exit status of this event |
updateAssociatedAffiliate | public static String updateAssociatedAffiliate(HttpServletRequest request, HttpServletResponse response)(Code) | | Update the affiliate association for the logged in user, if possible.
Parameters: request - The HTTPRequest object for the current request Parameters: response - The HTTPResponse object for the current request String specifying the exit status of this event |
updateAssociatedDistributor | public static String updateAssociatedDistributor(HttpServletRequest request, HttpServletResponse response)(Code) | | Update the distributor association for the logged in user, if possible.
Parameters: request - The HTTPRequest object for the current request Parameters: response - The HTTPResponse object for the current request String specifying the exit status of this event |
|
|