Interface SystemFilterService
- All Known Implementing Classes:
DefaultSystemFilterService
public interface SystemFilterService
- Since:
- v5.2
-
Method Summary
Modifier and TypeMethodDescriptionGets system filter as a list of jaxb compatible beansGets system filter by id
-
Method Details
-
getById
Gets system filter by id- Parameters:
id- filter id- Returns:
- System filter
-
getAllAsBeans
List<SystemFilterBean> getAllAsBeans()Gets system filter as a list of jaxb compatible beans- Returns:
- list of system filtes
-