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 EntityFactory
entityFactory
protected static Logger
LOG
protected RoleDAO
roleDAO
protected UserDAO
userDAO
-
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 Delegation
create(DelegationTO delegationTO)
DelegationTO
getDelegationTO(Delegation delegation)
Delegation
update(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:
create
in interfaceDelegationDataBinder
-
update
public Delegation update(Delegation delegation, DelegationTO delegationTO)
- Specified by:
update
in interfaceDelegationDataBinder
-
getDelegationTO
public DelegationTO getDelegationTO(Delegation delegation)
- Specified by:
getDelegationTO
in interfaceDelegationDataBinder
-
-