org.ofbiz.content.content
Class ContentSearchSession

java.lang.Object
  extended by org.ofbiz.content.content.ContentSearchSession

public class ContentSearchSession
extends java.lang.Object


Nested Class Summary
static class ContentSearchSession.ContentSearchOptions
           
 
Field Summary
static java.lang.String module
           
 
Constructor Summary
ContentSearchSession()
           
 
Method Summary
static void checkSaveSearchOptionsHistory(javax.servlet.http.HttpSession session)
           
static ContentSearchSession.ContentSearchOptions getContentSearchOptions(javax.servlet.http.HttpSession session)
           
static java.util.List<ContentSearchSession.ContentSearchOptions> getSearchOptionsHistoryList(javax.servlet.http.HttpSession session)
           
static void processSearchParameters(java.util.Map<java.lang.String,java.lang.Object> parameters, javax.servlet.http.HttpServletRequest request)
           
static void searchAddConstraint(ContentSearch.ContentSearchConstraint contentSearchConstraint, javax.servlet.http.HttpSession session)
           
static void searchClear(javax.servlet.http.HttpSession session)
           
static java.util.List<java.lang.String> searchGetConstraintStrings(boolean detailed, javax.servlet.http.HttpSession session, Delegator delegator)
           
static java.lang.String searchGetSortOrderString(boolean detailed, javax.servlet.http.HttpServletRequest request)
           
static void searchRemoveConstraint(int index, javax.servlet.http.HttpSession session)
           
static void searchSetSortOrder(ContentSearch.ResultSortOrder resultSortOrder, javax.servlet.http.HttpSession session)
           
 
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

ContentSearchSession

public ContentSearchSession()
Method Detail

getContentSearchOptions

public static ContentSearchSession.ContentSearchOptions getContentSearchOptions(javax.servlet.http.HttpSession session)

processSearchParameters

public static void processSearchParameters(java.util.Map<java.lang.String,java.lang.Object> parameters,
                                           javax.servlet.http.HttpServletRequest request)

searchAddConstraint

public static void searchAddConstraint(ContentSearch.ContentSearchConstraint contentSearchConstraint,
                                       javax.servlet.http.HttpSession session)

searchSetSortOrder

public static void searchSetSortOrder(ContentSearch.ResultSortOrder resultSortOrder,
                                      javax.servlet.http.HttpSession session)

getSearchOptionsHistoryList

public static java.util.List<ContentSearchSession.ContentSearchOptions> getSearchOptionsHistoryList(javax.servlet.http.HttpSession session)

searchGetConstraintStrings

public static java.util.List<java.lang.String> searchGetConstraintStrings(boolean detailed,
                                                                          javax.servlet.http.HttpSession session,
                                                                          Delegator delegator)

searchGetSortOrderString

public static java.lang.String searchGetSortOrderString(boolean detailed,
                                                        javax.servlet.http.HttpServletRequest request)

checkSaveSearchOptionsHistory

public static void checkSaveSearchOptionsHistory(javax.servlet.http.HttpSession session)

searchRemoveConstraint

public static void searchRemoveConstraint(int index,
                                          javax.servlet.http.HttpSession session)

searchClear

public static void searchClear(javax.servlet.http.HttpSession session)