Interface AuthProfileDataBinder
-
- All Known Implementing Classes:
AuthProfileDataBinderImpl
public interface AuthProfileDataBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthProfilecreate(AuthProfileTO authProfileTO)AuthProfileTOgetAuthProfileTO(AuthProfile authProfile)AuthProfileupdate(AuthProfile authProfile, AuthProfileTO authProfileTO)
-
-
-
Method Detail
-
getAuthProfileTO
AuthProfileTO getAuthProfileTO(AuthProfile authProfile)
-
create
AuthProfile create(AuthProfileTO authProfileTO)
-
update
AuthProfile update(AuthProfile authProfile, AuthProfileTO authProfileTO)
-
-