Class ThirdPartyEvents


  • public class ThirdPartyEvents
    extends java.lang.Object
    • Field Detail

      • module

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

      • ThirdPartyEvents

        public ThirdPartyEvents()
    • Method Detail

      • setAssociationId

        public static java.lang.String setAssociationId​(HttpServletRequest request,
                                                        HttpServletResponse response)
        Save the association id(s) specified in the request object into the session.
        Parameters:
        request - The HTTPRequest object for the current request
        response - The HTTPResponse object for the current request
        Returns:
        String specifying the exit status of this event
      • updateAssociatedDistributor

        public static java.lang.String updateAssociatedDistributor​(HttpServletRequest request,
                                                                   HttpServletResponse response)
        Update the distributor association for the logged in user, if possible.
        Parameters:
        request - The HTTPRequest object for the current request
        response - The HTTPResponse object for the current request
        Returns:
        String specifying the exit status of this event
      • updateAssociatedAffiliate

        public static java.lang.String updateAssociatedAffiliate​(HttpServletRequest request,
                                                                 HttpServletResponse response)
        Update the affiliate association for the logged in user, if possible.
        Parameters:
        request - The HTTPRequest object for the current request
        response - The HTTPResponse object for the current request
        Returns:
        String specifying the exit status of this event