Class ProductSearchEvents


  • public class ProductSearchEvents
    extends java.lang.Object
    Product Search Related Events
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String searchAddFeature​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Adds a feature to search results
      static java.lang.String searchAddToCategory​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Adds the results of a search to the specified catogory
      static java.lang.String searchExpireFromCategory​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Sets the thru date of the results of a search to the specified date for the specified catogory
      static java.lang.String searchExportProductList​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Formats the results of a search to the screen as a tab-delimited output
      static java.lang.String searchRemoveFeature​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Removes a feature from search results
      static java.lang.String searchRemoveFromCategory​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Removes the results of a search from the specified category
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

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

      • ProductSearchEvents

        public ProductSearchEvents()
    • Method Detail

      • searchRemoveFromCategory

        public static java.lang.String searchRemoveFromCategory​(javax.servlet.http.HttpServletRequest request,
                                                                javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request,
                                                                javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request,
                                                               javax.servlet.http.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