DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action.form
Class SessionsForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.schemedit.action.form.SessionsForm
All Implemented Interfaces:
Serializable

public final class SessionsForm
extends org.apache.struts.action.ActionForm
implements Serializable

This class uses the getter methods of the ProviderBean and then adds setter methods for editable fields.

Author:
Jonathan Ostwald
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SessionsForm()
           
 
Method Summary
 Map getLockedRecords()
           
 List getSessionBeans()
           
 boolean getShowAnonymousSessions()
           
 void setLockedRecords(Map lockedRecords)
           
 void setSessionBeans(List sessionBeans)
           
 void setShowAnonymousSessions(boolean show)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionsForm

public SessionsForm()
Method Detail

getSessionBeans

public List getSessionBeans()

setSessionBeans

public void setSessionBeans(List sessionBeans)

setLockedRecords

public void setLockedRecords(Map lockedRecords)

getLockedRecords

public Map getLockedRecords()

setShowAnonymousSessions

public void setShowAnonymousSessions(boolean show)

getShowAnonymousSessions

public boolean getShowAnonymousSessions()

DLESE Tools
v1.6.0