planetj.fdmanager.magic
Class CreateFDsForTableRequest
java.lang.Object
  |
  +--planetj.html.AbstractHTMLRenderer
        |
        +--planetj.magic.AbstractMagicRequest
              |
              +--planetj.magic.MagicRequest
                    |
                    +--planetj.magic.SystemRequest
                          |
                          +--planetj.magic.LibraryRequest
                                |
                                +--planetj.magic.TableRequest
                                      |
                                      +--planetj.fdmanager.magic.CreateFDsForTableRequest
- All Implemented Interfaces: 
 - Cloneable, IFeature, IHTMLRenderer, IMagicRequest, IRenderer, Serializable
 
- public class CreateFDsForTableRequest
- extends TableRequest
  
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
| 
Constructor Summary | 
CreateFDsForTableRequest(String pId,
                         javax.servlet.http.HttpServletRequest pRequest,
                         javax.servlet.http.HttpServletResponse pResponse)
 
          CreateLibraryFDsRequest constructor comment. | 
CreateFDsForTableRequest(String pId,
                         javax.servlet.http.HttpServletRequest pRequest,
                         javax.servlet.http.HttpServletResponse pResponse,
                         String pSystemSessionId,
                         String pLibraryNameParam,
                         String pTableNameParam)
 
          CreateLibraryFDsRequest constructor comment. | 
 
| 
Method Summary | 
 IMagicRequest | 
execute(javax.servlet.http.HttpServletRequest pRequest,
        javax.servlet.http.HttpServletResponse pResuest,
        DataEngineServlet pServlet)
 
          This method will create FieldDescriptors from DatabaseMetaData for all the Fields in a
  RowCollection identified by the id in the constructor. | 
 
 
 
 
 
| Methods inherited from class planetj.magic.AbstractMagicRequest | 
addLinkedRequestAfter, addLinkedRequestBefore, appendUnsupportedHTMLMessage, clone, clone, equals, executeAll, getAnchorName, getBaseField, getBaseRow, getBaseRowCollection, getCurrentURI, getDefaultEndNavigationGroup, getFailMessage, getFeatureLevel, getFirstRequest, getId, getKey, getLastRequest, getMagicServletURI, getMagicURI, getNextURI, getRequestAttribute, getRequestParameter, getRequestParameterValues, getSessionAttribute, getSharedSessionAttribute, getSuccessMessage, hasLinkedRequestsAfter, hasLinkedRequestsBefore, isApplicable, isCompleted, isEndNavigationGroup, isPopup, isReturnToRequester, isSaveResults, isStartNewNavigationGroup, 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, isStartNewNavigationGroup, setBaseField, setBaseRow, setRowEventListener | 
 
 
 
 
CreateFDsForTableRequest
public CreateFDsForTableRequest(String pId,
                                javax.servlet.http.HttpServletRequest pRequest,
                                javax.servlet.http.HttpServletResponse pResponse)
- CreateLibraryFDsRequest constructor comment.
 
CreateFDsForTableRequest
public CreateFDsForTableRequest(String pId,
                                javax.servlet.http.HttpServletRequest pRequest,
                                javax.servlet.http.HttpServletResponse pResponse,
                                String pSystemSessionId,
                                String pLibraryNameParam,
                                String pTableNameParam)
- CreateLibraryFDsRequest constructor comment.
 
execute
public IMagicRequest execute(javax.servlet.http.HttpServletRequest pRequest,
                             javax.servlet.http.HttpServletResponse pResuest,
                             DataEngineServlet pServlet)
                      throws CMException
- This method will create FieldDescriptors from DatabaseMetaData for all the Fields in a
  RowCollection identified by the id in the constructor.
- Specified by:
 execute in interface IMagicRequest- Specified by:
 execute in class AbstractMagicRequest
 
- Returns:
 - IMagicRequest
CMException