Uses of Class
org.exoplatform.timetracker.dto.FilterModel
-
Packages that use FilterModel Package Description org.exoplatform.timetracker.rest org.exoplatform.timetracker.service -
-
Uses of FilterModel in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type FilterModel Modifier and Type Method Description javax.ws.rs.core.ResponseFiltersManagementREST. createFilter(FilterModel filter)createFilter. -
Uses of FilterModel in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return FilterModel Modifier and Type Method Description FilterModelFilterService. createFilter(FilterModel filter, java.lang.String userName)Create new Filter that will be available for all users.Methods in org.exoplatform.timetracker.service with parameters of type FilterModel Modifier and Type Method Description FilterModelFilterService. createFilter(FilterModel filter, java.lang.String userName)Create new Filter that will be available for all users.
-