Uses of Class
arta.synergy.web.common.client.data.bp.docflow.docfiles.DocFile

Packages that use DocFile
arta.synergy.ejb.bp.docflow   
arta.synergy.ejb.bp.docflow.doc_files   
arta.synergy.ejb.bp.importexport   
arta.synergy.ejb.bp.xml   
arta.synergy.ejb.xml   
arta.synergy.web.common.client.data.xml   
 

Uses of DocFile in arta.synergy.ejb.bp.docflow
 

Methods in arta.synergy.ejb.bp.docflow that return types with arguments of type DocFile
 ServerResult<java.util.ArrayList<DocFile>> DocFlowConfigurator.getAllDocFiles(java.lang.String locale)
           
 ServerResult<DocFile> DocFlowConfigurator.getDocFile(java.lang.String fileID, java.lang.String locale)
           
 ServerResult<java.util.ArrayList<DocFile>> DocFlowConfigurator.getDocFiles(java.lang.String parentFileID, boolean showClosed, int year, java.lang.String locale)
           
 ServerResult<java.util.ArrayList<DocFile>> DocFlowConfigurator.getParentDocFiles(java.lang.String fileID, java.lang.String locale)
           
 ServerResult<DocFile> DocFlowConfigurator.saveDocFile(DocFile file, java.lang.String locale, java.lang.String actorID, java.lang.String host)
           
 

Methods in arta.synergy.ejb.bp.docflow with parameters of type DocFile
 ServerResult<DocFile> DocFlowConfigurator.saveDocFile(DocFile file, java.lang.String locale, java.lang.String actorID, java.lang.String host)
           
 

Method parameters in arta.synergy.ejb.bp.docflow with type arguments of type DocFile
 ServerResult<java.lang.String> DocFlowConfigurator.importExportConfigurator(java.lang.String host, java.lang.String userID, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
 ServerResult<java.lang.String> DocFlowConfigurator.importExportConfigurator(java.lang.String host, java.lang.String userID, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
 ServerResult<java.lang.String> DocFlowConfigurator.importExportConfigurator(java.lang.String host, java.lang.String userID, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
 

Uses of DocFile in arta.synergy.ejb.bp.docflow.doc_files
 

Methods in arta.synergy.ejb.bp.docflow.doc_files that return types with arguments of type DocFile
static ServerResult<java.util.ArrayList<DocFile>> DocFilesManager.getAllDocFiles(java.lang.String locale)
           
static ServerResult<DocFile> DocFilesManager.getDocFile(java.lang.String fileID, java.lang.String locale)
           
static ServerResult<java.util.ArrayList<DocFile>> DocFilesManager.getDocFiles(java.lang.String parentFileID, boolean showClosed, int year, java.lang.String locale)
           
static ServerResult<DocFile> DocFilesManager.getParentDocFile(java.lang.String fileID, java.lang.String locale)
          Метод возвращающий родительское дело
static ServerResult<java.util.ArrayList<DocFile>> DocFilesManager.getParentDocFiles(java.lang.String fileID, java.lang.String locale)
           
static ServerResult<DocFile> DocFilesManager.saveDocFile(DocFile f, java.lang.String locale)
           
 

Methods in arta.synergy.ejb.bp.docflow.doc_files with parameters of type DocFile
static ServerResult<DocFile> DocFilesManager.saveDocFile(DocFile f, java.lang.String locale)
           
 

Uses of DocFile in arta.synergy.ejb.bp.importexport
 

Constructor parameters in arta.synergy.ejb.bp.importexport with type arguments of type DocFile
ImportExportConfiguratorManager(javax.ejb.EJBContext context, java.lang.String host, java.lang.String userId, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
ImportExportConfiguratorManager(javax.ejb.EJBContext context, java.lang.String host, java.lang.String userId, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
ImportExportConfiguratorManager(javax.ejb.EJBContext context, java.lang.String host, java.lang.String userId, java.lang.String locale, java.util.List<arta.remote.client.groups.Group> addGroupsList, java.util.List<arta.remote.client.groups.Group> changeGroupsList, java.util.List<arta.remote.client.groups.Group> deleteGroupsList, java.util.List<Counter> addCountersList, java.util.List<Counter> changeCountersList, java.util.List<Counter> deleteCountersList, java.util.List<Form> addFormsList, java.util.List<Form> changeFormsList, java.util.List<Form> deleteFormsList, java.util.List<RiskType> addRiskTypesList, java.util.List<RiskType> changeRiskTypesList, java.util.List<RiskType> deleteRiskTypesList, java.util.List<arta.remote.client.categories.Category> addCategoriesList, java.util.List<arta.remote.client.categories.Category> changeCategoriesList, java.util.List<arta.remote.client.categories.Category> deleteCategoriesList, java.util.List<DocFile> addDocFilesList, java.util.List<DocFile> changeDocFilesList, java.util.List<DocFile> deleteDocFilesList, RegistryCreateMenuItemList addRegistryCreateMenuItemsList, RegistryCreateMenuItemList changeRegistryCreateMenuItemsList, RegistryCreateMenuItemList deleteRegistryCreateMenuItemsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<ActionsCategory> addActionsCategoriesList, java.util.List<ActionsCategory> changeActionsCategoriesList, java.util.List<ActionsCategory> deleteActionsCategoriesList, java.util.HashMap<java.lang.String,java.lang.String> settingsName, java.lang.String changeProtocolTemplate, java.lang.String changeProtocolRowTemplate, java.lang.String changeProtocolDummyRowTemplate, java.util.List<arta.remote.client.roles.Role> addRolesList, java.util.List<arta.remote.client.roles.Role> changeRolesList, java.util.List<arta.remote.client.roles.Role> deleteRolesList, java.util.List<arta.remote.client.metadata.Metadata> addMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> changeMetadatasList, java.util.List<arta.remote.client.metadata.Metadata> deleteMetadatasList, java.util.List<NumberTemplate> addNumbersTemplateList, java.util.List<NumberTemplate> changeNumbersTemplateList, java.util.List<NumberTemplate> deleteNumbersTemplateList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> addDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> changeDictionaryDefinitionsList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> deleteDictionaryDefinitionsList, java.lang.String changeLogo)
           
 

Uses of DocFile in arta.synergy.ejb.bp.xml
 

Method parameters in arta.synergy.ejb.bp.xml with type arguments of type DocFile
 java.lang.String FormsEJB.createXML(java.util.List<Counter> counterList, java.util.List<arta.remote.client.groups.Group> groupList, java.util.List<Form> formList, java.util.List<RiskType> riskTypeList, java.util.List<arta.remote.client.categories.Category> categoryList, java.util.List<NotificationPeriods> notificationPeriodsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<NumberTemplate> numberTemplateList, java.util.List<Register> registerList, java.util.List<DocType> docTypeList, java.util.List<DocTemplate> docTemplateList, java.util.List<arta.remote.client.roles.Role> roleList, java.util.List<arta.remote.client.metadata.Metadata> metadataList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> dictionaryDefinitionList, java.util.List<DocFile> docFileList, java.util.List<ActionsCategory> actionsCategoryList, java.util.List<arta.remote.client.Folder> folderList, java.util.List<PRStructureNode> prStructureNodeList, java.util.List<AdminSystemPointer> adminSystemPointerList, java.util.List<IndicatorRange> indicatorRangeList, java.util.List<Registry> registryList, java.util.List<RepositoryItem> repositoryItemList, java.util.List<PRForm> prFormList, java.util.List<CardForm> posCardFormList, java.util.List<CardForm> depCardFormList, java.util.List<StaffAction> staffActionList, RegistryCreateMenuItemList registryCreateMenuItemList, Calendar calendar, java.lang.String image, java.util.List<arta.reports.common.gwt.client.Report> reportList, java.lang.String protocolTemplate, java.lang.String protocolRowTemplate, java.lang.String protocolDummyRowTemplate)
           
 

Uses of DocFile in arta.synergy.ejb.xml
 

Method parameters in arta.synergy.ejb.xml with type arguments of type DocFile
 java.lang.String CreateXMLFileLogic.createXML(java.util.List<Counter> counterList, java.util.List<arta.remote.client.groups.Group> groupList, java.util.List<Form> formList, java.util.List<RiskType> riskTypeList, java.util.List<arta.remote.client.categories.Category> categoryList, java.util.List<NotificationPeriods> notificationPeriodsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<NumberTemplate> numberTemplateList, java.util.List<Register> registerList, java.util.List<DocType> docTypeList, java.util.List<DocTemplate> docTemplateList, java.util.List<arta.remote.client.roles.Role> roleList, java.util.List<arta.remote.client.metadata.Metadata> metadataList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> dictionaryDefinitionList, java.util.List<DocFile> docFileList, java.util.List<ActionsCategory> actionsCategoryList, java.util.List<arta.remote.client.Folder> folderList, java.util.List<PRStructureNode> prStructureNodeList, java.util.List<AdminSystemPointer> adminSystemPointerList, java.util.List<IndicatorRange> indicatorRangeList, java.util.List<Registry> registryList, java.util.List<RepositoryItem> repositoryItemList, java.util.List<PRForm> prFormList, java.util.List<CardForm> posCardFormList, java.util.List<CardForm> depCardFormList, java.util.List<StaffAction> staffActionList, RegistryCreateMenuItemList registryCreateMenuItemList, Calendar calendar, java.lang.String image, java.util.List<arta.reports.common.gwt.client.Report> reportList, java.lang.String protocolTemplate, java.lang.String protocolRowTemplate, java.lang.String protocolDummyRowTemplate)
           
 void ImportExportDOMLogic.setData(java.io.File file, ConfigurationFile configurationFile, java.util.List<Counter> countersList, java.util.List<arta.remote.client.groups.Group> groupsList, java.util.List<Form> formsList, java.util.List<RiskType> riskTypeList, java.util.List<arta.remote.client.categories.Category> categoryList, java.util.List<NotificationPeriods> notificationPeriodsList, arta.synergy.web.common.client.settings.Settings settings, java.util.List<DocFile> docFileList, java.util.List<NumberTemplate> numberTemplateList, java.util.List<Register> registerList, java.util.List<DocType> docTypeList, java.util.List<DocTemplate> docTemplateList, java.util.List<ActionsCategory> actionsCategoryList, RegistryCreateMenuItemList registryCreateMenuItemList, java.util.List<arta.remote.client.roles.Role> rolesList, java.util.List<arta.remote.client.metadata.Metadata> metadataList, java.util.List<arta.remote.client.Folder> foldersList, java.util.List<kz.arta.synergy.web.gwt.shared.dictionary.DictionaryDefinition> dictionaryDefinitionList)
           
 

Uses of DocFile in arta.synergy.web.common.client.data.xml
 

Methods in arta.synergy.web.common.client.data.xml that return types with arguments of type DocFile
 java.util.HashMap<DocFile,DocFileChange> ImportExportDOM.getDocFileChangeHashMap()
           
 java.util.List<DocFile> CreateXMLFile.getDocFileList()
           
 java.util.List<DocFile> ConfigurationFile.getDocFiles()
           
 java.util.List<DocFile> ImportExportDOM.getDocFilesActualList()
           
 java.util.List<DocFile> ImportExportDOM.getDocFilesAddList()
           
 java.util.List<DocFile> ImportExportDOM.getDocFilesChangedList()
           
 java.util.List<DocFile> ImportExportDOM.getDocFilesExpectedList()
           
 java.util.List<DocFile> ImportExportDOM.getDocFilesRemoveList()
           
 

Method parameters in arta.synergy.web.common.client.data.xml with type arguments of type DocFile
 void ImportExportDOM.setDocFileChangeHashMap(java.util.HashMap<DocFile,DocFileChange> docFileChangeHashMap)
           
 void CreateXMLFile.setDocFileList(java.util.List<DocFile> docFileList)
           
 void ConfigurationFile.setDocFiles(java.util.List<DocFile> docFiles)
           
 void ImportExportDOM.setDocFilesActualList(java.util.List<DocFile> docFilesActualList)
           
 void ImportExportDOM.setDocFilesAddList(java.util.List<DocFile> docFilesAddList)
           
 void ImportExportDOM.setDocFilesChangedList(java.util.List<DocFile> docFilesChangedList)
           
 void ImportExportDOM.setDocFilesExpectedList(java.util.List<DocFile> docFilesExpectedList)
           
 void ImportExportDOM.setDocFilesRemoveList(java.util.List<DocFile> docFilesRemoveList)
           
 



Copyright © 2000 Dummy Corp. All Rights Reserved.