Class InMemoryJobEventFinder
- java.lang.Object
-
- it.tidalwave.util.spi.HierarchicFinderSupport<T,F>
-
- it.tidalwave.util.spi.FinderWithIdSupport<JobEvent,InMemoryJobEvent,ProjectRegistry.JobEventFinder>
-
- it.tidalwave.accounting.model.impl.InMemoryJobEventFinderSupport
-
- it.tidalwave.accounting.model.impl.InMemoryJobEventFinder
-
- All Implemented Interfaces:
ProjectRegistry.JobEventFinder
,it.tidalwave.util.Finder<JobEvent>
,it.tidalwave.util.spi.ExtendedFinderSupport<JobEvent,ProjectRegistry.JobEventFinder>
,it.tidalwave.util.spi.FinderWithId<JobEvent,ProjectRegistry.JobEventFinder>
,java.io.Serializable
,java.lang.Cloneable
public class InMemoryJobEventFinder extends InMemoryJobEventFinderSupport
- Author:
- Fabrizio Giudici
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InMemoryJobEventFinder(InMemoryJobEventFinder other, java.lang.Object override)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<JobEvent>
findAll()
-
Methods inherited from class it.tidalwave.accounting.model.impl.InMemoryJobEventFinderSupport
findById, getDuration, getEarnings
-
Methods inherited from class it.tidalwave.util.spi.FinderWithIdSupport
computeResults, streamImpl, withId
-
Methods inherited from class it.tidalwave.util.spi.HierarchicFinderSupport
clone, clone, clonedWith, computeNeededResults, count, from, getContexts, getSource, max, ofType, results, sort, sort, toString, withContext
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface it.tidalwave.util.spi.ExtendedFinderSupport
from, max, sort, sort, withContext
-
Methods inherited from interface it.tidalwave.util.Finder
count, firstResult, iterator, ofType, optionalFirstResult, optionalResult, result, results, stream
-
Methods inherited from interface it.tidalwave.accounting.model.ProjectRegistry.JobEventFinder
withId
-
-
-
-
Constructor Detail
-
InMemoryJobEventFinder
public InMemoryJobEventFinder(@Nonnull InMemoryJobEventFinder other, @Nonnull java.lang.Object override)
-
-
Method Detail
-
findAll
@Nonnull protected java.util.List<JobEvent> findAll()
- Overrides:
findAll
in classit.tidalwave.util.spi.FinderWithIdSupport<JobEvent,InMemoryJobEvent,ProjectRegistry.JobEventFinder>
-
-