Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.model | |
com.ibm.tivoli.maximo.slroute |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SKDCalendarInfo> |
MXGanttModel.getWorkHourList()
Get calendar information
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.util.Date> |
SKDMultiShiftMerger.mergeShifts(java.util.HashMap<java.lang.String,SKDCalendarInfo> calInfoMap,
boolean forWorkingHours)
Merge miltiple shifts and get list of dates
|
void |
SKDWorkTime.setSKDCalendarInfo(java.util.HashMap<java.lang.String,SKDCalendarInfo> skdCals)
Set calendar information
|
void |
MXGanttModel.setWorkHourList(java.util.HashMap<java.lang.String,SKDCalendarInfo> skdCals)
Set calendar and work hour information.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SKDCalendarInfo> |
SLRouteServiceCache.getShiftCalMap()
return the shift calendar map
|
Modifier and Type | Method and Description |
---|---|
void |
SLRouteServiceCache.setShiftGridInfo(java.util.HashMap<java.lang.String,SKDCalendarInfo> shiftCalMap,
java.util.HashMap<java.lang.String,java.util.ArrayList> calendarBreaks,
java.util.HashMap<java.lang.String,java.lang.Integer> daysInShiftPattern,
java.util.ArrayList<java.util.Date> mergedWorkPeriods)
Sets all of the shift background information (used by FWMShiftWorkingHourGrid) as a group
|