Package it.tidalwave.accounting.model
Interface ProjectRegistry
public interface ProjectRegistry
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns aProject.Builderfor adding aProjectto the registry.Returns aProjectRegistry.ProjectFinderfor findingJobEvents.Returns aProjectRegistry.ProjectFinderfor findingProjects.
-
Field Details
-
CustomerRegistry
-
-
Method Details
-
findProjects
Returns aProjectRegistry.ProjectFinderfor findingProjects.- Returns:
- the finder
-
findJobEvents
Returns aProjectRegistry.ProjectFinderfor findingJobEvents.- Returns:
- the finder
-
addProject
Returns aProject.Builderfor adding aProjectto the registry.- Returns:
- the builder
-