Class SchemaDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.SchemaDataBinderImpl
- All Implemented Interfaces:
SchemaDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeClassDAOprotected final AnyTypeDAOprotected final AnyUtilsFactoryprotected final DerSchemaDAOprotected final EntityFactoryprotected final ImplementationDAOprotected static final Loggerprotected final PlainSchemaDAOprotected 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 DerSchemafill(DerSchema schema, DerSchemaTO schemaTO) protected PlainSchemafill(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:
createin interfaceSchemaDataBinder
-
update
- Specified by:
updatein interfaceSchemaDataBinder
-
getPlainSchemaTO
- Specified by:
getPlainSchemaTOin interfaceSchemaDataBinder
-
fill
-
create
- Specified by:
createin interfaceSchemaDataBinder
-
update
- Specified by:
updatein interfaceSchemaDataBinder
-
getDerSchemaTO
- Specified by:
getDerSchemaTOin interfaceSchemaDataBinder
-