Package org.apache.ofbiz.product.product
Class ProductSearchEvents
java.lang.Object
org.apache.ofbiz.product.product.ProductSearchEvents
Product Search Related Events
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
searchAddFeature
(HttpServletRequest request, HttpServletResponse response) Adds a feature to search resultsstatic String
searchAddToCategory
(HttpServletRequest request, HttpServletResponse response) Adds the results of a search to the specified catogorystatic String
searchExpireFromCategory
(HttpServletRequest request, HttpServletResponse response) Sets the thru date of the results of a search to the specified date for the specified catogorystatic String
searchExportProductList
(HttpServletRequest request, HttpServletResponse response) Formats the results of a search to the screen as a tab-delimited outputstatic String
searchRemoveFeature
(HttpServletRequest request, HttpServletResponse response) Removes a feature from search resultsstatic String
searchRemoveFromCategory
(HttpServletRequest request, HttpServletResponse response) Removes the results of a search from the specified category
-
Field Details
-
DEFAULT_TX_TIMEOUT
public static final int DEFAULT_TX_TIMEOUT- See Also:
-
-
Constructor Details
-
ProductSearchEvents
public ProductSearchEvents()
-
-
Method Details
-
searchRemoveFromCategory
public static String searchRemoveFromCategory(HttpServletRequest request, HttpServletResponse response) Removes the results of a search from the specified category- Parameters:
request
- The HTTPRequest object for the current requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
searchExpireFromCategory
public static 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 requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
searchAddToCategory
Adds the results of a search to the specified catogory- Parameters:
request
- The HTTPRequest object for the current requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
searchAddFeature
Adds a feature to search results- Parameters:
request
- The HTTPRequest object for the current requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
searchRemoveFeature
Removes a feature from search results- Parameters:
request
- The HTTPRequest object for the current requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
searchExportProductList
public static 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 requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-