Package org.openbravo.service.datasource
Interface DataSourceFilter
-
- All Known Implementing Classes:
SelectorDataSourceFilter
public interface DataSourceFilter
Defines the method to be executed if a fetch request contains a filterClass parameter. The class is instantiated and the doFilter executed. Is the way to filter parameters before the fetching data from the database- Author:
- iperdomo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doFilter(Map<String,String> parameters, javax.servlet.http.HttpServletRequest request)
Executed on each datasource doGet request, if a filterClass parameter is present in the parameters map
-