Package com._1c.g5.v8.dt.pw.ui.builders
Class PrintWizardParser
java.lang.Object
com._1c.g5.v8.dt.pw.ui.builders.PrintWizardParser
Parse object manager module and commands modules
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classField selected in templatestatic classParse result, got from parserstatic classFields selected in template
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleancompareQueries(String defaultQuery, QuerySchema defaultQuerySchema, String query, QuerySchema querySchema, org.eclipse.core.resources.IProject poject, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Compare queries for print wizardstatic org.eclipse.emf.ecore.EReferencefindFeature(org.eclipse.emf.ecore.EObject object, String name) Find feature in EObjectstatic List<?>getAllTemplates(org.eclipse.emf.ecore.EObject parent) Get all templates from objectstatic List<PrintWizardParser.ParseResult>parse(org.eclipse.emf.ecore.EObject object) Parse manager module, command mobule and template
- 
Field Details- 
HEADER_NAME- See Also:
 
- 
HEADER_NAME_RU- See Also:
 
- 
FOOTER_NAME- See Also:
 
- 
FOOTER_NAME_RU- See Also:
 
- 
PRINT_WIZARD_END- See Also:
 
- 
PRINT_WIZARD_START_RU- See Also:
 
- 
PRINT_WIZARD_START- See Also:
 
 
- 
- 
Method Details- 
parseParse manager module, command mobule and template- Parameters:
- object- - parent MD object
- Returns:
- parse result
 
- 
findFeaturepublic static org.eclipse.emf.ecore.EReference findFeature(org.eclipse.emf.ecore.EObject object, String name) Find feature in EObject- Parameters:
- object- - EObject
- name- - feature name
- Returns:
- feature. Return null if feature not found.
 
- 
compareQueriespublic static boolean compareQueries(String defaultQuery, QuerySchema defaultQuerySchema, String query, QuerySchema querySchema, org.eclipse.core.resources.IProject poject, IV8ProjectManager v8ProjectManager, IBmModelManager bmModelManager) Compare queries for print wizard- Parameters:
- defaultQuery- - default print wizard query, cannot be- null
- defaultQuerySchema- - default QuerySchema, cannot be- null
- query- - query for compare, cannot be- null
- querySchema- - QuerySchema, cannot be- null
- project- - project, cannot be- null
- v8ProjectManager- - v8 Project Manager, cannot be- null
- bmModelManager-- IBmModelManagerservice reference, cannot be- null
- Returns:
- true if queries equals for print wizard
 
- 
getAllTemplatesGet all templates from object- Parameters:
- parent- - parent object
- Returns:
- templates collection
 
 
-