Uses of Class
overit.geocallapp.wfm.roughplanning.bl.bucket.BORoughPlanningBucket
Packages that use BORoughPlanningBucket
Package
Description
-
Uses of BORoughPlanningBucket in overit.geocallapp.wfm.roughplanning.bl.activity.result.event
Methods in overit.geocallapp.wfm.roughplanning.bl.activity.result.event that return types with arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionRoughPlanningActivityImportInput.getBuckets()Returns the buckets.Method parameters in overit.geocallapp.wfm.roughplanning.bl.activity.result.event with type arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionvoidRoughPlanningActivityImportInput.setBuckets(Collection<BORoughPlanningBucket> buckets) Sets the buckets. -
Uses of BORoughPlanningBucket in overit.geocallapp.wfm.roughplanning.bl.bucket
Methods in overit.geocallapp.wfm.roughplanning.bl.bucket that return types with arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionabstract Collection<BORoughPlanningBucket> BucketService.createBuckets(Date startDate, Date endDate) Returns a collection of buckets between the two dates of input, each large as timeUnit * timeSizeCalendarBucketService.createBuckets(Date startDate, Date endDate) It creates buckets in respect of the input dates and time unit and size which management is delegated to the class implementing the particular service -
Uses of BORoughPlanningBucket in overit.geocallapp.wfm.roughplanning.bl.bucket.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.bucket.event with parameters of type BORoughPlanningBucketModifierConstructorDescriptionInstantiates a new rough planning bucket insert event.Instantiates a new rough planning bucket update event. -
Uses of BORoughPlanningBucket in overit.geocallapp.wfm.roughplanning.bl.resource.result.event
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.result.event that return types with arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionRoughPlanningResourceRunAnalysisInput.getBuckets()Returns the buckets.Method parameters in overit.geocallapp.wfm.roughplanning.bl.resource.result.event with type arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionvoidRoughPlanningResourceRunAnalysisInput.setBuckets(Collection<BORoughPlanningBucket> buckets) Sets the buckets. -
Uses of BORoughPlanningBucket in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.problem
Methods in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.problem that return types with arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionWorkloadMovementProblem.getBuckets()Returns the list of rough planning buckets associated with this problem.Methods in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.problem with parameters of type BORoughPlanningBucketModifier and TypeMethodDescriptionvoidWorkloadMovementProblem.addBucket(BORoughPlanningBucket bucket) Adds a bucket to the list of rough planning buckets.Method parameters in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.problem with type arguments of type BORoughPlanningBucketModifier and TypeMethodDescriptionvoidWorkloadMovementProblem.setBuckets(List<BORoughPlanningBucket> buckets) Sets the list of rough planning buckets associated with this problem.