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