planetj.dataengine.possiblevalues
Class PVSearchOperationRequest
java.lang.Object
planetj.magic.AbstractMagicRequest
planetj.magic.MagicRequest
planetj.dataengine.application.magic.AbstractOperationRequest
planetj.dataengine.application.magic.ViewSQLOperationRequest
planetj.dataengine.possiblevalues.PVSearchOperationRequest
- All Implemented Interfaces:
- IFeature, IMagicRequest, java.io.Serializable
- public class PVSearchOperationRequest
- extends ViewSQLOperationRequest
- Author:
- Wesley King
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
Fields inherited from interface planetj.magic.IMagicRequest |
IS_COMPLETE, MAGIC_REQUEST, MAGIC_REQUEST_CLASS, MAGIC_REQUEST_PARAM1, MAGIC_REQUEST_RC, SAME_URI, TYPE, TYPE_PAGE, TYPE_SESSION, TYPE_STATIC, USER_REQUEST_ATTRIBUTES_STORED |
Method Summary |
IMagicRequest |
execute(HttpServletRequest request,
HttpServletResponse response,
DataEngineServlet servlet)
Override execute method comment to allow an associated row to be determined. |
static java.lang.String |
getFieldInputName(HttpServletRequest request)
Gets the input field name out of the request. |
java.lang.String |
getInputName()
Get the name of the input field that will be put in the
request so any PVSearchActionRequests no what to populate. |
void |
setInputName(java.lang.String name)
Set the name of the input field that will be put in the
request so any PVSearchActionRequests no what to populate. |
Methods inherited from class planetj.magic.AbstractMagicRequest |
addLinkedRequestAfter, addLinkedRequestBefore, appendUnsupportedHTMLMessage, changeMode, clone, clone, equals, executeAll, getAnchorName, getBaseField, getBaseRow, getBaseRowCollection, getCurrentURI, getDefaultEndNavigationGroup, getFailMessage, getFeatureLevel, getFirstRequest, getId, getKey, getLastRequest, getMagicRequestParameter, getMagicServletURI, getMagicURI, getNextURI, getPleaseWaitJSP, getRequestAttribute, getRequestParameter, getRequestParameterValues, getSessionAttribute, getSharedSessionAttribute, getSuccessMessage, hasLinkedRequestsAfter, hasLinkedRequestsBefore, isApplicable, isCompleted, isEndNavigationGroup, isLoadParameterValuesFromRequest, isOverridePrimaryNavigation, isPopup, isRepeatable, isReturnToRequester, isSaveResults, postexecute, postExecute, preexecute, preExecute, processPleaseWait, removeRequestAttribute, removeSessionAttribute, removeSharedSessionAttribute, setAnchorName, setBaseField, setBaseRow, setBaseRowCollection, setCompleted, setEndNavigationGroup, setFailMessage, setId, setLoadParameterValuesFromRequest, setNextURI, setNextURI, setNextURI, setNextURIs, setOverridePrimaryNavigation, setPopup, setRepeatable, setRequestGroupAttribute, setRequestPageAttribute, setRequestPersistentAttribute, setRequestTransientAttribute, setReturnToRequester, setRowEventListener, setSessionAttribute, setSessionSharedAttribute, setStartNewNavigationGroup, setSuccessMessage |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface planetj.magic.IMagicRequest |
addLinkedRequestAfter, addLinkedRequestBefore, executeAll, getBaseField, getBaseRow, getCurrentURI, getFirstRequest, getId, getKey, getLastRequest, getMagicRequestParameter, getMagicURI, getNextURI, isCompleted, isEndNavigationGroup, isOverridePrimaryNavigation, isRepeatable, isReturnToRequester, isSaveResults, postExecute, preExecute, setBaseField, setBaseRow, setBaseRowCollection, setEndNavigationGroup, setNextURI, setOverridePrimaryNavigation, setRepeatable, setRowEventListener, setStartNewNavigationGroup |
PV_SEARCH_INPUT_FIELD
public static final java.lang.String PV_SEARCH_INPUT_FIELD
- See Also:
- Constant Field Values
PVSearchOperationRequest
public PVSearchOperationRequest(PossibleValuesSearchOperation operation,
HttpServletRequest request,
HttpServletResponse response)
- Constructor.
execute
public IMagicRequest execute(HttpServletRequest request,
HttpServletResponse response,
DataEngineServlet servlet)
throws CMException
- Description copied from class:
ViewSQLOperationRequest
- Override execute method comment to allow an associated row to be determined.
- Specified by:
execute
in interface IMagicRequest
- Overrides:
execute
in class ViewSQLOperationRequest
- Throws:
CMException
setInputName
public void setInputName(java.lang.String name)
- Set the name of the input field that will be put in the
request so any PVSearchActionRequests no what to populate.
getInputName
public java.lang.String getInputName()
- Get the name of the input field that will be put in the
request so any PVSearchActionRequests no what to populate.
getFieldInputName
public static java.lang.String getFieldInputName(HttpServletRequest request)
- Gets the input field name out of the request.