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 EntityFactoryentityFactory
-
Constructor Summary
Constructors Constructor Description RelationshipTypeDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelationshipTypecreate(RelationshipTypeTO relationshipTypeTO)RelationshipTypeTOgetRelationshipTypeTO(RelationshipType relationshipType)voidupdate(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:
createin interfaceRelationshipTypeDataBinder
-
update
public void update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
- Specified by:
updatein interfaceRelationshipTypeDataBinder
-
getRelationshipTypeTO
public RelationshipTypeTO getRelationshipTypeTO(RelationshipType relationshipType)
- Specified by:
getRelationshipTypeTOin interfaceRelationshipTypeDataBinder
-
-