Interface SystemFilterService

All Known Implementing Classes:
DefaultSystemFilterService

public interface SystemFilterService
Since:
v5.2
  • Method Details

    • getById

      SystemFilter getById(Long id)
      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