Class MaterialTypeSearchEvent


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

    • MaterialTypeSearchEvent

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

      public MaterialTypeSearchEvent(MaterialTypeSearchFilter filter)
      Instantiates a new material type search event.
      Parameters:
      filter - MaterialTypeSearchFilter the set of filters that will be applied to the search