Modifier and Type | Method and Description |
---|---|
static java.util.List<DateRange> |
GanttUtil.getCalendarBreakRanges(MXResource mxr,
MXGanttModel model) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DateRange> |
GWAGanttUtil.getCalendarBreakRanges(java.lang.String resource,
GWASchedule model) |
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 |
---|---|
java.util.List<DateRange> |
GWASchedule.getExtraTimeByResourceID(java.lang.String resourceID) |
java.util.List<DateRange> |
GWASchedule.getNonWorkByResourceID(java.lang.String resourceID) |
Modifier and Type | Method and Description |
---|---|
void |
GWASchedule.addExtraTimeByResourceID(java.lang.String resourceID,
DateRange extraTime) |
void |
GWASchedule.addNonWorkByResourceID(java.lang.String resourceID,
DateRange nonWork) |
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<java.util.Date> range) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DateRange> |
IterableDateRange.toDateRangeList(java.util.Collection<java.util.Date> dates,
boolean shift) |
static java.util.Set<DateRange> |
IterableDateRange.toDateRangeSet(java.util.Collection<java.util.Date> dates,
boolean shift)
Given the list of Dates return an Ordered Set of Date Ranges
|
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.
|
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) |