Class ProductSearchSession.ProductSearchOptions

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ProductSearchSession

    public static class ProductSearchSession.ProductSearchOptions
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • topProductCategoryId

        protected java.lang.String topProductCategoryId
      • viewIndex

        protected java.lang.Integer viewIndex
      • viewSize

        protected java.lang.Integer viewSize
      • changed

        protected boolean changed
      • paging

        protected java.lang.String paging
      • previousViewSize

        protected java.lang.Integer previousViewSize
    • Method Detail

      • clearSearchOptions

        public static void clearSearchOptions​(HttpSession session)
      • clearViewInfo

        public void clearViewInfo()
      • getViewIndex

        public java.lang.Integer getViewIndex()
        Get the view size
        Returns:
        returns the viewIndex.
      • setViewIndex

        public void setViewIndex​(java.lang.Integer viewIndex)
        Set the view index
        Parameters:
        viewIndex - the viewIndex to set.
      • setViewIndex

        public void setViewIndex​(java.lang.String viewIndexStr)
        Set the view index
        Parameters:
        viewIndexStr - the viewIndex to set.
      • getViewSize

        public java.lang.Integer getViewSize()
        Get the view size
        Returns:
        returns the view size.
      • setViewSize

        public void setViewSize​(java.lang.Integer viewSize)
        Set the view size
        Parameters:
        viewSize - the view size to set.
      • setViewSize

        public void setViewSize​(java.lang.String viewSizeStr)
        Set the view size
        Parameters:
        viewSizeStr - the view size to set.
      • getPaging

        public java.lang.String getPaging()
        Get the paging
        Returns:
        Returns the paging
      • setPaging

        public void setPaging​(java.lang.String paging)
        Set the paging
        Parameters:
        paging - the paging to set
      • getPreviousViewSize

        public java.lang.Integer getPreviousViewSize()
        Get the previous view size
        Returns:
        returns the previous view size
      • setPreviousViewSize

        public void setPreviousViewSize​(java.lang.Integer previousViewSize)
        Set the previous view size
        Parameters:
        previousViewSize - the previousViewSize to set.
      • getTopProductCategoryId

        public java.lang.String getTopProductCategoryId()
      • setTopProductCategoryId

        public static void setTopProductCategoryId​(java.lang.String topProductCategoryId,
                                                   HttpSession session)
      • setTopProductCategoryId

        public void setTopProductCategoryId​(java.lang.String topProductCategoryId)
      • searchGetConstraintStrings

        public java.util.List<java.lang.String> searchGetConstraintStrings​(boolean detailed,
                                                                           Delegator delegator,
                                                                           java.util.Locale locale)
      • searchGetConstraintStrings

        public java.util.List<java.lang.String> searchGetConstraintStrings​(boolean detailed,
                                                                           LocalDispatcher dispatcher,
                                                                           java.util.Locale locale)