Class DelegationDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.DelegationDataBinderImpl
-
- All Implemented Interfaces:
DelegationDataBinder
public class DelegationDataBinderImpl extends Object implements DelegationDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactoryentityFactoryprotected static LoggerLOGprotected RoleDAOroleDAOprotected UserDAOuserDAO
-
Constructor Summary
Constructors Constructor Description DelegationDataBinderImpl(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Delegationcreate(DelegationTO delegationTO)DelegationTOgetDelegationTO(Delegation delegation)Delegationupdate(Delegation delegation, DelegationTO delegationTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
userDAO
protected final UserDAO userDAO
-
roleDAO
protected final RoleDAO roleDAO
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
DelegationDataBinderImpl
public DelegationDataBinderImpl(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)
-
-
Method Detail
-
create
public Delegation create(DelegationTO delegationTO)
- Specified by:
createin interfaceDelegationDataBinder
-
update
public Delegation update(Delegation delegation, DelegationTO delegationTO)
- Specified by:
updatein interfaceDelegationDataBinder
-
getDelegationTO
public DelegationTO getDelegationTO(Delegation delegation)
- Specified by:
getDelegationTOin interfaceDelegationDataBinder
-
-