Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.BOWorkLoadDistribution
Packages that use BOWorkLoadDistribution
Package
Description
-
Uses of BOWorkLoadDistribution in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event that return types with arguments of type BOWorkLoadDistributionModifier and TypeMethodDescriptionForecastActivityDetailFromWoInput.getWorkLoadDistribution()Returns the work load distribution.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event with type arguments of type BOWorkLoadDistributionModifier and TypeMethodDescriptionvoidForecastActivityDetailFromWoInput.setWorkLoadDistribution(Collection<BOWorkLoadDistribution> workLoadDistribution) Sets the work load distribution. -
Uses of BOWorkLoadDistribution in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task with parameters of type BOWorkLoadDistributionModifier and TypeMethodDescriptionprotected LongBTForecastActivityDetailInsertFromWo.getActivityId(BOWorkLoadDistribution workLoadDistribution) Returns the id of theBOForecastActivityassociated to the givenBOWorkLoadDistribution.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task with type arguments of type BOWorkLoadDistributionModifier and TypeMethodDescriptionprotected voidBTForecastActivityDetailInsertFromWo.insertForecastActivity(Collection<BOWorkLoadDistribution> workLoadDistributions, Long forecastHeaderId, PoolKit poolKit) Inserts the givenBOForecastActivitybefore the insertion of theBOForecastActivityDetail.protected voidBTForecastActivityDetailInsertFromWo.insertForecastActivityDetailBatch(Collection<BOWorkLoadDistribution> workLoadDistributions, Long forecastHeaderId, BOForecastActivityPriority defaultPriority, PoolKit poolKit) Inserts the givenBOWorkLoadDistributionas a batch ofBOForecastActivityDetail. -
Uses of BOWorkLoadDistribution in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution that return BOWorkLoadDistributionModifier and TypeMethodDescriptionprotected BOWorkLoadDistributionBTWorkLoadDistributionSearch.getWorkLoadDistribution(String activityCode, overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe timeframe, List<BOWorkLoadDistribution> workLoadDistributionsByActivity) Creates a newBOWorkLoadDistributionfor a given activity and timeframe.Methods in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution with parameters of type BOWorkLoadDistributionModifier and TypeMethodDescriptionprotected voidBTWorkLoadDistributionSearch.addShifts(BOWorkLoadDistribution workLoadDistribution, WorkLoadDistributionShiftUnit shiftUnit, Long shiftQuantity) Add shifts to the work load distribution.protected booleanBTWorkLoadDistributionSearch.isOverlapping(BOWorkLoadDistribution distribution, overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe timeframe) Checks if a given work load distribution overlaps with a specified timeframe.Method parameters in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution with type arguments of type BOWorkLoadDistributionModifier and TypeMethodDescriptionprotected List<overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe> BTWorkLoadDistributionSearch.getSourceTimeframes(List<BOWorkLoadDistribution> workLoadDistributions) Converts a list of WorkLoadDistribution objects to a list of Timeframe objects.protected voidBTWorkLoadDistributionSearch.getTimeframes(List<BOWorkLoadDistribution> workLoadDistributionsByActivity, List<overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe> targetTimeframes, PoolKit poolKit) Distributes workload across target timeframes for a given set of work load distributions.protected BOWorkLoadDistributionBTWorkLoadDistributionSearch.getWorkLoadDistribution(String activityCode, overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe timeframe, List<BOWorkLoadDistribution> workLoadDistributionsByActivity) Creates a newBOWorkLoadDistributionfor a given activity and timeframe.protected voidBTWorkLoadDistributionSearch.groupedActivity(WorkLoadDistributionSearchFilter filter, List<BOWorkLoadDistribution> workLoadDistributions, PoolKit poolKit) Groups and processes work load distributions by activity.