Class GoodsGroupSearchEvent


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

    • GoodsGroupSearchEvent

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

      public GoodsGroupSearchEvent(GoodsGroupSearchFilter filter)
      Instantiates a new goods group search event.
      Parameters:
      filter - GoodsGroupSearchFilter the set of filters that will be applied to the search