E
- the schedule object the loader is treatingpublic abstract class ScheduleHelper<E extends DataObject<E> & UniqueidentifiedInterface<E> & TimeslotInterface<E>>
extends java.lang.Object
Constructor and Description |
---|
ScheduleHelper() |
Modifier and Type | Method and Description |
---|---|
abstract E[] |
getFullPlanning(E object)
gets all objects of the planning
|
abstract Workcalendar |
getWorkCalendar(E object)
gets the work calendar
|
public abstract Workcalendar getWorkCalendar(E object)
object
-