Uses of Class
com.storedobject.core.AbstractPeriod
Packages that use AbstractPeriod
-
Uses of AbstractPeriod in com.storedobject.core
Subclasses of AbstractPeriod in com.storedobject.coreModifier and TypeClassDescriptionclassRepresentation of a period of time when the start and end points areDates.classRepresentation of a period of time where the start and end points areTimes.classRepresentation of a period of time where the start and end points areTimestamps.Methods in com.storedobject.core with type parameters of type AbstractPeriodModifier and TypeMethodDescription<D extends Date,P extends AbstractPeriod<D>>
PSystemEntity.period(P periodGMT) Convert a period value from GMT to local.<D extends Date,P extends AbstractPeriod<D>>
PTransactionManager.period(P periodGMT) Convert a period value from GMT to local.<D extends Date,P extends AbstractPeriod<D>>
PSystemEntity.periodGMT(P period) Convert a period value from local to GMT.<D extends Date,P extends AbstractPeriod<D>>
PTransactionManager.periodGMT(P period) Convert a period value from local to GMT.Methods in com.storedobject.core with parameters of type AbstractPeriodModifier and TypeMethodDescriptionSystemUser.getSessionLog(AbstractPeriod<?> period, boolean reverse, String server) SystemUser.getSessionLog(AbstractPeriod<?> period, String server) booleanAbstractPeriod.overlaps(AbstractPeriod<?> other) Checks if this period overlaps with another period.