Package | Description |
---|---|
com.broadleafcommerce.advancedcms.search | |
com.broadleafcommerce.advancedcms.web.controller |
Class and Description |
---|
AbstractCollectionPageSearchProcessor
This class is a useful starting point for Search Processors that need to retrieve all of the collection pages
of a given type while applying the rules they are attached to.
|
CollectionPageSearchProcessor
Most implementations will subclass the
AbstractCollectionPageSearchProcessor as it provides some convenience
methods that search processors will need |
DefaultCollectionPageSearchProcessor
Default implementation will search through all of the content for a particular
PageType and compares
the PageDTO String-representated property value with the filter string that was passed in, ignoring case. |
SearchResult
This object returns a list of PageDTOs and the original criteria that spawned the list.
|
Class and Description |
---|
CollectionPageSearchProcessor
Most implementations will subclass the
AbstractCollectionPageSearchProcessor as it provides some convenience
methods that search processors will need |
Copyright © 2020. All rights reserved.