Class RelationshipTypeDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.RelationshipTypeDataBinderImpl
-
- All Implemented Interfaces:
RelationshipTypeDataBinder
public class RelationshipTypeDataBinderImpl extends Object implements RelationshipTypeDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactory
entityFactory
-
Constructor Summary
Constructors Constructor Description RelationshipTypeDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelationshipType
create(RelationshipTypeTO relationshipTypeTO)
RelationshipTypeTO
getRelationshipTypeTO(RelationshipType relationshipType)
void
update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
-
-
-
Field Detail
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
RelationshipTypeDataBinderImpl
public RelationshipTypeDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
create
public RelationshipType create(RelationshipTypeTO relationshipTypeTO)
- Specified by:
create
in interfaceRelationshipTypeDataBinder
-
update
public void update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
- Specified by:
update
in interfaceRelationshipTypeDataBinder
-
getRelationshipTypeTO
public RelationshipTypeTO getRelationshipTypeTO(RelationshipType relationshipType)
- Specified by:
getRelationshipTypeTO
in interfaceRelationshipTypeDataBinder
-
-