Class ProductSearchEvents


  • public class ProductSearchEvents
    extends java.lang.Object
    Product Search Related Events
    • Field Detail

      • module

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

      • ProductSearchEvents

        public ProductSearchEvents()
    • Method Detail

      • searchRemoveFromCategory

        public static java.lang.String searchRemoveFromCategory​(HttpServletRequest request,
                                                                HttpServletResponse response)
        Removes the results of a search from the specified category
        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
      • searchExpireFromCategory

        public static java.lang.String searchExpireFromCategory​(HttpServletRequest request,
                                                                HttpServletResponse response)
        Sets the thru date of the results of a search to the specified date for the specified catogory
        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
      • searchAddToCategory

        public static java.lang.String searchAddToCategory​(HttpServletRequest request,
                                                           HttpServletResponse response)
        Adds the results of a search to the specified catogory
        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
      • searchAddFeature

        public static java.lang.String searchAddFeature​(HttpServletRequest request,
                                                        HttpServletResponse response)
        Adds a feature to search results
        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
      • searchRemoveFeature

        public static java.lang.String searchRemoveFeature​(HttpServletRequest request,
                                                           HttpServletResponse response)
        Removes a feature from search results
        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
      • searchExportProductList

        public static java.lang.String searchExportProductList​(HttpServletRequest request,
                                                               HttpServletResponse response)
        Formats the results of a search to the screen as a tab-delimited output
        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