Package com._1c.g5.v8.dt.pw.ui.builders
Class PrintWizardParser.ParseResult
java.lang.Object
com._1c.g5.v8.dt.pw.ui.builders.PrintWizardParser.ParseResult
- Enclosing class:
- PrintWizardParser
Parse result, got from parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet command groupGet command moduleGet command module positionGet command module procedure positionGet command nameIs custom queryGet manager module positiongetQuery()
Get queryGet select fieldsGet template nameboolean
Is only table previewboolean
Is protectboolean
Is save parametersboolean
Is wthout previewvoid
setCommandGroup
(CommandGroup commandGroup) Get command groupvoid
setCommandModule
(Module commandModule) Set command modulevoid
setCommandModulePosition
(Parser.TextPosition commandModulePosition) Set command module positionvoid
setCommandModuleProcedurePosition
(Parser.TextPosition commandModuleProcedurePosition) Set command module procedure positionvoid
setCommandName
(String commandName) Set command namevoid
setIsCustomQuery
(Boolean isCustomQuery) Set custom queryvoid
setManagerModulePosition
(Parser.TextPosition managerModulePosition) Set manager module positionvoid
setOnlyTablePreview
(boolean isOnlyTablePreview) Set only table previewvoid
setProtect
(boolean isProtect) Set protectvoid
Set queryvoid
setSaveParameters
(boolean isSaveParameters) Set save parametersvoid
setSelectFields
(List<PrintWizardParser.TablesSelectFields> selectFields) Set select fieldsvoid
setTemplateName
(String templateName) Set template namevoid
setWithoutPreview
(boolean isWithoutPreview) Set wthout preview
-
Constructor Details
-
ParseResult
public ParseResult()
-
-
Method Details
-
getCommandName
Get command name- Returns:
- the commandName
-
setCommandName
Set command name- Parameters:
commandName
- the commandName to set
-
getTemplateName
Get template name- Returns:
- the templateName
-
setTemplateName
Set template name- Parameters:
templateName
- the templateName to set
-
getQuery
Get query- Returns:
- the query
-
setQuery
Set query- Parameters:
query
- the query to set
-
isWithoutPreview
public boolean isWithoutPreview()Is wthout preview- Returns:
- the isWithoutPreview
-
setWithoutPreview
public void setWithoutPreview(boolean isWithoutPreview) Set wthout preview- Parameters:
isWithoutPreview
- the isWithoutPreview to set
-
isProtect
public boolean isProtect()Is protect- Returns:
- the isProtect
-
setProtect
public void setProtect(boolean isProtect) Set protect- Parameters:
isProtect
- the isProtect to set
-
isOnlyTablePreview
public boolean isOnlyTablePreview()Is only table preview- Returns:
- the isOnlyTablePreview
-
setOnlyTablePreview
public void setOnlyTablePreview(boolean isOnlyTablePreview) Set only table preview- Parameters:
isOnlyTablePreview
- the isOnlyTablePreview to set
-
isSaveParameters
public boolean isSaveParameters()Is save parameters- Returns:
- the isSaveParameters
-
setSaveParameters
public void setSaveParameters(boolean isSaveParameters) Set save parameters- Parameters:
isSaveParameters
- the isSaveParameters to set
-
getCommandModule
Get command module- Returns:
- the commandModule
-
setCommandModule
Set command module- Parameters:
commandModule
- the commandModule to set
-
getCommandModulePosition
Get command module position- Returns:
- the commandModulePosition
-
setCommandModulePosition
Set command module position- Parameters:
commandModulePosition
- the commandModulePosition to set
-
getCommandModuleProcedurePosition
Get command module procedure position- Returns:
- the commandModuleProcedurePosition
-
setCommandModuleProcedurePosition
Set command module procedure position- Parameters:
commandModuleProcedurePosition
- the commandModuleProcedurePosition to set
-
getManagerModulePosition
Get manager module position- Returns:
- the managerModulePosition
-
setManagerModulePosition
Set manager module position- Parameters:
managerModulePosition
- the managerModulePosition to set
-
getCommandGroup
Get command group- Returns:
- the commandGroup
-
setCommandGroup
Get command group- Parameters:
commandGroup
- the commandGroup to set
-
getIsCustomQuery
Is custom query- Returns:
- the isCustomQuery
-
setIsCustomQuery
Set custom query- Parameters:
isCustomQuery
- the isCustomQuery to set
-
getSelectFields
Get select fields- Returns:
- the selectFields
-
setSelectFields
Set select fields- Parameters:
selectFields
- the selectFields to set
-