Class MeterBrandSearchEvent


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

    • MeterBrandSearchEvent

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

      public MeterBrandSearchEvent(MeterBrandSearchFilter filter)
      Instantiates a new meter brand search event.
      Parameters:
      filter - the set of filters that will be applied to the search