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