Class ImplementationDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.ImplementationDataBinderImpl
- All Implemented Interfaces:
ImplementationDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EntityFactoryprotected static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck(Implementation implementation, Class<?> baseClazz, SyncopeClientException sce) create(ImplementationTO implementationTO) getImplementationTO(Implementation implementation) voidupdate(Implementation implementation, ImplementationTO implementationTO)
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG -
entityFactory
-
-
Constructor Details
-
ImplementationDataBinderImpl
-
-
Method Details
-
create
- Specified by:
createin interfaceImplementationDataBinder
-
update
- Specified by:
updatein interfaceImplementationDataBinder
-
check
-
getImplementationTO
- Specified by:
getImplementationTOin interfaceImplementationDataBinder
-