Package overit.geocallapp.wfm.roughplanning.bl.bucket
package overit.geocallapp.wfm.roughplanning.bl.bucket
-
ClassDescriptionBusiness object representing a row of a rough planning bucketThe BucketService provides a method for creating buckets.The BucketServiceFactory class is responsible for creating instances of the BucketService interface based on the specified TimeUnit and TimeSize.The CalendarBucketService is the extension of
BucketServiceusing a calendar approachThe CalendarDailyBucketService is the implementation ofCalendarBucketServiceusing a calendar day duration as a time unit.The CalendarMonthlyBucketService is the implementation ofCalendarBucketServiceusing a calendar month duration as a time unit.The CalendarWeeklyBucketService is the implementation ofCalendarBucketServiceusing a calendar week duration as a time unit.Enum for the available time units of a bucket.