Uses of Class
com.skava.model.datatransferobjects.Notes
Packages that use Notes
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user DTO model classes.
This package contains the user response model classes.
This package contains the controller classes.
-
Uses of Notes in com.skava.business.factory
Methods in com.skava.business.factory that return NotesModifier and TypeMethodDescriptionNotesFactory.createNotes
(NotesDomain notes) This method converts theNotes
object fromNotesDomain
object.Methods in com.skava.business.factory that return types with arguments of type NotesMethods in com.skava.business.factory with parameters of type NotesModifier and TypeMethodDescriptionNotesDomainFactory.createNotesDomainFromDTO
(Notes notes) This method converts theNotes
object toNotesDomain
object. -
Uses of Notes in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return NotesModifier and TypeMethodDescriptionNotesFactoryImpl.createNotes
(NotesDomain notesDomain) This method converts theNotes
object fromNotesDomain
object.Methods in com.skava.business.factoryimpl that return types with arguments of type NotesMethods in com.skava.business.factoryimpl with parameters of type NotesModifier and TypeMethodDescriptionNotesDomainFactoryImpl.createNotesDomainFromDTO
(Notes notes) This method converts theNotes
object toNotesDomain
object. -
Uses of Notes in com.skava.model.datatransferobjects
Constructors in com.skava.model.datatransferobjects with parameters of type Notes -
Uses of Notes in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type NotesModifierConstructorDescriptionNotesResponse
(Notes notes) Instantiates a new NotesResponse object.Constructor parameters in com.skava.model.responses with type arguments of type NotesModifierConstructorDescriptionNotesGetAllResponse
(List<Notes> notes, PageableInfo pageableInfo) Instantiates a new NotesGetAllResponse object. -
Uses of Notes in com.skava.web
Methods in com.skava.web that return types with arguments of type NotesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Notes>
NotesController.createNotes
(Long userId, Long collectionId, Notes notes, String authToken, String locale, String version, long storeId) This service is used to create a notes for the specific user.Methods in com.skava.web with parameters of type Notes