|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.Action org.figure8.join.control.JoinAction org.figure8.join.control.action.PhysicalEnvironmentActions
public class PhysicalEnvironmentActions
Struts action used for managing physical environments within Join application.
Field Summary | |
---|---|
static java.lang.String |
CHANGES_OP
Operation code for getting environment configuration changes for tracking period |
static java.lang.String |
CONFIG_OP
Operation code for getting environment configuration details at specified date |
static java.lang.String |
DETAILS_OP
Operation code for getting details on a specified PhysicalEnvironment view |
static java.lang.String |
DUPLICATE_ENVIRONMENT_KEY
The request scope attribute under which is stored the PhysicalEnvironment that has raised a DuplicateEntityException during save of another one. |
static java.lang.String |
ENVIRONMENT_KEY
The session scope attribute under which the PhysicalEnvironment object currently selected by our logged-in User is stored. |
static java.lang.String |
ENVIRONMENTS_KEY
The request scope attribute under which the retrieved PhysicalEnvironments list is stored. |
static java.lang.String |
LOAD_OP
Operation code for loading a specific PhysicalEnvironment |
static java.lang.String |
LOGICAL_ENVIRONMENT_KEY
The request scope attribute under which the LogicalENvironment object selected is stored. |
static java.lang.String |
SAVE_OP
Operation code for saving a PhysicalEnvironment (create or update) |
static java.lang.String |
TRACKING_VIEW_KEY
The request scope attribute under which the configuration changes view for a tracking period is stored. |
static java.lang.String |
VIEW_DATE_KEY
The request scope attribute under which the date corresponding to environment configuration view is stored. |
static java.lang.String |
VIEW_OP
Operation code for accessing PhysicalEnvironment view screen |
Fields inherited from class org.figure8.join.control.JoinAction |
---|
BODY_ATTRIBUTE, BODY_PARAMETER, EXCEPTION_KEY, GUI_KEY, OP_PARAMETER, REND_MAIN, REND_NONE, REND_PARAMETER, REND_POPUP, XHR_PARAMETER |
Fields inherited from class org.apache.struts.action.Action |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
PhysicalEnvironmentActions()
Creates a new PhysicalEnvironmentActions. |
Method Summary | |
---|---|
org.apache.struts.action.ActionForward |
doExecute(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Abstract method that subclasses must implement. |
protected org.apache.struts.action.ActionForward |
getEnvironmentChanges(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Load a specified physical environment from datastore and get its configuration changes during specified period (use startDate and endDate from form). |
protected org.apache.struts.action.ActionForward |
getEnvironmentConfigAtDate(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Load a specified physical environmnet from datastore ad get its configuration a precise datetime (use startDate, startHour and startMin from form). |
protected org.apache.struts.action.ActionForward |
getEnvironmentDetails(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Load a specified physical environment from datastore and fill form with it. |
protected org.apache.struts.action.ActionForward |
loadEnvironment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Load a specified physical environment from datastore and fill form with it. |
protected org.apache.struts.action.ActionForward |
saveEnvironment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Save a physical environment into datastore. |
void |
setEnvironmentManager(EnvironmentManager envManager)
|
Methods inherited from class org.figure8.join.control.JoinAction |
---|
execute, getUserContainer, isLoggedIn, isXhrRequest, removeObsoleteForm |
Methods inherited from class org.apache.struts.action.Action |
---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOAD_OP
public static final java.lang.String SAVE_OP
public static final java.lang.String VIEW_OP
public static final java.lang.String DETAILS_OP
public static final java.lang.String CONFIG_OP
public static final java.lang.String CHANGES_OP
public static final java.lang.String ENVIRONMENT_KEY
public static final java.lang.String LOGICAL_ENVIRONMENT_KEY
public static final java.lang.String ENVIRONMENTS_KEY
public static final java.lang.String VIEW_DATE_KEY
public static final java.lang.String TRACKING_VIEW_KEY
public static final java.lang.String DUPLICATE_ENVIRONMENT_KEY
Constructor Detail |
---|
public PhysicalEnvironmentActions()
Method Detail |
---|
public void setEnvironmentManager(EnvironmentManager envManager)
envManager
- The EnvironmentManager implementation instance to usepublic org.apache.struts.action.ActionForward doExecute(java.lang.String operation, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
JoinAction
doExecute
in class JoinAction
operation
- String representing the operation to invoke on Actionmapping
- Mapping between forwards name and path for this actionform
- The form object containing request parametersrequest
- The servlet container request wrapperresponse
- The servlet container response wrapper
java.lang.Exception
- such as InfraStructureExceptions ...protected org.apache.struts.action.ActionForward loadEnvironment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward saveEnvironment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward getEnvironmentDetails(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward getEnvironmentConfigAtDate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected org.apache.struts.action.ActionForward getEnvironmentChanges(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |