Uses of Class
pl.edu.agh.cast.importer.base.template.ImportTemplateGroup

Packages that use ImportTemplateGroup
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.wizard.template Provides CAST Importer wizard's templates management classes. 
 

Uses of ImportTemplateGroup in pl.edu.agh.cast.importer.base.template
 

Methods in pl.edu.agh.cast.importer.base.template that return ImportTemplateGroup
protected  ImportTemplateGroup ImportTemplateManager.createNewDefaultGroup()
           
protected  ImportTemplateGroup ImportTemplateManager.retriveDefaultGroup()
           
 

Methods in pl.edu.agh.cast.importer.base.template that return types with arguments of type ImportTemplateGroup
 Collection<ImportTemplateGroup> ImportTemplateManager.getAllTemplateGroups()
           
 Collection<ImportTemplateGroup> ITemplateProvider.readTemplateGroups()
          Reads all template groups.
 

Methods in pl.edu.agh.cast.importer.base.template with parameters of type ImportTemplateGroup
 void ImportTemplateManager.addTemplateToGroup(ImportTemplateGroup group, IImportTemplate template)
          Adds a given template to a given group.
 void ImportTemplateManager.removeTemplateFromGroup(ImportTemplateGroup group, UUID templateId)
          Removes template from a given group.
 void ImportTemplateManager.saveTemplate(IImportTemplate template, ImportTemplateGroup group)
          Adds newly created template to default template group.
 void ITemplateProvider.saveTemplateGroup(ImportTemplateGroup group)
          Saves given template group.
 void ImportTemplateManager.saveTemplateGroup(ImportTemplateGroup group)
          Saves template group.
 

Uses of ImportTemplateGroup in pl.edu.agh.cast.importer.base.template.exception
 

Methods in pl.edu.agh.cast.importer.base.template.exception that return ImportTemplateGroup
 ImportTemplateGroup TemplateException.getGroup()
           
 

Methods in pl.edu.agh.cast.importer.base.template.exception that return types with arguments of type ImportTemplateGroup
 Collection<ImportTemplateGroup> ReadingTemplatesException.getGroups()
           
 

Constructors in pl.edu.agh.cast.importer.base.template.exception with parameters of type ImportTemplateGroup
TemplateException(String msg, ImportTemplateGroup group)
          Constructor.
TemplateException(String msg, ImportTemplateGroup group, Exception e)
          Constructor.
 

Constructor parameters in pl.edu.agh.cast.importer.base.template.exception with type arguments of type ImportTemplateGroup
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 ImportTemplateGroup in pl.edu.agh.cast.importer.base.template.internal
 

Methods in pl.edu.agh.cast.importer.base.template.internal that return types with arguments of type ImportTemplateGroup
 Collection<ImportTemplateGroup> XmlTemplateProvider.readTemplateGroups()
          Reads all template groups.
 

Methods in pl.edu.agh.cast.importer.base.template.internal with parameters of type ImportTemplateGroup
 void XmlTemplateProvider.saveTemplateGroup(ImportTemplateGroup group)
          Saves given template group.
 

Uses of ImportTemplateGroup in pl.edu.agh.cast.importer.wizard.template
 

Methods in pl.edu.agh.cast.importer.wizard.template that return ImportTemplateGroup
 ImportTemplateGroup TemplateGroupTreeEntry.getElement()
           
 

Methods in pl.edu.agh.cast.importer.wizard.template that return types with arguments of type ImportTemplateGroup
 Collection<ImportTemplateGroup> TemplateManagementPresenter.getModel()
           
 

Constructors in pl.edu.agh.cast.importer.wizard.template with parameters of type ImportTemplateGroup
TemplateGroupTreeEntry(ImportTemplateGroup element, Collection<TemplateGroupTreeEntry> parent)
           
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.