public class SystemSetupForm
extends java.lang.Object
Constructor and Description |
---|
SystemSetupForm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbUrl() |
java.lang.String |
getDbUser() |
java.lang.String |
getErrorMessage()
If the Form Controller wants to display an error to the user, it will be here.
|
java.lang.String |
getMessage()
If the Form Controller wants to display a message to the user, it will be here.
|
System |
getSystem() |
BSAccountUserWebSession |
getUserWebSession() |
boolean |
isClickedDeleteCache()
Did the user click on the Delete Cache link?
If so, then display the "Are you sure?" page
|
boolean |
isDeleteCacheConfirmed()
Did the User submit on the Are You Sure page?
|
void |
setClickedDeleteCache(boolean clickedDeleteCache)
Set this if the user clicks the Delete Cache link
|
void |
setDbUrl(java.lang.String dbUrl) |
void |
setDbUser(java.lang.String dbUser) |
void |
setDeleteCacheConfirmed(boolean deleteCacheConfirmed)
Set this in the "Are You Sure" page, if the user submits, then this will be true.
|
void |
setErrorMessage(java.lang.String errorMessage)
Set any error message that is to be displayed to the user in the System Setup page.
|
void |
setMessage(java.lang.String message)
Set any message that is to be displayed to the user in the System Setup page
|
void |
setSystem(System system)
Set the reference to the PicMan System config.
|
void |
setUserWebSession(BSAccountUserWebSession us) |
public BSAccountUserWebSession getUserWebSession()
public void setUserWebSession(BSAccountUserWebSession us)
public System getSystem()
public void setSystem(System system)
system
- The System loaded from the database.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to setpublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the errorMessage to setpublic boolean isClickedDeleteCache()
public void setClickedDeleteCache(boolean clickedDeleteCache)
clickedDeleteCache
- the clickedDeleteCache to setpublic boolean isDeleteCacheConfirmed()
public void setDeleteCacheConfirmed(boolean deleteCacheConfirmed)
deleteCacheConfirmed
- the deleteCacheConfirmed to setpublic java.lang.String getDbUrl()
public void setDbUrl(java.lang.String dbUrl)
dbUrl
- the dbUrl to setpublic java.lang.String getDbUser()
public void setDbUser(java.lang.String dbUser)
dbUser
- the dbUser to set