Class MunicipalitySearchEvent


public class MunicipalitySearchEvent extends SearchEvent<MunicipalitySearchFilter,BOMunicipality>
Event to search a BOMunicipality.
The launcher must provide a valid MunicipalitySearchFilter in order to successfully call this event.
The listener searches all the BOMunicipality components starting from the event input, i.e. the given MunicipalitySearchFilter.
Since:
16.0
GCApi:
event
Reactors:
BTMunicipalitySearch(0)
No Spouts
  • Constructor Details

    • MunicipalitySearchEvent

      public MunicipalitySearchEvent(Page page, MunicipalitySearchFilter filter)
      Instantiates a new municipality search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • MunicipalitySearchEvent

      public MunicipalitySearchEvent(MunicipalitySearchFilter filter)
      Instantiates a new municipality search event.
      Parameters:
      filter - the set of filters that will be applied to the search