public class RootManForm
extends java.lang.Object
Constructor and Description |
---|
RootManForm() |
Modifier and Type | Method and Description |
---|---|
Root |
getEditRoot()
If we edited an existing Root, this will contain the altered Root.
|
boolean |
getFlipFlop()
Convienence for jsp.
|
Root |
getNewRoot()
If the user entered a new Root in the jsp, this is it.
|
java.util.List<Root> |
getRoots()
Get the List of Roots
|
int |
getRootsCount()
Fetch the number roots in the roots list
|
java.util.List<Root> |
getRootsToDelete()
Get a List of Roots that the user wants to delete.
|
java.lang.String |
getRootToDelete()
This is the Root that the user selected from the list to delete.
|
BSAccountUserWebSession |
getUserWebSession()
Get the Tomcat Web UserSession
|
void |
setEditRoot(Root editRoot)
If we are editing an existing Root, set this to it.
|
void |
setRoots(java.util.List<Root> s)
Set a List of all Roots for the jsp to use.
|
void |
setRootToDelete(java.lang.String s)
Set the name of the Root to delete
|
void |
setUserWebSession(BSAccountUserWebSession userWebSession)
Set the Tomcat Web UserSession
|
public BSAccountUserWebSession getUserWebSession()
public void setUserWebSession(BSAccountUserWebSession userWebSession)
userWebSession
- The sessionpublic java.util.List<Root> getRoots()
public void setRoots(java.util.List<Root> s)
s
- The List of Rootspublic int getRootsCount()
public boolean getFlipFlop()
public Root getNewRoot()
public java.util.List<Root> getRootsToDelete()
public java.lang.String getRootToDelete()
public void setRootToDelete(java.lang.String s)
s
- The name of the Rootpublic Root getEditRoot()
public void setEditRoot(Root editRoot)
editRoot
- the editRoot to set