org.kuali.rice.krad.util
Class SessionTicket

java.lang.Object
  extended by org.kuali.rice.krad.util.SessionTicket
All Implemented Interfaces:
Serializable

public class SessionTicket
extends Object
implements Serializable

Holds information on an action (ticket type name) and context (ticketContext) that has been performed and can be placed in the UserSession objectMap. This can be checked for by subsequent session requests to determine if the action has already taken place (for example a Question or document action where the action is not recorded on the document or form).

See Also:
Serialized Form

Constructor Summary
SessionTicket(String ticketTypeName)
           
 
Method Summary
 Map<String,String> getTicketContext()
           
 String getTicketTypeName()
           
 void setTicketContext(Map<String,String> ticketContext)
           
 void setTicketTypeName(String ticketTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionTicket

public SessionTicket(String ticketTypeName)
Method Detail

getTicketTypeName

public String getTicketTypeName()

setTicketTypeName

public void setTicketTypeName(String ticketTypeName)

getTicketContext

public Map<String,String> getTicketContext()

setTicketContext

public void setTicketContext(Map<String,String> ticketContext)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.