Class ValidAssetStatusSearchEvent


public class ValidAssetStatusSearchEvent extends SearchEvent<ValidAssetStatusSearchFilter,BOAssetStatus>
Event to load the valid statuses for a given asset type
The launcher must provide a valid asset type id in order to successfully call this event.
The listener loads all the BOAssetStatus components starting from the event input
Since:
17.0
GCApi:
event
Reactors:
BTValidAssetStatusSearch(0)
No Spouts
  • Constructor Details

    • ValidAssetStatusSearchEvent

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

      public ValidAssetStatusSearchEvent(ValidAssetStatusSearchFilter filter)
      Instantiates a new valid asset status search event.
      Parameters:
      filter - the set of filters that will be applied to the search