Class AssetContactSearchEvent


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

    • AssetContactSearchEvent

      public AssetContactSearchEvent(Page page, AssetContactSearchFilter filter)
      Instantiates a new asset contact search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - the AssetContactSearchFilter the set of filters that will be applied to the search
    • AssetContactSearchEvent

      public AssetContactSearchEvent(AssetContactSearchFilter filter)
      Instantiates a new asset contact search event.
      Parameters:
      filter - the AssetContactSearchFilter the set of filters that will be applied to the search