java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<BOActivityForecastHeader,Long>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.event.ActivityForecastCopyEvent

public class ActivityForecastCopyEvent extends SimpleBusinessEvent<BOActivityForecastHeader,Long>
Event to copy and paste a BOActivityForecastHeader.
The launcher must provide a valid BOActivityForecastHeader in order to successfully call this event.
The listener takes a BOActivityForecastHeader as input and returns a Long param as a output, which is the id of the pasted BOActivityForecastHeader.
Since:
15.0
GCApi:
event
Reactors:
BTActivityForecastCopy(0)
No Spouts
  • Constructor Details

    • ActivityForecastCopyEvent

      public ActivityForecastCopyEvent(BOActivityForecastHeader input)
      Instantiates a new forecast copy-paste event.
      Parameters:
      input - a BOActivityForecastHeader object that represents the activity forecast to copy-and-paste.