Interface AuthModuleDataBinder
-
- All Known Implementing Classes:
AuthModuleDataBinderImpl
public interface AuthModuleDataBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthModulecreate(AuthModuleTO authModuleTO)AuthModuleTOgetAuthModuleTO(AuthModule authModule)AuthModuleupdate(AuthModule authModule, AuthModuleTO authModuleTO)
-
-
-
Method Detail
-
create
AuthModule create(AuthModuleTO authModuleTO)
-
update
AuthModule update(AuthModule authModule, AuthModuleTO authModuleTO)
-
getAuthModuleTO
AuthModuleTO getAuthModuleTO(AuthModule authModule)
-
-