Class MeterLocationSearchEvent


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

    • MeterLocationSearchEvent

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

      public MeterLocationSearchEvent(MeterLocationSearchFilter filter)
      Instantiates a new meter location search event.
      Parameters:
      filter - the set of filters that will be applied to the search