|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationshipDao
Interface defining operations for retrieving Relationships
for IScheduleOwners and IScheduleVisitors.
| Method Summary | |
|---|---|
List<Relationship> |
forOwner(IScheduleOwner owner)
Return a List of Relationships with
the specified IScheduleOwner. |
List<Relationship> |
forVisitor(IScheduleVisitor visitor)
Return a List of Relationships with
the specified IScheduleVisitor. |
| Method Detail |
|---|
List<Relationship> forOwner(IScheduleOwner owner)
List of Relationships with
the specified IScheduleOwner.
Do not return null; if there are no results for specified owner
return an empty List.
owner -
List of Relationships including the IScheduleOwner.List<Relationship> forVisitor(IScheduleVisitor visitor)
List of Relationships with
the specified IScheduleVisitor.
Do not return null; if there are no results for specified visitor
return an empty List.
visitor -
List of Relationships including the IScheduleVisitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||