Modifier and Type | Field and Description |
---|---|
DateRange |
WOActivity.intShiftPeriod |
DateRange |
WOActivity.period |
Modifier and Type | Method and Description |
---|---|
DateRange |
GRSchedule.getCalculatedProjectMinMax() |
DateRange |
GRSchedule.getCalendarStartEnd() |
DateRange |
GRSchedule.getProjectStartEnd() |
Modifier and Type | Method and Description |
---|---|
void |
GRSchedule.setProjectStartEnd(DateRange projectStartEnd) |
Modifier and Type | Method and Description |
---|---|
DateRange |
GWASchedule.getCalculatedProjectMinMax() |
DateRange |
GWASchedule.getCalendarStartEnd() |
DateRange |
GWASchedule.getProjectStartEnd() |
DateRange |
Activity.getTimeInterval() |
Modifier and Type | Method and Description |
---|---|
void |
GWASchedule.setProjectStartEnd(DateRange projectStartEnd) |
Modifier and Type | Method and Description |
---|---|
DateRange |
Schedule.getCalculatedProjectMinMax() |
DateRange |
Schedule.getCalendarStartEnd() |
DateRange |
Schedule.getProjectStartEnd() |
DateRange |
Activity.getTimeInterval() |
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setProjectStartEnd(DateRange projectStartEnd) |
Modifier and Type | Method and Description |
---|---|
DateRange |
MXGanttModel.getCalculatedProjectMinMax() |
DateRange |
IMXGanttModel.getCalculatedProjectMinMax()
This is a calculated project min max.
|
DateRange |
MXGanttModel.getCalendarStartEnd() |
DateRange |
IMXGanttModel.getCalendarStartEnd()
Returns the configured Calendar Start End dates.
|
Modifier and Type | Method and Description |
---|---|
DateRange |
SKDAppService.getCalendarDates(MboRemote project) |
DateRange |
SKDAppService.getProjectDates(MboRemote project) |
DateRange |
SKDAppService.getProjectDatesAdjustedForCalendar(MboRemote project,
DateRange calDates,
boolean trimByProject) |
Modifier and Type | Method and Description |
---|---|
DateRange |
SKDAppService.getProjectDatesAdjustedForCalendar(MboRemote project,
DateRange calDates,
boolean trimByProject) |
Modifier and Type | Method and Description |
---|---|
static DateRange |
GanttModelUtil.calculateProjectMinMax(IMXGanttModel model) |
Modifier and Type | Class and Description |
---|---|
class |
DateRangeWithValue
Structure to hold a Date Range (start/end) and the value for that specific range.
|
Modifier and Type | Method and Description |
---|---|
static DateRange |
DateRange.asDateRange(Range range) |
Modifier and Type | Method and Description |
---|---|
int |
DateRange.compareTo(DateRange o) |
void |
DateRange.ensureRange(DateRange range)
Given a Range, ensure that this range can contain the new range.
|
void |
DateRange.expandEnd(int days,
DateRange other) |
void |
DateRange.expandRange(int days,
DateRange other)
Given the days, pad the start and end by that number of days, taking into account the difference in days
from the passed in range start end and this start end, to ensure that our padding is at least days.
|
void |
DateRange.expandStart(int days,
DateRange other) |
void |
DateRange.normalize(DateRange dates)
Will normalize, ensuring that the Start/End is not null.
|