java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BOSchedulingUser,Void>
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.event.SchedulingUserUpdateEvent

public class SchedulingUserUpdateEvent extends SimpleBusinessEvent<BOSchedulingUser,Void>
Event to update a BOSchedulingUser.
The launcher must provide a valid BOSchedulingUser in order to successfully call this event.
The listener updates all the BOSchedulingUser components starting from the event input, i.e. the given BOSchedulingUser in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTSchedulingUserUpdate(0)
No Spouts
  • Constructor Details

    • SchedulingUserUpdateEvent

      public SchedulingUserUpdateEvent(BOSchedulingUser input)
      Instantiates a new scheduling user update event.
      Parameters:
      input - the BOSchedulingUser to update
  • Method Details

    • getResourceAddresses

      public DBView getResourceAddresses()
    • setResourceAddresses

      public void setResourceAddresses(DBView resourceAddresses)
    • getOperationCenterAddresses

      public DBView getOperationCenterAddresses()
    • setOperationCenterAddresses

      public void setOperationCenterAddresses(DBView operationCenterAddresses)