|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IImportTemplate | |
---|---|
pl.edu.agh.cast.importer.base.process | Provides CAST Importer ImportProcess class. |
pl.edu.agh.cast.importer.base.template | Defines templates for import process. |
pl.edu.agh.cast.importer.base.template.exception | Provides CAST Importer Template exceptions. |
pl.edu.agh.cast.importer.base.template.internal | Provides CAST Importer Templates internal classes. |
pl.edu.agh.cast.importer.base.util | Provides CAST Importer various general utility classes for the base data importer. |
pl.edu.agh.cast.importer.wizard.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
pl.edu.agh.cast.importer.wizard.template | Provides CAST Importer wizard's templates management classes. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.base.process |
---|
Methods in pl.edu.agh.cast.importer.base.process that return IImportTemplate | |
---|---|
IImportTemplate |
ImportProcess.getTemplate()
|
Methods in pl.edu.agh.cast.importer.base.process with parameters of type IImportTemplate | |
---|---|
void |
ImportProcess.setTemplate(IImportTemplate template)
Sets the template. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.base.template |
---|
Classes in pl.edu.agh.cast.importer.base.template that implement IImportTemplate | |
---|---|
class |
ImportTemplate
Default implementation of IImportTemplate . |
Methods in pl.edu.agh.cast.importer.base.template that return IImportTemplate | |
---|---|
IImportTemplate |
IImportTemplate.createCopy()
Creates a copy of this template. |
IImportTemplate |
ImportTemplate.createCopy()
Creates a copy of this template. |
IImportTemplate |
ImportTemplateManager.createTemplateBasedOnImportProcess(ImportProcess process,
String name,
String description)
Creates new import template based on given ImportProcess object with given name and description. |
IImportTemplate |
ImportTemplateManager.getTemplate(UUID templateId)
Gets template with specified id. |
IImportTemplate |
ITemplateProvider.importTemplateFromFile(File file)
Imports template from a given file. |
IImportTemplate |
ImportTemplateManager.importTemplateFromFile(File file,
IMsgBoxHelper msgBoxHelper)
Imports template from a given file using defined ITemplateProvider . |
Methods in pl.edu.agh.cast.importer.base.template that return types with arguments of type IImportTemplate | |
---|---|
Collection<IImportTemplate> |
ITemplateProvider.readTemplates()
Reads import templates. |
Methods in pl.edu.agh.cast.importer.base.template with parameters of type IImportTemplate | |
---|---|
boolean |
ImportTemplateGroup.addTemplate(IImportTemplate template)
Add template to this group. |
void |
ImportTemplateManager.addTemplateToGroup(ImportTemplateGroup group,
IImportTemplate template)
Adds a given template to a given group. |
boolean |
ImportTemplateGroup.containsTemplate(IImportTemplate template)
Checks if a given template belongs to this group. |
void |
ITemplateProvider.exportTemplateToFile(IImportTemplate template,
File file)
Writes given template to the file. |
void |
ITemplateProvider.saveTemplate(IImportTemplate template)
Saves given template. |
void |
ImportTemplateManager.saveTemplate(IImportTemplate template,
ImportTemplateGroup group)
Adds newly created template to default template group. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.base.template.exception |
---|
Methods in pl.edu.agh.cast.importer.base.template.exception that return IImportTemplate | |
---|---|
IImportTemplate |
TemplateException.getTemplate()
|
Methods in pl.edu.agh.cast.importer.base.template.exception that return types with arguments of type IImportTemplate | |
---|---|
Collection<IImportTemplate> |
ReadingTemplatesException.getTemplates()
|
Constructors in pl.edu.agh.cast.importer.base.template.exception with parameters of type IImportTemplate | |
---|---|
TemplateException(String msg,
IImportTemplate template)
Constructor. |
|
TemplateException(String msg,
IImportTemplate template,
Exception e)
Constructor. |
Constructor parameters in pl.edu.agh.cast.importer.base.template.exception with type arguments of type IImportTemplate | |
---|---|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates)
Constructor. |
|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates,
Collection<ImportTemplateGroup> groups,
Collection<? extends Exception> exceptions)
Constructor. |
|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates,
Collection<ImportTemplateGroup> groups,
Exception e)
Constructor. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.base.template.internal |
---|
Methods in pl.edu.agh.cast.importer.base.template.internal that return IImportTemplate | |
---|---|
IImportTemplate |
XmlTemplateProvider.importTemplateFromFile(File file)
Imports template from a given file. |
Methods in pl.edu.agh.cast.importer.base.template.internal that return types with arguments of type IImportTemplate | |
---|---|
Collection<IImportTemplate> |
XmlTemplateProvider.readTemplates()
Reads import templates. |
Methods in pl.edu.agh.cast.importer.base.template.internal with parameters of type IImportTemplate | |
---|---|
void |
XmlTemplateProvider.exportTemplateToFile(IImportTemplate template,
File file)
Writes given template to the file. |
void |
XmlTemplateProvider.saveTemplate(IImportTemplate template)
Saves given template. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.base.util |
---|
Methods in pl.edu.agh.cast.importer.base.util with parameters of type IImportTemplate | |
---|---|
ITabularData<DataRow> |
ConversionPreviewGenerator.generatePreview(IImportTemplate template,
String filePath)
Generates conversion preview for input file and input template. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.wizard.page |
---|
Methods in pl.edu.agh.cast.importer.wizard.page with parameters of type IImportTemplate | |
---|---|
void |
InitImportPage.notifyTemplateSelection(IImportTemplate selectedTemplate)
Method called by the InitImportPageComposite when a template is selected. |
Uses of IImportTemplate in pl.edu.agh.cast.importer.wizard.template |
---|
Methods in pl.edu.agh.cast.importer.wizard.template that return IImportTemplate | |
---|---|
IImportTemplate |
TemplateTreeEntry.getElement()
|
IImportTemplate |
TemplateManagementPresenter.getSelectedTemplate()
|
IImportTemplate |
TemplateManagementPresenter.handleImportTemplate(File file,
IMsgBoxHelper msgBoxHelper)
Handle import from file. |
Methods in pl.edu.agh.cast.importer.wizard.template with parameters of type IImportTemplate | |
---|---|
void |
ITemplateSelectionListener.selectionChanged(IImportTemplate selected)
Notifies about template selection change. |
void |
TemplateManagementPresenter.selectionChanged(IImportTemplate selected)
Notifies about template selection change. |
void |
TemplatesManagementComposite.selectionChanged(IImportTemplate selected)
Notifies about template selection change. |
void |
ITemplateManagementView.showCannotRemoveTemplateError(IImportTemplate template,
TemplateException e)
Notifies user that an error occurred removing a given template. |
void |
TemplatesManagementComposite.showCannotRemoveTemplateError(IImportTemplate template,
TemplateException e)
Notifies user that an error occurred removing a given template. |
int |
ITemplateManagementView.showRemoveTemplateConfirmationQuestion(IImportTemplate template)
Asks user if he/she wants to remove a given template. |
int |
TemplatesManagementComposite.showRemoveTemplateConfirmationQuestion(IImportTemplate template)
Asks user if he/she wants to remove a given template. |
Constructors in pl.edu.agh.cast.importer.wizard.template with parameters of type IImportTemplate | |
---|---|
TemplateTreeEntry(IImportTemplate element,
TemplateGroupTreeEntry parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |