Interface RelationshipTypeDataBinder
-
- All Known Implementing Classes:
RelationshipTypeDataBinderImpl
public interface RelationshipTypeDataBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipTypecreate(RelationshipTypeTO relationshipTypeTO)RelationshipTypeTOgetRelationshipTypeTO(RelationshipType relationshipType)voidupdate(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
-
-
-
Method Detail
-
create
RelationshipType create(RelationshipTypeTO relationshipTypeTO)
-
update
void update(RelationshipType relationshipType, RelationshipTypeTO relationshipTypeTO)
-
getRelationshipTypeTO
RelationshipTypeTO getRelationshipTypeTO(RelationshipType relationshipType)
-
-