planetj.fdmanager.magic
Class ShareFDsForTableRequest
java.lang.Object
|
+--planetj.html.AbstractHTMLRenderer
|
+--planetj.magic.AbstractMagicRequest
|
+--planetj.magic.MagicRequest
|
+--planetj.magic.SystemRequest
|
+--planetj.magic.LibraryRequest
|
+--planetj.magic.TableRequest
|
+--planetj.fdmanager.magic.ShareFDsForTableRequest
- All Implemented Interfaces:
- Cloneable, IFeature, IHTMLRenderer, IMagicRequest, IRenderer, Serializable
- public class ShareFDsForTableRequest
- extends TableRequest
- See Also:
- Serialized Form
Constructor Summary |
ShareFDsForTableRequest(String pId,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
CreateLibraryFDsRequest constructor comment. |
ShareFDsForTableRequest(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 |
ShareFDsForTableRequest
public ShareFDsForTableRequest(String pId,
javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse)
- CreateLibraryFDsRequest constructor comment.
ShareFDsForTableRequest
public ShareFDsForTableRequest(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