Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common |
Modifier and Type | Method and Description |
---|---|
ProjectCalendarException |
ProjectCalendar.addCalendarException(LocalDate date)
Add an exception to the calendar.
|
ProjectCalendarException |
ProjectCalendar.addCalendarException(LocalDate fromDate,
LocalDate toDate)
Add an exception to the calendar.
|
ProjectCalendarException |
ProjectCalendar.addCalendarException(RecurringData recurringData)
Add a recurring exception to the calendar.
|
ProjectCalendarException |
ProjectCalendar.getException(LocalDate date)
Retrieve a calendar exception which applies to this date.
|
Modifier and Type | Method and Description |
---|---|
List<ProjectCalendarException> |
ProjectCalendarWeek.convertToRecurringExceptions(LocalDate earliestStartDate,
LocalDate latestFinishDate)
Converts this working week into a set of equivalent recurring exceptions.
|
List<ProjectCalendarException> |
ProjectCalendar.getCalendarExceptions()
This method retrieves a list of exceptions to the current calendar.
|
List<ProjectCalendarException> |
ProjectCalendar.getExpandedCalendarExceptions()
This method retrieves a list of exceptions to the current calendar.
|
List<ProjectCalendarException> |
ProjectCalendar.getExpandedCalendarExceptionsWithWorkWeeks()
Expand any exceptions in the calendar, and include any working weeks
defined by this calendar as exceptions.
|
List<ProjectCalendarException> |
ProjectCalendarException.getExpandedExceptions()
Expand the current exception into a list of exception.
|
Modifier and Type | Method and Description |
---|---|
int |
ProjectCalendarException.compareTo(ProjectCalendarException o) |
boolean |
ProjectCalendarException.contains(ProjectCalendarException exception)
Returns true if any part of the supplied calendar exception overlaps this one.
|
void |
ProjectCalendar.removeCalendarException(ProjectCalendarException exception)
Remove an exception from the calendar.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProjectCalendarHelper.mergeExceptions(ProjectCalendar target,
List<ProjectCalendarException> sourceExceptions)
Merge the supplied list of exceptions into the target calendar.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.