Uses of Class
org.jasig.schedassist.model.Relationship

Packages that use Relationship
org.jasig.schedassist   
 

Uses of Relationship in org.jasig.schedassist
 

Methods in org.jasig.schedassist that return Relationship
 Relationship MutableRelationshipDao.createRelationship(IScheduleOwner owner, IScheduleVisitor visitor, String relationshipDescription)
          Create a relationship between owner and visitor with the 3rd argument being the relationship description.
 

Methods in org.jasig.schedassist that return types with arguments of type Relationship
 List<Relationship> RelationshipDao.forOwner(IScheduleOwner owner)
          Return a List of Relationships with the specified IScheduleOwner.
 List<Relationship> RelationshipDao.forVisitor(IScheduleVisitor visitor)
          Return a List of Relationships with the specified IScheduleVisitor.
 



Copyright © 2012 Jasig. All Rights Reserved.