Uses of Class
org.salespointframework.time.Interval
Packages that use Interval
Package
Description
Accountancy subsystem.
The order subsystem.
The time subsystem abstracting the concept of business time.
-
Uses of Interval in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return types with arguments of type IntervalModifier and TypeMethodDescriptionAccountancy.find(Interval interval, TemporalAmount duration) Accountancy.salesVolume(Interval interval, TemporalAmount duration) Returns the sum of the fieldamountof allAccountancyEntrys which have theirdatewithin (including)fromandto.Methods in org.salespointframework.accountancy with parameters of type IntervalModifier and TypeMethodDescriptionReturns allAccountancyEntrys that were created in the givenInterval.Accountancy.find(Interval interval, TemporalAmount duration) Accountancy.salesVolume(Interval interval, TemporalAmount duration) Returns the sum of the fieldamountof allAccountancyEntrys which have theirdatewithin (including)fromandto. -
Uses of Interval in org.salespointframework.order
Methods in org.salespointframework.order with parameters of type IntervalModifier and TypeMethodDescriptionOrderManagement.findBy(UserAccount userAccount, Interval interval) Returns allOrders from the givenUserAccountin between the datesfromandto, including from and to. -
Uses of Interval in org.salespointframework.time
Methods in org.salespointframework.time that return IntervalModifier and TypeMethodDescriptionInterval.IntervalBuilder.to(LocalDateTime end) Creates anIntervalfrom the current start time until the given end time.Interval.IntervalBuilder.withLength(TemporalAmount amount) Creates a newIntervalfrom the current start time adding the givenTemporalAmountto it.Methods in org.salespointframework.time that return types with arguments of type IntervalMethods in org.salespointframework.time with parameters of type Interval