Class UserTypesLoadEvent


public class UserTypesLoadEvent extends BusinessEvent<PageResponse<BOUserType>>
Event that will be called to load the users type information.
Since:
9.2
GCApi:
event
Reactors:
BTUserTypesLoad(0)
No Spouts
  • Field Details

  • Constructor Details

    • UserTypesLoadEvent

      public UserTypesLoadEvent(Page page, BOUserType filter)
      Create a new event that will be called to load the user types information
      Parameters:
      page - will be used to paginate the results
      filter - the object containing the values that will be used to filter the query results
    • UserTypesLoadEvent

      public UserTypesLoadEvent(Page page, BOUserType filter, Order order)
      Create a new event that will be called to load the user types information
      Parameters:
      page - will be used to paginate the results
      filter - the object containing the values that will be used to filter the query results
      order - The Order object form which retrieve the custom sql order by clause.
    • UserTypesLoadEvent

      public UserTypesLoadEvent(Page page, BOUserType filter, Order order, Collection<Long> filterIds)
      Create a new event that will be called to load the user types information
      Parameters:
      page - will be used to paginate the results
      filter - the object containing the values that will be used to filter the query results
      order - The Order object form which retrieve the custom sql order by clause.
      filterIds - The list of IDs to filter the users to load.
  • Method Details

    • getPage

      public Page getPage()
      Returns will be used to paginate the results
      Returns:
      will be used to paginate the results
    • getFilter

      public BOUserType getFilter()
      Returns the object containing the values that will be used to filter the query results.
      Returns:
      the object containing the values that will be used to filter the query results.
    • getOrder

      public Order getOrder()
      Returns the object that handles the order filter fields.
      Returns:
      the object that handles the order filter fields.
    • getFilterIds

      public Collection<Long> getFilterIds()
      Returns the object that handles the ids filter field.
      This filter field is used to specify one or more user's tyoe id to filter the results of the users type load event.
      Returns:
      the object that handles the ids filter field.