planetj.magic
Class CopyRowRequest
java.lang.Object
  |
  +--planetj.html.AbstractHTMLRenderer
        |
        +--planetj.magic.AbstractMagicRequest
              |
              +--planetj.magic.MagicRequest
                    |
                    +--planetj.magic.RowRequest
                          |
                          +--planetj.magic.CopyRowRequest
- All Implemented Interfaces: 
 - IFeature, IHTMLRenderer, IMagicRequest, IRenderer, Serializable
 
- public class CopyRowRequest
- extends RowRequest
  
- Author:
 
  - PlanetJ Corporation
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
| 
Constructor Summary | 
CopyRowRequest(String pId,
               javax.servlet.http.HttpServletRequest pRequest,
               javax.servlet.http.HttpServletResponse pResponse,
               String pURI,
               String pRowCollectionSessionId,
               String pRowSessionId)
 
          CopyRowRequest constructor comment. | 
CopyRowRequest(String pId,
               javax.servlet.http.HttpServletRequest pRequest,
               javax.servlet.http.HttpServletResponse pResponse,
               String pURI,
               String pRowCollectionSessionId,
               String pRowSessionId,
               boolean pUseRowCollection)
 
          CopyRowRequest constructor comment. | 
 
 
 
 
| Methods inherited from class planetj.magic.AbstractMagicRequest | 
addLinkedRequestAfter, addLinkedRequestBefore, appendUnsupportedHTMLMessage, clone, clone, equals, executeAll, getAnchorName, getBaseField, getBaseRow, getBaseRowCollection, getCurrentURI, getDefaultEndNavigationGroup, getFailMessage, getFirstRequest, getId, getKey, getLastRequest, getMagicServletURI, getMagicURI, getNextURI, getRequestAttribute, getRequestParameter, getRequestParameterValues, getSessionAttribute, getSharedSessionAttribute, getSuccessMessage, hasLinkedRequestsAfter, hasLinkedRequestsBefore, isApplicable, isCompleted, isEndNavigationGroup, isPopup, isReturnToRequester, isSaveResults, preexecute, removeRequestAttribute, removeSessionAttribute, removeSharedSessionAttribute, setAnchorName, setBaseField, setBaseRow, setBaseRowCollection, setCompleted, setEndNavigationGroup, setFailMessage, setId, setNextURI, setNextURI, setNextURIs, setPopup, setRequestGroupAttribute, setRequestPageAttribute, setRequestPersistentAttribute, setRequestTransientAttribute, setReturnToRequester, setRowEventListener, setSessionAttribute, setSessionSharedAttribute, setStartNewNavigationGroup, setSuccessMessage | 
 
 
 
| Methods inherited from interface planetj.magic.IMagicRequest | 
addLinkedRequestAfter, addLinkedRequestBefore, executeAll, getBaseField, getBaseRow, getCurrentURI, getFirstRequest, getId, getKey, getLastRequest, getMagicURI, getNextURI, isCompleted, isEndNavigationGroup, isReturnToRequester, isSaveResults, setBaseField, setBaseRow, setRowEventListener | 
 
 
 
 
KEY_DEFAULT
public static final String KEY_DEFAULT
- See Also:
 - Constant Field Values
 
mUseRowCollection
public boolean mUseRowCollection
CopyRowRequest
public CopyRowRequest(String pId,
                      javax.servlet.http.HttpServletRequest pRequest,
                      javax.servlet.http.HttpServletResponse pResponse,
                      String pURI,
                      String pRowCollectionSessionId,
                      String pRowSessionId)
- CopyRowRequest constructor comment.
 - Parameters:
 pId - java.lang.StringpRequest - javax.servlet.http.HttpServletRequestpResponse - javax.servlet.http.HttpServletResponsepURI - java.lang.StringpRowCollectionSessionId - java.lang.StringpRowSessionId - java.lang.String
CopyRowRequest
public CopyRowRequest(String pId,
                      javax.servlet.http.HttpServletRequest pRequest,
                      javax.servlet.http.HttpServletResponse pResponse,
                      String pURI,
                      String pRowCollectionSessionId,
                      String pRowSessionId,
                      boolean pUseRowCollection)
- CopyRowRequest constructor comment.
 - Parameters:
 pId - java.lang.StringpRequest - javax.servlet.http.HttpServletRequestpResponse - javax.servlet.http.HttpServletResponsepURI - java.lang.StringpRowCollectionSessionId - java.lang.StringpRowSessionId - java.lang.String
copyRow
public Row copyRow(javax.servlet.http.HttpServletRequest pRequest)
            throws CMException
CMException
 
execute
public IMagicRequest execute(javax.servlet.http.HttpServletRequest pRequest,
                             javax.servlet.http.HttpServletResponse pResponse,
                             DataEngineServlet pServlet)
                      throws CMException
- Description copied from class: 
AbstractMagicRequest 
- Execute method comment.
- Specified by:
 execute in interface IMagicRequest- Specified by:
 execute in class AbstractMagicRequest
 
CMException
 
 
getFeatureLevel
public int getFeatureLevel()
- Gets the minimum feature level requried to execute this operation
- Specified by:
 getFeatureLevel in interface IFeature- Overrides:
 getFeatureLevel in class AbstractMagicRequest
 
 
 
isRetrieveAllFieldsOnCopy
public boolean isRetrieveAllFieldsOnCopy(javax.servlet.http.HttpServletRequest pRequest)
                                  throws DataEngineException
DataEngineException
 
isStartNewNavigationGroup
public boolean isStartNewNavigationGroup()
- Description copied from interface: 
IMagicRequest 
- Tests whether or not this magic request needs to start a new 
 navigation group.
- Specified by:
 isStartNewNavigationGroup in interface IMagicRequest- Overrides:
 isStartNewNavigationGroup in class AbstractMagicRequest
 
 
 
isUseRowCollection
public boolean isUseRowCollection()
- Insert the method's description here.
 Creation date: (1/30/2003 9:09:37 AM)
- Returns:
 - boolean
 
 
 
setUseRowCollection
public void setUseRowCollection(boolean newUseRowCollection)
- Insert the method's description here.
 Creation date: (1/30/2003 9:09:37 AM)
- Parameters:
 newUseRowCollection - boolean