Package com.skava.business.factory
Interface NotesEntityFactory
- All Known Implementing Classes:
NotesEntityFactoryImpl
public interface NotesEntityFactory
An interface to define the factory for creating Notes Entity objects.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity)
-
Method Details
-
createNotesEntity
- Parameters:
notesDomain
- HoldsNotesDomain
object which is used to transfer notes domain to notes entity object.usersEntity
- HoldsUsersEntity
object which is used for assigning userId in notesDomain object.- Returns:
- The
NotesEntity
object.
-