public interface IdentifiableTimespanI extends SettableTimespanI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
log
L10N_KEY_ERR_INCONSISTENT_DATES, L10N_KEY_ERR_INDET_NUMBER_OVERLAPPING, L10N_KEY_ERR_UNWANTED_OPEN_TIMESPAN
Modifier and Type | Method and Description |
---|---|
java.lang.String |
conciseDesc() |
java.lang.String |
describe() |
java.lang.String |
describe(java.lang.String pattern) |
static java.util.Map |
getAllOverlapping(java.util.Collection col)
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with each other.
|
static java.util.Map |
getAllOverlapping(java.util.Collection col,
boolean sameDayOverlaps)
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with each other.
|
static java.util.Map |
getAllOverlapping(java.util.Collection col,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllOverlapping(java.util.Collection col,
java.lang.Class onlyOfClass,
boolean sameDayOverlaps) |
static java.util.Map |
getAllOverlappingWith(IdentifiableTimespanI candidate,
java.util.Collection col)
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with the provided candidate.
|
static java.util.Map |
getAllOverlappingWith(IdentifiableTimespanI candidate,
java.util.Collection col,
boolean sameDayOverlaps)
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with the provided candidate.
|
static java.util.Map |
getAllOverlappingWith(IdentifiableTimespanI candidate,
java.util.Collection col,
java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass) |
static java.util.Map |
getAllOverlappingWith(IdentifiableTimespanI candidate,
java.util.Collection col,
java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass,
boolean sameDayOverlaps) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Collection that are at least partially valid
between the passed from and upto (ignoring time).
|
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto,
boolean $throw) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
TimespanI during)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Collection that are at least partially valid
during the passed TimespanI (ignoring time).
|
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
TimespanI during,
boolean $throw) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Collection c,
TimespanI during,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are at least partially valid
between the passed from and upto (ignoring time).
|
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto,
boolean $throw) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
TimespanI during)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are at least partially valid
during the passed TimespanI (ignoring time).
|
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
TimespanI during,
boolean $throw) |
static java.util.Map |
getAllPartiallyValidDuring(java.util.Map m,
TimespanI during,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c,
java.util.Date d)
Returns a Map with all IdentifiableTimespanI-s among the values in the passed Collection that are valid at the passed date.
|
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c,
java.util.Date d,
boolean ignoreTime) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c,
java.util.Date d,
boolean ignoreTime,
boolean $throw) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c,
java.util.Date d,
boolean ignoreTime,
boolean $throw,
java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m,
java.util.Date d)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid at the passed date.
|
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m,
java.util.Date d,
boolean ignoreTime) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m,
java.util.Date d,
boolean ignoreTime,
boolean $throw) |
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> |
getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m,
java.util.Date d,
boolean ignoreTime,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto)
Returns a Map with all IdentifiableTimespanI-s among the values in the passed Collection that are valid
during the passed TimespanI (ignoring time).
|
static java.util.Map |
getAllValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid) |
static java.util.Map |
getAllValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid,
boolean $throw) |
static java.util.Map |
getAllValidDuring(java.util.Collection c,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid,
boolean $throw,
java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid
between the passed from and upto (ignoring time).
|
static java.util.Map |
getAllValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid,
boolean $throw) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
java.util.Date from,
java.util.Date upto,
boolean mustBeCompletelyValid,
boolean $throw,
java.lang.Class onlyOfClass) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
TimespanI during)
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid
during the passed TimespanI (ignoring time).
|
static java.util.Map |
getAllValidDuring(java.util.Map m,
TimespanI during,
boolean mustBeCompletelyValid) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
TimespanI during,
boolean mustBeCompletelyValid,
boolean $throw) |
static java.util.Map |
getAllValidDuring(java.util.Map m,
TimespanI during,
boolean mustBeCompletelyValid,
boolean $throw,
java.lang.Class onlyOfClass) |
java.lang.Long |
getId() |
static IdentifiableTimespanI |
getNewestValid(java.util.Collection c) |
static IdentifiableTimespanI |
getNewestValid(java.util.Collection c,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getNewestValidAfter(java.util.Collection c,
java.util.Date limit) |
static IdentifiableTimespanI |
getNewestValidAfter(java.util.Collection c,
java.util.Date limit,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getNewestValidBefore(java.util.Collection c,
java.util.Date limit) |
static IdentifiableTimespanI |
getNewestValidBefore(java.util.Collection c,
java.util.Date limit,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getOldestOrNewestValidBeforeOrAfter(java.util.Collection<IdentifiableTimespanI> c,
java.util.Date d,
java.lang.Class onlyOfClass,
boolean returnOldest,
boolean before) |
static IdentifiableTimespanI |
getOldestOrNewestValidBeforeOrAfter(java.util.Collection<IdentifiableTimespanI> c,
java.util.Date d,
java.lang.Class onlyOfClass,
boolean returnOldest,
boolean before,
boolean nullDateIsValid) |
static IdentifiableTimespanI |
getOldestValid(java.util.Collection c) |
static IdentifiableTimespanI |
getOldestValid(java.util.Collection c,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getOldestValidAfter(java.util.Collection c,
java.util.Date limit) |
static IdentifiableTimespanI |
getOldestValidAfter(java.util.Collection c,
java.util.Date limit,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getOldestValidBefore(java.util.Collection c,
java.util.Date limit) |
static IdentifiableTimespanI |
getOldestValidBefore(java.util.Collection c,
java.util.Date limit,
java.lang.Class onlyOfClass) |
default IdentifiableTimespanI |
getPredecessor(java.util.Collection c)
Returns the temporal predecessor among the passed Collection of IdentifiableTimespanI-s regarding the DateStart of the passed candidate.
|
default IdentifiableTimespanI |
getPredecessor(java.util.Map m)
Returns the temporal predecessor among the passed Map of IdentifiableTimespanI-s regarding the DateStart of the passed candidate.
|
default IdentifiableTimespanI |
getSuccessor(java.util.Collection c)
Returns the temporal successor among the passed Collection of IdentifiableTimespanI-s regarding our DateEnd.
|
default IdentifiableTimespanI |
getSuccessor(java.util.Map m)
Returns the temporal successor among the passed Map of IdentifiableTimespanI-s regarding our DateStart.
|
static IdentifiableTimespanI |
getValid(java.util.Collection c,
java.util.Date d)
Returns the IdentifiableTimespanI object from the values in the passed Collection that is valid at the specified date.
|
static IdentifiableTimespanI |
getValid(java.util.Collection c,
java.util.Date d,
boolean ignoreTime) |
static IdentifiableTimespanI |
getValid(java.util.Collection c,
java.util.Date d,
boolean ignoreTime,
boolean $throw) |
static IdentifiableTimespanI |
getValid(java.util.Collection c,
java.util.Date d,
boolean ignoreTime,
boolean $throw,
java.lang.Class onlyOfClass) |
static IdentifiableTimespanI |
getValid(java.util.Map m,
java.util.Date d)
Returns the IdentifiableTimespanI object from the values of the passed Map that is valid at the specified date.
|
static IdentifiableTimespanI |
getValid(java.util.Map m,
java.util.Date d,
boolean ignoreTime) |
static IdentifiableTimespanI |
getValid(java.util.Map m,
java.util.Date d,
boolean ignoreTime,
boolean $throw) |
static IdentifiableTimespanI |
getValid(java.util.Map m,
java.util.Date d,
boolean ignoreTime,
boolean $throw,
java.lang.Class onlyOfClass) |
boolean |
hasActiveTransaction() |
boolean |
isDeleted() |
static boolean |
isTimespanCompletelyCovered(java.util.Collection col) |
static boolean |
isTimespanCompletelyCovered(java.util.Collection col,
java.util.Date from) |
static boolean |
isTimespanCompletelyCovered(java.util.Collection col,
java.util.Date from,
java.util.Date upto) |
static boolean |
isTimespanCompletelyCovered(java.util.Collection col,
java.util.Date from,
java.util.Date upto,
java.lang.Class<? extends IdentifiableTimespanI> onlyOfClazz) |
default boolean |
isValid()
Checks if this TimespanI is valid at the current time.
|
initStartAndEndDate, limitTo, setDateEnd, setDateStart
checkConsistentDates, checkConsistentDates, checkConsistentDates, checkIsClosedTimespanWithConsistentDates, checkIsClosedTimespanWithConsistentDates, coversAtMostOneMonth, endsAfterOrOnStartOf, endsAfterOrOnStartOf, equalDates, equalDates, getDateEnd, getDateStart, hasUndefinedTimespan, isAlwaysValid, isCompletelyValidDuring, isCompletelyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isPartiallyValidDuring, isValidAt, isValidAt, isValidAtOrAfter, isValidAtOrBefore, isValidFromStartOfTime, isValidOn, isValidUntilEndOfTime, numberOfDays, overlappingDaysWith, overlapsWith, overlapsWith, startsBeforeOrOnEndOf, startsBeforeOrOnEndOf
static final java.lang.String $0
java.lang.String describe()
java.lang.String describe(java.lang.String pattern)
java.lang.String conciseDesc()
java.lang.Long getId()
boolean isDeleted()
boolean hasActiveTransaction()
default boolean isValid()
TimespanI
default IdentifiableTimespanI getPredecessor(java.util.Map m)
default IdentifiableTimespanI getPredecessor(java.util.Collection c)
default IdentifiableTimespanI getSuccessor(java.util.Map m)
default IdentifiableTimespanI getSuccessor(java.util.Collection c)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m, java.util.Date d)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m, java.util.Date d, boolean ignoreTime)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m, java.util.Date d, boolean ignoreTime, boolean $throw)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> m, java.util.Date d, boolean ignoreTime, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c, java.util.Date d)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c, java.util.Date d, boolean ignoreTime)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c, java.util.Date d, boolean ignoreTime, boolean $throw)
static java.util.Map<java.lang.Long,? extends IdentifiableTimespanI> getAllValid(java.util.Collection<? extends IdentifiableTimespanI> c, java.util.Date d, boolean ignoreTime, boolean $throw, java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass)
static java.util.Map getAllValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto)
static java.util.Map getAllValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid)
static java.util.Map getAllValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid, boolean $throw)
static java.util.Map getAllValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllValidDuring(java.util.Map m, TimespanI during)
static java.util.Map getAllValidDuring(java.util.Map m, TimespanI during, boolean mustBeCompletelyValid)
static java.util.Map getAllValidDuring(java.util.Map m, TimespanI during, boolean mustBeCompletelyValid, boolean $throw)
static java.util.Map getAllValidDuring(java.util.Map m, TimespanI during, boolean mustBeCompletelyValid, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, TimespanI during)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, TimespanI during, boolean $throw)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, TimespanI during, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto, boolean $throw)
static java.util.Map getAllPartiallyValidDuring(java.util.Map m, java.util.Date from, java.util.Date upto, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, TimespanI during)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, TimespanI during, boolean $throw)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, TimespanI during, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto, boolean $throw)
static java.util.Map getAllPartiallyValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto)
static java.util.Map getAllValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid)
static java.util.Map getAllValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid, boolean $throw)
static java.util.Map getAllValidDuring(java.util.Collection c, java.util.Date from, java.util.Date upto, boolean mustBeCompletelyValid, boolean $throw, java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass)
static IdentifiableTimespanI getValid(java.util.Map m, java.util.Date d)
m
- The Mapd
- The Date representing the point in time to check for validity.ignoreTime
- A boolean indicating whether the time component should be ignored when checking validity.
Set to 'true' to ignore the time component, 'false' otherwise.throwException
- A boolean indicating whether an IllegalStateException should be thrown if no or more than
one valid IdentifiableTimespanI object is found.
Set to 'true' to throw an exception, 'false' to return null instead.onlyOfClass
- The Class object representing the specific subclass of IdentifiableTimespanI.
Only objects of this class or its subclasses will be considered for validity.java.lang.IllegalStateException
- if throwException is set to 'true' and no or more than one valid IdentifiableTimespanI object is found.static IdentifiableTimespanI getValid(java.util.Map m, java.util.Date d, boolean ignoreTime)
static IdentifiableTimespanI getValid(java.util.Map m, java.util.Date d, boolean ignoreTime, boolean $throw)
static IdentifiableTimespanI getValid(java.util.Map m, java.util.Date d, boolean ignoreTime, boolean $throw, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getValid(java.util.Collection c, java.util.Date d)
c
- The Collectiond
- The Date representing the point in time to check for validity.ignoreTime
- A boolean indicating whether the time component should be ignored when checking validity.
Set to 'true' to ignore the time component, 'false' otherwise.throwException
- A boolean indicating whether an IllegalStateException should be thrown if no or more than
one valid IdentifiableTimespanI object is found.
Set to 'true' to throw an exception, 'false' to return null instead.onlyOfClass
- The Class object representing the specific subclass of IdentifiableTimespanI.
Only objects of this class or its subclasses will be considered for validity.java.lang.IllegalStateException
- if throwException is set to 'true' and no or more than one valid IdentifiableTimespanI object is found.static IdentifiableTimespanI getValid(java.util.Collection c, java.util.Date d, boolean ignoreTime)
static IdentifiableTimespanI getValid(java.util.Collection c, java.util.Date d, boolean ignoreTime, boolean $throw)
static IdentifiableTimespanI getValid(java.util.Collection c, java.util.Date d, boolean ignoreTime, boolean $throw, java.lang.Class onlyOfClass)
static java.util.Map getAllOverlapping(java.util.Collection col, boolean sameDayOverlaps)
col
- The collection of IdentifiableTimespanI objects to check for overlaps.sameDayOverlaps
- A boolean indicating whether same-day overlaps should be considered.
Set to 'true' to include same-day overlaps, 'false' otherwise.static java.util.Map getAllOverlapping(java.util.Collection col)
col
- The collection of IdentifiableTimespanI objects to check for overlaps.onlyOfClass
- The Class object representing the specific subclass of IdentifiableTimespanI.
Only objects of this class or its subclasses will be considered for overlap.sameDayOverlaps
- A boolean indicating whether same-day overlaps should be considered.
Set to 'true' to include same-day overlaps, 'false' otherwise.static java.util.Map getAllOverlapping(java.util.Collection col, java.lang.Class onlyOfClass)
static java.util.Map getAllOverlapping(java.util.Collection col, java.lang.Class onlyOfClass, boolean sameDayOverlaps)
static java.util.Map getAllOverlappingWith(IdentifiableTimespanI candidate, java.util.Collection col, boolean sameDayOverlaps)
candidate
- The candidate IdentifiableTimespanI object to check for overlaps.col
- The collection of IdentifiableTimespanI objects to compare against.sameDayOverlaps
- A boolean indicating whether same-day overlaps should be considered.
Set to 'true' to include same-day overlaps, 'false' otherwise.static java.util.Map getAllOverlappingWith(IdentifiableTimespanI candidate, java.util.Collection col)
candidate
- The candidate IdentifiableTimespanI object to check for overlaps.col
- The collection of IdentifiableTimespanI objects to compare against.onlyOfClass
- The Class object representing the specific subclass of IdentifiableTimespanI.
Only objects of this class or its subclasses will be considered for overlap.sameDayOverlaps
- A boolean indicating whether same-day overlaps should be considered.
Set to 'true' to include same-day overlaps, 'false' otherwise.static java.util.Map getAllOverlappingWith(IdentifiableTimespanI candidate, java.util.Collection col, java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass)
static java.util.Map getAllOverlappingWith(IdentifiableTimespanI candidate, java.util.Collection col, java.lang.Class<? extends IdentifiableTimespanI> onlyOfClass, boolean sameDayOverlaps)
static IdentifiableTimespanI getOldestValid(java.util.Collection c)
static IdentifiableTimespanI getOldestValid(java.util.Collection c, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getNewestValid(java.util.Collection c)
static IdentifiableTimespanI getNewestValid(java.util.Collection c, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getNewestValidBefore(java.util.Collection c, java.util.Date limit)
static IdentifiableTimespanI getNewestValidBefore(java.util.Collection c, java.util.Date limit, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getOldestValidBefore(java.util.Collection c, java.util.Date limit)
static IdentifiableTimespanI getOldestValidBefore(java.util.Collection c, java.util.Date limit, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getNewestValidAfter(java.util.Collection c, java.util.Date limit)
static IdentifiableTimespanI getNewestValidAfter(java.util.Collection c, java.util.Date limit, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getOldestValidAfter(java.util.Collection c, java.util.Date limit)
static IdentifiableTimespanI getOldestValidAfter(java.util.Collection c, java.util.Date limit, java.lang.Class onlyOfClass)
static IdentifiableTimespanI getOldestOrNewestValidBeforeOrAfter(java.util.Collection<IdentifiableTimespanI> c, java.util.Date d, java.lang.Class onlyOfClass, boolean returnOldest, boolean before)
sortByStartDate
- if true, will use the start date of timespans for sorting. if false, the end date is used instead.before
- if true, will check if a timespan has started before or at the given date.
if false, will check if a timespan has ended after or at the given datereturnOldest
- if true, return the oldest timespan before or after the given date
if false return the newest timespan before or after the given datestatic IdentifiableTimespanI getOldestOrNewestValidBeforeOrAfter(java.util.Collection<IdentifiableTimespanI> c, java.util.Date d, java.lang.Class onlyOfClass, boolean returnOldest, boolean before, boolean nullDateIsValid)
static boolean isTimespanCompletelyCovered(java.util.Collection col)
from
- Date check starting from this date, may be null (null = infinite)upto
- Date check until this date, may be null (null = infinite)static boolean isTimespanCompletelyCovered(java.util.Collection col, java.util.Date from)
static boolean isTimespanCompletelyCovered(java.util.Collection col, java.util.Date from, java.util.Date upto)
static boolean isTimespanCompletelyCovered(java.util.Collection col, java.util.Date from, java.util.Date upto, java.lang.Class<? extends IdentifiableTimespanI> onlyOfClazz)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.