Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
BaseTreeGridMiniAppBean.getActualStartEnd() |
abstract Range<java.util.Date> |
AbstractTreeGridMiniAppBean.getActualStartEnd() |
static Range<java.util.Date> |
GanttUtil.getActualStartEnd(MXGanttModel model)
Traverses the entire project to find the start/end dates the covers the
project work
|
Range<java.util.Date> |
BaseTreeGridMiniAppBean.getCalculatedProjectMinMax() |
abstract Range<java.util.Date> |
AbstractTreeGridMiniAppBean.getCalculatedProjectMinMax() |
static Range<java.util.Date> |
GanttUtil.getProjectStartEnd(IMXGanttModel model)
Traverses the entire project to find the start/end dates the covers the
project work
|
Modifier and Type | Method and Description |
---|---|
static com.ibm.json.java.JSONArray |
GanttUtil.createZooms(Range<java.util.Date> range,
int snapToGridInterval) |
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
CompareMaxResourceHoursBean.getCalculatedProjectMinMax() |
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
GWAResourceScheduleView.getActualStartEnd() |
Range<java.util.Date> |
GWAResourceScheduleView.getCalculatedProjectMinMax() |
Modifier and Type | Method and Description |
---|---|
static void |
GWAResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean,
IMXGanttModel model,
Range<java.util.Date> projectDates,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
AbstractTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model,
Range<java.util.Date> projectDates)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
BaseLargeGanttView.getActualStartEnd() |
Range<java.util.Date> |
BaseLargeGanttView.getCalculatedProjectMinMax() |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean,
IMXGanttModel model,
Range<java.util.Date> projectDates,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
AbstractTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model,
Range<java.util.Date> projectDates)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
Modifier and Type | Method and Description |
---|---|
AlternateAvailData |
AlternateAvailHashMap.getToolitemAlternateAvailValue(java.lang.String res,
Range<java.util.Date> date) |
java.util.List<DateRangeWithValue> |
AlternateAvailPeriodsMgr.getToolitemAlternateAvailValue(java.lang.String res,
Range<java.util.Date> dateRange,
double defaultValue) |
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
SchedulerDashboardView.getCalculatedProjectMinMax() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Range<java.util.Date>> |
SKDActivityDuration.getNWDateRangeList(java.util.ArrayList<java.util.Date> nonWorkPeriods,
java.util.Date startDate,
java.util.Date endDate)
Get the list of non working dates between two dates.
|
java.util.List<Range<java.util.Date>> |
SKDActivityDuration.getNWDateRangeListBetweenDates(java.util.Date startDate,
java.util.Date endDate)
Get the list of non working dates between two dates.
|
java.util.List<Range<java.util.Date>> |
SKDActivityDuration.getNWDateRangeListBetweenDatesForShift(java.lang.String shiftnum,
java.util.Date startDate,
java.util.Date endDate)
Get the list of non working dates between two dates.
|
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
GRSchedule.getActualProjectStartEnd() |
Range<java.util.Date> |
GRSchedule.getActualStartEnd() |
Range<java.util.Date> |
GRSchedule.getCurrentVisibleRange()
Gets the last known visible range...
|
Modifier and Type | Method and Description |
---|---|
void |
GRSchedule.setCurrentVisibleRange(Range<java.util.Date> dateRange)
Sets the last known visible range.
|
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
GWASchedule.getActualProjectStartEnd() |
Range<java.util.Date> |
GWASchedule.getActualStartEnd() |
Range<java.util.Date> |
GWASchedule.getCurrentVisibleRange()
Gets the last known visible range...
|
Modifier and Type | Method and Description |
---|---|
void |
GWASchedule.setCurrentVisibleRange(Range<java.util.Date> dateRange)
Sets the last known visible range.
|
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
Schedule.getActualProjectStartEnd() |
Range<java.util.Date> |
Schedule.getActualStartEnd() |
Range<java.util.Date> |
Schedule.getCurrentVisibleRange()
Gets the last known visible range...
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setCurrentVisibleRange(Range<java.util.Date> dateRange)
Sets the last known visible range.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IMXResource> |
ResourceMaxManager.getResources(Schedule schedule,
Range<java.util.Date> range,
java.util.List<java.lang.String> objectNames,
boolean bucketBased) |
java.util.Collection<IMXResource> |
IResourceManager.getResources(Schedule schedule,
Range<java.util.Date> range,
java.util.List<java.lang.String> objectNames,
boolean bucketBased)
For the given schedule and the Date Range (in System times), return an interator of Resources that
match the given range in the Schedule.
|
java.util.Collection<IMXResource> |
CachedResourceManager.getResources(Schedule schedule,
Range<java.util.Date> range,
java.util.List<java.lang.String> objectNames,
boolean bucketBased) |
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
MXGanttModel.getActualStartEnd()
Get the "actual" start/end of the project based simply looking at the
project work.
|
Range<java.util.Date> |
IMXGanttModel.getActualStartEnd()
Get the "actual" start/end of the project based simply looking at the
project work.
|
Range<java.util.Date> |
MXGanttModel.getProjectStartEnd() |
Range<java.util.Date> |
IMXGanttModel.getProjectStartEnd()
Return the Project's Start/End from SKDPROJECT.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SKDCalendarInfo> |
SKDAppService.getWorkingHours(MboRemote project,
Range<java.util.Date> range)
Read workperiod records and get working hours for a day for calendar and shift.
|
Modifier and Type | Class and Description |
---|---|
class |
DateRange
Structure to hold a Date Range (start/end) and the value for that specific range.
|
class |
DateRangeWithValue
Structure to hold a Date Range (start/end) and the value for that specific range.
|
Modifier and Type | Method and Description |
---|---|
Range<java.util.Date> |
DateRange.asRange() |
Range<T> |
Range.copy() |
Range<java.util.Date> |
IterableDateRange.next()
the Range
|
Range<T> |
IterableRange.next()
the Range
|
Range<T> |
Range.set(Range<T> range) |
Range<T> |
Range.set(T start,
T end) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Range<java.util.Date>> |
IterableDateRange.iterator() |
java.util.Iterator<Range<T>> |
IterableRange.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
DateRange.after(Range<java.util.Date> date)
Is our START date after the end date of the given range
|
static DateRange |
DateRange.asDateRange(Range<java.util.Date> range) |
boolean |
DateRange.before(Range<java.util.Date> date)
Is our date range END before the date's START
|
boolean |
DateRange.intersects(Range<java.util.Date> date)
Tests whether or not the given range intersects with this range, to the second.
|
Range<T> |
Range.set(Range<T> range) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.Date> |
IterableDateRange.toDateList(java.util.Collection<? extends Range<java.util.Date>> dates)
Turns a collection of DateRange items into a Collection of Dates
|
Constructor and Description |
---|
DateRange(Range<java.util.Date> range) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DateUtility.between(java.util.Date clickdate,
Range<java.util.Date> range,
boolean startInclusive,
boolean endInclusive)
Returns true if the clickdate is inside the given range.
|
static boolean |
DateUtility.betweenDaysOnly(java.util.Date clickdate,
Range<java.util.Date> range,
boolean startInclusive,
boolean endInclusive) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<DateRange> |
DateUtility.mergeDates(java.util.Collection<? extends Range<java.util.Date>> set) |
static java.util.Set<DateRange> |
DateUtility.mergeDates(java.util.Collection<? extends Range<java.util.Date>> set1,
java.util.Collection<? extends Range<java.util.Date>> set2) |
static java.util.Set<DateRange> |
DateUtility.mergeDates(java.util.Collection<? extends Range<java.util.Date>> set1,
java.util.Collection<? extends Range<java.util.Date>> set2) |