Package com.skava.business.factoryimpl
Class NotesEntityFactoryImpl
java.lang.Object
com.skava.business.factoryimpl.NotesEntityFactoryImpl
- All Implemented Interfaces:
NotesEntityFactory
This service class implements NotesEntityFactory and handles the transformation of Domain to Entity.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNotesEntity
(NotesDomain notesDomain, UsersEntity usersEntity)
-
Constructor Details
-
NotesEntityFactoryImpl
public NotesEntityFactoryImpl()
-
-
Method Details
-
createNotesEntity
- Specified by:
createNotesEntity
in interfaceNotesEntityFactory
- 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.
-