Uses of Class
com.skava.model.domain.NotesDomain
Packages that use NotesDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of NotesDomain in com.skava.business.factory
Methods in com.skava.business.factory that return NotesDomainModifier and TypeMethodDescriptionNotesDomainFactory.createNotesDomainFromDTO
(Notes notes) This method converts theNotes
object toNotesDomain
object.NotesDomainFactory.createNotesDomainFromEntity
(NotesEntity notes, CollectionEntity collectionEntity, UsersEntity usersEntity) Methods in com.skava.business.factory that return types with arguments of type NotesDomainModifier and TypeMethodDescriptionNotesDomainFactory.createNotesEntityListDO
(List<NotesEntity> notes, long collectionId) Methods in com.skava.business.factory with parameters of type NotesDomainModifier and TypeMethodDescriptionNotesFactory.createNotes
(NotesDomain notes) This method converts theNotes
object fromNotesDomain
object.NotesEntityFactory.createNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity) Method parameters in com.skava.business.factory with type arguments of type NotesDomain -
Uses of NotesDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return NotesDomainModifier and TypeMethodDescriptionNotesDomainFactoryImpl.createNotesDomainFromDTO
(Notes notes) This method converts theNotes
object toNotesDomain
object.NotesDomainFactoryImpl.createNotesDomainFromEntity
(NotesEntity notes, CollectionEntity collectionEntity, UsersEntity userEntity) Methods in com.skava.business.factoryimpl that return types with arguments of type NotesDomainModifier and TypeMethodDescriptionNotesDomainFactoryImpl.createNotesEntityListDO
(List<NotesEntity> notes, long collectionId) Methods in com.skava.business.factoryimpl with parameters of type NotesDomainModifier and TypeMethodDescriptionNotesFactoryImpl.createNotes
(NotesDomain notesDomain) This method converts theNotes
object fromNotesDomain
object.NotesEntityFactoryImpl.createNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity) Method parameters in com.skava.business.factoryimpl with type arguments of type NotesDomain