Class UserProfilesDBViewLoadEvent

java.lang.Object
overit.geocall.bl.GenericEvent<DBView>
overit.geocall.bl.BusinessEvent<DBView>
overit.geocall.basic.bl.profile.event.UserProfilesDBViewLoadEvent

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

  • Constructor Details

    • UserProfilesDBViewLoadEvent

      public UserProfilesDBViewLoadEvent(BOUserProfile filter)
      Create a new event that will be called to request the loading of user profiles matching a filter in a DBView.
      Parameters:
      filter - the filter to apply to the user profiles.
    • UserProfilesDBViewLoadEvent

      public UserProfilesDBViewLoadEvent()
      Create a new event that will be called to request the loading of all user profiles in a DBView.
  • Method Details

    • getFilter

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