Class UserProfilesLoadEvent


public class UserProfilesLoadEvent extends BusinessEvent<PageResponse<BOUserProfile>>
Event that will be called to request the loading of user profiles.
  • Field Details

  • Constructor Details

    • UserProfilesLoadEvent

      public UserProfilesLoadEvent(Collection<Long> ids, BOUserProfile filter, Page page, Order order)
      Create a new event that will be called to request the loading of user profiles.
      Parameters:
      ids - the ids of the user profiles to load.
      filter - the filter to apply to the user profiles.
      page - the page to load.
      order - the order to apply to the user profiles.
  • Method Details

    • getIds

      public Collection<Long> getIds()
      Gets the ids of the user profiles to load.
      Returns:
      the ids of the user profiles to load.
    • getFilter

      public BOUserProfile getFilter()
      Gets the filter to apply to the user profiles.
      Returns:
      the filter to apply to the user profiles.
    • getPage

      public Page getPage()
      Gets the page to load.
      Returns:
      the page to load.
    • getOrder

      public Order getOrder()
      Gets the order to apply to the user profiles.
      Returns:
      the order to apply to the user profiles.