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 EntityFactory
entityFactory
protected static Logger
LOG
-
Constructor Summary
Constructors Constructor Description ImplementationDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Implementation
create(ImplementationTO implementationTO)
ImplementationTO
getImplementationTO(Implementation implementation)
void
update(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:
create
in interfaceImplementationDataBinder
-
update
public void update(Implementation implementation, ImplementationTO implementationTO)
- Specified by:
update
in interfaceImplementationDataBinder
-
getImplementationTO
public ImplementationTO getImplementationTO(Implementation implementation)
- Specified by:
getImplementationTO
in interfaceImplementationDataBinder
-
-