Class ForecastStateSearchEvent


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

    • ForecastStateSearchEvent

      public ForecastStateSearchEvent(Page page, ForecastStateSearchFilter filter)
      Instantiates a new warehouse operation header state search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - ForecastStateSearchFilter the set of filters that will be applied to the search
    • ForecastStateSearchEvent

      public ForecastStateSearchEvent(ForecastStateSearchFilter filter)
      Instantiates a new warehouse operation header state search event.
      Parameters:
      filter - ForecastStateSearchFilter the set of filters that will be applied to the search