| Methods in org.broadleafcommerce.openadmin.web.controller.entity with parameters of type CriteriaForm |
String |
AdminBasicEntityController.getCollectionFieldRecords(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String id,
String collectionField,
CriteriaForm criteriaForm)
Returns the records for a given collectionField filtered by a particular criteria |
String |
AdminBasicEntityController.showSelectCollectionItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
String collectionField,
CriteriaForm criteriaForm)
Shows the modal dialog that is used to select a "to-one" collection item. |
String |
AdminBasicEntityController.viewEntityList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
CriteriaForm criteriaForm)
Renders the main entity listing for the specified class, which is based on the current sectionKey with some optional
criteria. |