Class SchemaDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.SchemaDataBinderImpl
- All Implemented Interfaces:
SchemaDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeClassDAO
protected final AnyTypeDAO
protected final AnyUtilsFactory
protected final DerSchemaDAO
protected final EntityFactory
protected final ImplementationDAO
protected static final Logger
protected final PlainSchemaDAO
protected final ExternalResourceDAO
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaDataBinderImpl
(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(DerSchemaTO schemaTO) create
(PlainSchemaTO schemaTO) protected DerSchema
fill
(DerSchema schema, DerSchemaTO schemaTO) protected PlainSchema
fill
(PlainSchema schema, PlainSchemaTO schemaTO) getDerSchemaTO
(String key) getPlainSchemaTO
(String key) update
(DerSchemaTO schemaTO, DerSchema schema) update
(PlainSchemaTO schemaTO, PlainSchema schema)
-
Field Details
-
LOG
-
anyTypeClassDAO
-
plainSchemaDAO
-
derSchemaDAO
-
resourceDAO
-
anyTypeDAO
-
implementationDAO
-
entityFactory
-
anyUtilsFactory
-
-
Constructor Details
-
SchemaDataBinderImpl
public SchemaDataBinderImpl(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory)
-
-
Method Details
-
fill
-
create
- Specified by:
create
in interfaceSchemaDataBinder
-
update
- Specified by:
update
in interfaceSchemaDataBinder
-
getPlainSchemaTO
- Specified by:
getPlainSchemaTO
in interfaceSchemaDataBinder
-
fill
-
create
- Specified by:
create
in interfaceSchemaDataBinder
-
update
- Specified by:
update
in interfaceSchemaDataBinder
-
getDerSchemaTO
- Specified by:
getDerSchemaTO
in interfaceSchemaDataBinder
-