Uses of Interface
com.skava.merchandise.service.FindProjectNotesService
Packages that use FindProjectNotesService
Package
Description
Service Implementations available in the Merchandise Service are defined in this package.
Rest Controllers available in the Merchandise Services are maintained in this package.
-
Uses of FindProjectNotesService in com.skava.merchandise.service.impl
Classes in com.skava.merchandise.service.impl that implement FindProjectNotesServiceModifier and TypeClassDescriptionclass
This Class is used to convert the request given into domain model and pass it to process where the find operation for note happen. -
Uses of FindProjectNotesService in com.skava.merchandise.web
Constructors in com.skava.merchandise.web with parameters of type FindProjectNotesServiceModifierConstructorDescriptionNoteController
(CreateProjectNotesService createProjectNotesService, FindAllProjectNotesService findAllProjectNotesService, FindProjectNotesService findProjectNotesService)