Uses of Class
edu.wpi.prc.user.Volunteer

Packages that use Volunteer
edu.wpi.prc.server   
edu.wpi.prc.server.test   
edu.wpi.prc.server.transitioner   
edu.wpi.prc.task   
edu.wpi.prc.task.test   
edu.wpi.prc.user   
edu.wpi.prc.user.test   
 

Uses of Volunteer in edu.wpi.prc.server
 

Methods in edu.wpi.prc.server that return Volunteer
private  Volunteer ServerRPCHandler.findUser(java.lang.String userID, java.lang.String eMailAddress)
          Finds the volunteer in the database with the given user ID.
 

Uses of Volunteer in edu.wpi.prc.server.test
 

Fields in edu.wpi.prc.server.test declared as Volunteer
private  Volunteer LocalTransitionerTest.user
           
 

Uses of Volunteer in edu.wpi.prc.server.transitioner
 

Methods in edu.wpi.prc.server.transitioner with parameters of type Volunteer
private  Result[] LocalTransitioner.getResultsFromUser(Volunteer v)
          Gets all results returned by the specified user.
 WorkUnit LocalTransitioner.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.
 WorkUnit Transitioner.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.
 WorkUnit RemoteTransitioner.getWorkUnit(Volunteer v)
           
 WorkUnit RemoteTransitionerProxy.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.
 

Uses of Volunteer in edu.wpi.prc.task
 

Fields in edu.wpi.prc.task declared as Volunteer
private  Volunteer Result.volunteer
           
 

Fields in edu.wpi.prc.task with type parameters of type Volunteer
private  java.util.Set<Volunteer> WorkUnit.users
           
 

Methods in edu.wpi.prc.task that return Volunteer
 Volunteer Result.getVolunteer()
           
 Volunteer WorkUnit.removeUser(Volunteer user)
          Remove a user from the set of users associated with this work unit.
 

Methods in edu.wpi.prc.task that return types with arguments of type Volunteer
 java.util.Set<Volunteer> WorkUnit.getUsers()
           
 

Methods in edu.wpi.prc.task with parameters of type Volunteer
 void WorkUnit.assignUser(Volunteer user)
          Add a user to the set of users associated with this work unit, and increments the assignment count.
 boolean WorkUnit.hasUser(Volunteer user)
          Tests whether this work unit has been assigned to the given user.
 Volunteer WorkUnit.removeUser(Volunteer user)
          Remove a user from the set of users associated with this work unit.
 void Result.setVolunteer(Volunteer user)
           
 

Method parameters in edu.wpi.prc.task with type arguments of type Volunteer
protected  void WorkUnit.setUsers(java.util.Set<Volunteer> users)
           
 

Uses of Volunteer in edu.wpi.prc.task.test
 

Fields in edu.wpi.prc.task.test declared as Volunteer
private  Volunteer WorkUnitTest.v
           
private  Volunteer ResultTest.v
           
 

Uses of Volunteer in edu.wpi.prc.user
 

Methods in edu.wpi.prc.user that return Volunteer
 Volunteer[] Volunteer.find()
          Finds all Volunteers in the database that match the attributes set in the this Volunteer.
static Volunteer[] Volunteer.findAll()
          Finds all Volunteers in the database.
 

Uses of Volunteer in edu.wpi.prc.user.test
 

Fields in edu.wpi.prc.user.test declared as Volunteer
private  Volunteer VolunteerTest.v