edu.jhu.tmaj.servlet.response.impl
Class UsersSessionsGetResponse

java.lang.Object
  extended by edu.jhu.tmaj.servlet.response.SuccessResponse
      extended by edu.jhu.tmaj.servlet.response.impl.UsersSessionsGetResponse
All Implemented Interfaces:
CommandResponse, java.io.Serializable

public final class UsersSessionsGetResponse
extends SuccessResponse
implements java.io.Serializable

Contains a List of UserPermissions for a particular Session. The List contains all the users who have access to a particular session, along with whether or not the access is read or write.

See Also:
Serialized Form

Constructor Summary
UsersSessionsGetResponse(java.util.List list)
           
 
Method Summary
 java.util.List getUserPermissionsList()
           
 
Methods inherited from class edu.jhu.tmaj.servlet.response.SuccessResponse
getError, isSuccessful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsersSessionsGetResponse

public UsersSessionsGetResponse(java.util.List list)
Method Detail

getUserPermissionsList

public java.util.List getUserPermissionsList()