Uses of Class
apps.mathpadapp.controllerapp.usercontroller.UserInfo

Packages that use UserInfo
apps.mathpadapp.controllerapp.assignmentcontroller   
 

Uses of UserInfo in apps.mathpadapp.controllerapp.assignmentcontroller
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller that return types with arguments of type UserInfo
 java.util.HashMap<UserInfo,AssignmentInfo> AssignmentSession.getReceivedData()
          Gets the received data.
 java.util.List<UserInfo> AssignmentSession.getRecipients()
          Gets the recipients.
 

Method parameters in apps.mathpadapp.controllerapp.assignmentcontroller with type arguments of type UserInfo
 void AssignmentSession.setReceivedData(java.util.HashMap<UserInfo,AssignmentInfo> receivedData)
          Sets the received data.
 void AssignmentSession.setRecipients(java.util.List<UserInfo> receipents)
          Sets the recipients.
 

Constructor parameters in apps.mathpadapp.controllerapp.assignmentcontroller with type arguments of type UserInfo
AssignmentSession(java.lang.String sessionId, Assignment assignment, java.util.List<UserInfo> recipients)
          Instantiates a new assignment session.