Class ImplementationDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.ImplementationDataBinderImpl
-
- All Implemented Interfaces:
ImplementationDataBinder
public class ImplementationDataBinderImpl extends Object implements ImplementationDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactoryentityFactoryprotected static LoggerLOG
-
Constructor Summary
Constructors Constructor Description ImplementationDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Implementationcreate(ImplementationTO implementationTO)ImplementationTOgetImplementationTO(Implementation implementation)voidupdate(Implementation implementation, ImplementationTO implementationTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
ImplementationDataBinderImpl
public ImplementationDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
create
public Implementation create(ImplementationTO implementationTO)
- Specified by:
createin interfaceImplementationDataBinder
-
update
public void update(Implementation implementation, ImplementationTO implementationTO)
- Specified by:
updatein interfaceImplementationDataBinder
-
getImplementationTO
public ImplementationTO getImplementationTO(Implementation implementation)
- Specified by:
getImplementationTOin interfaceImplementationDataBinder
-
-