|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataManager | |
com.cgiams.esl.fp | |
com.cgiams.esl.fp.em | |
com.cgiams.esl.fp.pp | |
com.cgiams.esl.util |
Uses of DataManager in com.cgiams.esl.fp |
Methods in com.cgiams.esl.fp with parameters of type DataManager | |
java.util.Map |
FlowPreProcessManager.executePreProcess(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_submittal_model,
java.util.Map ao_preprocess_manager_params,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments)
This method will perform an implementation specific preprocessor step for specified Submittal Model map. |
java.util.Map |
FlowExportManager.exportResults(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_arguments_submission,
java.util.Map ao_arguments_export_mananger,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments,
java.lang.String as_results_file_name,
byte[] ab_data_set)
This method will perform an implementation specific export of the specified data set. |
Uses of DataManager in com.cgiams.esl.fp.em |
Methods in com.cgiams.esl.fp.em with parameters of type DataManager | |
java.util.Map |
FileExportManager.exportResults(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_arguments_submission,
java.util.Map ao_arguments_export_mananger,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments,
java.lang.String as_results_file_name,
byte[] ab_data_set)
This method will export the specified results to a file. |
java.util.Map |
CDXExportManager.exportResults(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_arguments_submission,
java.util.Map ao_arguments_export_mananger,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments,
java.lang.String as_results_file_name,
byte[] ab_data_set)
This method will export the specified results to the CDX Network Node. |
Uses of DataManager in com.cgiams.esl.fp.pp |
Methods in com.cgiams.esl.fp.pp with parameters of type DataManager | |
java.util.Map |
DefaultFPPreProcessManager.executePreProcess(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_submittal_model,
java.util.Map ao_preprocess_manager_params,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments)
This method will execute a predefined set of DDL SQL specified for the incoming Submittal Model map. |
Uses of DataManager in com.cgiams.esl.util |
Classes in com.cgiams.esl.util that implement DataManager | |
class |
CustomDataManagerImpl
This class is merely an object shell for verifying multiple data access layers can be created through the DataManagerFactory object. |
class |
DefaultDataManagerImpl
This class is the deafult implementation for the Data Access Layer and currently uses iBATIS for executing SQL. |
Methods in com.cgiams.esl.util that return DataManager | |
DataManager |
DataManagerFactory.getDataManager(java.lang.String as_config_file)
Retrieves a new default DataManager object intialized by the incoming configuration file. |
DataManager |
DataManagerFactory.getDataManager(java.lang.String as_manager_class_name,
java.lang.String as_config_file)
Creates a new DataManager instance for the given manager class name and initialized by the incoming SQL configuration file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |