Class RelationshipTypeDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.RelationshipTypeDataBinderImpl
- All Implemented Interfaces:
RelationshipTypeDataBinder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRelationshipTypeDataBinderImpl(AnyTypeDAO anyTypeDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(RelationshipTypeTO relationshipTypeTO) getRelationshipTypeTO(RelationshipType relationshipType) voidupdate(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
-
Field Details
-
anyTypeDAO
-
entityFactory
-
-
Constructor Details
-
RelationshipTypeDataBinderImpl
-
-
Method Details
-
create
- Specified by:
createin interfaceRelationshipTypeDataBinder
-
update
- Specified by:
updatein interfaceRelationshipTypeDataBinder
-
getRelationshipTypeTO
- Specified by:
getRelationshipTypeTOin interfaceRelationshipTypeDataBinder
-