Class ConnInstanceDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.ConnInstanceDataBinderImpl
- All Implemented Interfaces:
ConnInstanceDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConnIdBundleManagerprotected final ConnInstanceDAOprotected final EntityFactoryprotected static final Loggerprotected final RealmSearchDAO -
Constructor Summary
ConstructorsConstructorDescriptionConnInstanceDataBinderImpl(ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ConnInstanceTO connInstanceTO) getConnInstanceTO(ConnInstance connInstance) update(ConnInstanceTO connInstanceTO)
-
Field Details
-
LOG
-
connIdBundleManager
-
connInstanceDAO
-
realmSearchDAO
-
entityFactory
-
-
Constructor Details
-
ConnInstanceDataBinderImpl
public ConnInstanceDataBinderImpl(ConnIdBundleManager connIdBundleManager, ConnInstanceDAO connInstanceDAO, RealmSearchDAO realmSearchDAO, EntityFactory entityFactory)
-
-
Method Details
-
create
- Specified by:
createin interfaceConnInstanceDataBinder
-
update
- Specified by:
updatein interfaceConnInstanceDataBinder
-
getConnInstanceTO
- Specified by:
getConnInstanceTOin interfaceConnInstanceDataBinder
-