|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableRelationshipDao
Extension of RelationshipDao interface that adds
functions for the Available system to create or destroy
Relationships
| Method Summary | |
|---|---|
Relationship |
createRelationship(IScheduleOwner owner,
IScheduleVisitor visitor,
String relationshipDescription)
Create a relationship between owner and visitor with the 3rd argument being the relationship description. |
void |
destroyRelationship(IScheduleOwner owner,
IScheduleVisitor visitor)
Destroy the existing relationship between the owner and visitor. |
| Methods inherited from interface org.jasig.schedassist.RelationshipDao |
|---|
forOwner, forVisitor |
| Method Detail |
|---|
Relationship createRelationship(IScheduleOwner owner,
IScheduleVisitor visitor,
String relationshipDescription)
owner - visitor - relationshipDescription -
void destroyRelationship(IScheduleOwner owner,
IScheduleVisitor visitor)
owner - visitor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||