|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.DataEngineManager
!!DA (7/8/2003 11:34:33 AM) - needs documentation
Field Summary | |
static String |
className
Class name. |
Fields inherited from interface planetj.dataengine.IServletParameters |
ALL, AUTO_RUN, BASE_URL, CACHE_TRACK_ON, CACHE_TRACK_WRITE_TO_FILE, CLEAN_UP_TIME, DATABASE, DRIVER, ENVIRONMENT_MODE, JDBC_OPTIMIZATIONS, MAX_CONNECTIONS, METADATA_LIBRARY, MIN_CONNECTIONS, ORPHAN_TIMEOUT, PASSWORD, PORT, SYSTEM_ALIAS, SYSTEM_ALIAS_PARAM, SYSTEM_URL, USER_ID, USER_PASSWORD |
Fields inherited from interface planetj.dataengine.IJSPPages |
CUSTOM_LOG_ON_JSP, DEFAULT_ADD_BODY_JSP, DEFAULT_EDIT_BODY_JSP, DEFAULT_PARAMS_JSP, DEFAULT_PRINT_PAGE_JSP, DEFAULT_RESULTS_JSP, DEFAULT_ROW_DETAILS, DEFAULT_SQL_OPERATION_RESULTS_JSP, DEFAULT_VIEW_BODY_JSP, DETAILS_JSP, DISPLAY_EXCEPTION_JSP, INITIAL_JSP, SIGN_ON_BODY_JSP, SIGN_ON_JSP, SIGNON_PARAMS_JSP |
Fields inherited from interface planetj.dataengine.application.IApplicationJSPs |
APPLICATION_ADD_JSP, APPLICATION_DETAILS_JSP, APPLICATION_EDIT_JSP, APPLICATION_ERROR_JSP, APPLICATION_HEADER_JSP, APPLICATION_INVALID_LICENSE_JSP, APPLICATION_JSP, APPLICATION_MESSAGE_JSP, APPLICATION_OPERATIONS_TOC, APPLICATION_RESULTS_JSP, APPLICATION_SIGN_ON_JSP, APPLICATION_TEMPLATE_JSP, APPLICATION_TOC_JSP, APPLICATION_VIEW_JSP |
Fields inherited from interface planetj.dataengine.application.IWOWJSPs |
WOW_MAIN_EXCEPTION_JSP, WOW_MANAGE_OPERATIONS_JSP, WOW_STEPS_JSP, WOW_TOC, WOW_VIEW_APPLICATIONS_JSP, WOW_VIEW_CONNECTIONS_JSP |
Constructor Summary | |
DataEngineManager()
|
Method Summary | |
static String |
getContextNavigationKey(Operation operation)
|
static Row |
getCurrentAlternateRow(javax.servlet.http.HttpServletRequest request)
Gets the current Alternate Row from the request. |
static Application |
getCurrentApplication(javax.servlet.http.HttpServletRequest request)
Gets the current executing application from navigation. |
static AbstractContext |
getCurrentContext(javax.servlet.http.HttpServletRequest request)
Gets the current AbstractContext from the request. |
static String |
getCurrentContextKey(javax.servlet.http.HttpServletRequest request)
Gets the current AbstractContext key from the request. |
static ExecutingContext |
getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request)
Deprecated. replaced with getCurrentExecutingContext(HttpServletRequest, HttpServletResponse) to allow proper setting of request and response on executing context. |
static ExecutingContext |
getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets the current executing context |
static Operation |
getCurrentOperation(javax.servlet.http.HttpServletRequest request)
Gets the current Operation from the request. |
static String |
getCurrentOperationKey(javax.servlet.http.HttpServletRequest request)
Gets the current Operation key from the request. |
static Row |
getCurrentRow(javax.servlet.http.HttpServletRequest request)
Gets the current Row from the request. |
static RowCollection |
getCurrentRowCollection(javax.servlet.http.HttpServletRequest request)
Gets the current RowCollection from the request. |
static String |
getCurrentRowCollectionKey(javax.servlet.http.HttpServletRequest request)
Gets the current RowCollection key from the request. |
static String |
getCurrentRowKey(javax.servlet.http.HttpServletRequest request)
Gets the current Row key from the request. |
static SignOnReceipt |
getCurrentUser(javax.servlet.http.HttpServletRequest request)
Gets the current executing application from navigation. |
static ExecutingContext |
getExistingExecutingContext(javax.servlet.http.HttpServletRequest request)
Gets the current executing context |
static int |
getIntMode(javax.servlet.http.HttpServletRequest req)
Gets the current mode as one of the constants defined in the Row class |
static int |
getIntMode(Object mode)
Gets the current mode as one of the constants defined in the Row class |
static LayoutDisplayPropertyGroup |
getLayoutProperties(boolean create,
javax.servlet.http.HttpServletRequest request)
Gets the current layout properties from the navigation request. |
static LayoutDisplayPropertyGroup |
getLayoutProperties(javax.servlet.http.HttpServletRequest request)
Gets the current layout properties from the navigation request. |
static String |
getNavigationSuffix(Operation operation)
|
static String |
getOperationNavigationKey(Operation operation)
|
static RowCollection |
getRowCollection(Operation operation,
javax.servlet.http.HttpServletRequest request)
Gets the RowCollection for the given Operation out of the request. |
static String |
getRowCollectionNavigationKey(Operation operation)
|
static String |
getRowNavigationKey(Operation operation)
|
static UserProperties |
getUserProperties(boolean create,
javax.servlet.http.HttpServletRequest request)
Gets the default UserProperties from the session. |
static UserProperties |
getUserProperties(javax.servlet.http.HttpServletRequest request)
Gets the default UserProperties from the session. |
static void |
handleFeature(IFeature feature,
javax.servlet.http.HttpServletRequest req)
Handles the feature, possibly causing a warning to be displayed |
static void |
setCurrentAlternateRow(Row row,
javax.servlet.http.HttpServletRequest request)
Set the current Alternate Row key. |
static void |
setCurrentApplication(Application application,
javax.servlet.http.HttpServletRequest request)
Gets the current executing application from navigation. |
static void |
setCurrentKeys(Operation operation,
javax.servlet.http.HttpServletRequest request)
Sets the current keys for objects associated with this operation. |
static void |
setCurrentRowCollectionKey(String key,
javax.servlet.http.HttpServletRequest request)
Set the current RowCollection key. |
static void |
setCurrentRowKey(String key,
javax.servlet.http.HttpServletRequest request)
Set the current Row key. |
static void |
setLayoutProperties(LayoutDisplayPropertyGroup layoutProperties,
javax.servlet.http.HttpServletRequest request)
Sets layout properties int the current navigation request. |
static void |
setUserProperties(UserProperties properties,
javax.servlet.http.HttpServletRequest request)
Sets the default UserProperties from the session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String className
Constructor Detail |
public DataEngineManager()
Method Detail |
public static String getContextNavigationKey(Operation operation) throws CMException
CMException
public static Application getCurrentApplication(javax.servlet.http.HttpServletRequest request)
public static AbstractContext getCurrentContext(javax.servlet.http.HttpServletRequest request)
public static String getCurrentContextKey(javax.servlet.http.HttpServletRequest request)
public static ExecutingContext getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request)
public static ExecutingContext getCurrentExecutingContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public static Operation getCurrentOperation(javax.servlet.http.HttpServletRequest request)
public static String getCurrentOperationKey(javax.servlet.http.HttpServletRequest request)
public static Row getCurrentRow(javax.servlet.http.HttpServletRequest request)
public static Row getCurrentAlternateRow(javax.servlet.http.HttpServletRequest request)
public static RowCollection getCurrentRowCollection(javax.servlet.http.HttpServletRequest request)
public static String getCurrentRowCollectionKey(javax.servlet.http.HttpServletRequest request)
public static String getCurrentRowKey(javax.servlet.http.HttpServletRequest request)
public static SignOnReceipt getCurrentUser(javax.servlet.http.HttpServletRequest request)
public static ExecutingContext getExistingExecutingContext(javax.servlet.http.HttpServletRequest request)
public static int getIntMode(Object mode)
public static int getIntMode(javax.servlet.http.HttpServletRequest req)
public static LayoutDisplayPropertyGroup getLayoutProperties(javax.servlet.http.HttpServletRequest request)
public static LayoutDisplayPropertyGroup getLayoutProperties(boolean create, javax.servlet.http.HttpServletRequest request)
public static String getNavigationSuffix(Operation operation) throws CMException
CMException
public static String getOperationNavigationKey(Operation operation) throws CMException
CMException
public static RowCollection getRowCollection(Operation operation, javax.servlet.http.HttpServletRequest request) throws CMException
operation
- Operation used to generate the RowCollection navigation keyrequest
- HttpServletRequest from the client
CMException
public static String getRowCollectionNavigationKey(Operation operation) throws CMException
CMException
public static String getRowNavigationKey(Operation operation) throws CMException
CMException
public static UserProperties getUserProperties(javax.servlet.http.HttpServletRequest request)
public static UserProperties getUserProperties(boolean create, javax.servlet.http.HttpServletRequest request)
public static void handleFeature(IFeature feature, javax.servlet.http.HttpServletRequest req) throws CMException
CMException
public static void setCurrentApplication(Application application, javax.servlet.http.HttpServletRequest request)
public static void setCurrentKeys(Operation operation, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public static void setCurrentRowCollectionKey(String key, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public static void setCurrentRowKey(String key, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public static void setCurrentAlternateRow(Row row, javax.servlet.http.HttpServletRequest request)
public static void setLayoutProperties(LayoutDisplayPropertyGroup layoutProperties, javax.servlet.http.HttpServletRequest request)
public static void setUserProperties(UserProperties properties, javax.servlet.http.HttpServletRequest request)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |