Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewDef
Packages that use DbViewDef
Package
Description
-
Uses of DbViewDef in com._1c.g5.v8.dt.dcs.dataset.fields
Methods in com._1c.g5.v8.dt.dcs.dataset.fields with parameters of type DbViewDefModifier and TypeMethodDescriptionstatic Set<DbViewFieldDef>
DynamicListFieldService.getStandardDefFields
(DbViewDef mainTable, boolean isOrderFieldsNeeded, Collection<DbViewFieldDef> existFields) Gets set of standardDbViewFieldDef
fromDbViewDef
table;
TheisOrderFieldsNeeded
flag is based on simplified platform field generation strategygetStrategy()->needStandardOrderFields()
inULQueryGenerator
static Set<DynamicListField>
DynamicListFieldService.getStandardFields
(DbViewDef mainTable) Gets set of standardDynamicListField
fromDbViewDef
tableDbViewFieldDef
may be repeated in this set because ofFieldCategory
difference -
Uses of DbViewDef in com._1c.g5.v8.dt.form.internal.layout.filtration.commands
Methods in com._1c.g5.v8.dt.form.internal.layout.filtration.commands that return DbViewDefModifier and TypeMethodDescriptionprotected DbViewDef
LogFormSrvGridControllerBase.getDBViewDefByTable
(Table table) Returns the DB View for the table.Methods in com._1c.g5.v8.dt.form.internal.layout.filtration.commands with parameters of type DbViewDefModifier and TypeMethodDescriptionLogFormSrvGridControllerBase.isDocumentJournal
(DbViewDef pViewDef) protected boolean
LogFormSrvGridControllerBase.isPeriodAvailable
(DbViewDef pViewDef) Checks if the period is available.protected boolean
LogFormSrvGridControllerBase.isRegister
(DbViewDef pViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return DbViewDefModifier and TypeMethodDescriptionDynamicListExtInfo.getMainTable()
Returns the value of the 'Main Table' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
DynamicListExtInfo.setMainTable
(DbViewDef value) Sets the value of the 'Main Table
' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return DbViewDefMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
DynamicListExtInfoImpl.setMainTable
(DbViewDef newMainTable) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
FormRuQualifiedNameProvider._qualifiedName
(DbViewDef dbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.form.service
Methods in com._1c.g5.v8.dt.form.service that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionDynamicListAttributeService.findPotentialMainTables
(QuerySchema schema) The method search a potential main tables in aQuerySchema
modelDynamicListAttributeService.findPotentialMainTables
(QuerySchemaSelectQuery query) The method search a potential main tables in aQuerySchemaSelectQuery
modelDynamicListAttributeService.findPotentialMainTablesByFieldComputer
(QuerySchema schema, IDynamicDbViewFieldComputer dbViewFieldComputer) The method search a potential main tables in aQuerySchema
modelMethods in com._1c.g5.v8.dt.form.service with parameters of type DbViewDefModifier and TypeMethodDescriptionstatic String
DynamicListAttributeService.addStandardFields
(QuerySchema schema, String baseQuery, DbViewDef mainTable, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tablestatic String
DynamicListAttributeService.addStandardFields
(String baseQuery, DbViewDef mainTable, IDtProject dtProject, boolean isOrderFieldsNeeded, ScriptVariant scriptVariant) Adds standard fields to exiting query for dynamic list from main tablestatic String
DynamicListAttributeService.addStandardFields
(String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant) Adds all standard fields (including order fields) to exiting query for dynamic list from main tablestatic String
DynamicListAttributeService.createQueryText
(DbViewDef dbView, ScriptVariant lang) Gets query text byDbViewDef
.static Collection<DbViewFieldDef>
DynamicListAttributeService.getSelectFields
(DbViewDef dbView) GetsDbViewFieldDef
fromDbViewDef
, skips fields with nameDbViewTerms.PRESENTATION
andDbViewTerms.DATA_VERSION
static List<DbViewFieldDef>
DynamicListAttributeService.getSelectFields
(DbViewDef dbView, Collection<DbViewFieldDef> except) GetsDbViewFieldDef
fromDbViewDef
, skips fields with nameDbViewTerms.PRESENTATION
,DbViewTerms.DATA_VERSION
and allDbViewFieldDef
fromexcept
Collection
-
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.naming
Methods in com._1c.g5.v8.dt.internal.form.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
FormQualifiedNameProvider._qualifiedName
(DbViewDef dbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs that return DbViewDefModifier and TypeMethodDescriptionDynamicListQueryViewModel.getMainTable()
Returns the value of the 'Main Table' attribute.Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.dialogs with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
DynamicListQueryViewModel.setMainTable
(DbViewDef value) Sets the value of the 'Main Table' attribute. -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
BmFormDynamicListModel.set
(String query, boolean dynamicDataRead, boolean autoFillAvailableField, DbViewDef mainTable, DataCompositionSettings settings, DynamicListKeyType keyType, List<String> keyFields, List<DataSetField> dataSetFields, List<DataCompositionSchemaCalculatedField> calculatedFields, List<DataCompositionSchemaParameter> parameters) void
IFormDynamicListQueryModel.set
(String query, boolean dynamicDataRead, boolean autoFillAvailableField, DbViewDef mainTable, DataCompositionSettings settings, DynamicListKeyType keyType, List<String> keyFields, List<DataSetField> dataSetFields, List<DataCompositionSchemaCalculatedField> calculatedFields, List<DataCompositionSchemaParameter> parameters) Sets the given values to model. -
Uses of DbViewDef in com._1c.g5.v8.dt.internal.md.naming
Methods in com._1c.g5.v8.dt.internal.md.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
MdQualifiedNameProvider._computeFqn
(DbViewDef dbViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type DbViewDefModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider._computeFqn
(DbViewDef dbViewDef) -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewDef in com._1c.g5.v8.dt.metadata.dbviewModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Select Def'.interface
A representation of the model object 'Table Def'.interface
A representation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewDefModifier and TypeMethodDescriptionChangeableDbViewDefs.getChangeView()
Returns the value of the 'Change View' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
ChangeableDbViewDefs.setChangeView
(DbViewDef value) Sets the value of the 'Change View
' containment reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewDefModifier and TypeClassDescriptionclass
An implementation of the model object 'Def'.class
An implementation of the model object 'Select Def'.class
An implementation of the model object 'Table Def'.class
An implementation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewDefMethods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
ChangeableDbViewDefsImpl.setChangeView
(DbViewDef newChangeView) -
Uses of DbViewDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewDefModifier and TypeMethodDescriptionstatic DbViewDef
DbViewUtil.getMainTable
(MdObject mdObject) Get Main table forMdObject
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionDbViewUtil.getAllTables
(MdObject mdObject) Gets all not null db tables for givenMdObject
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewDefModifier and TypeMethodDescriptionDbViewSwitch.caseDbViewDef
(DbViewDef object) Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.dcs.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionQlDcsDerivedStateComputer.createDbViewForEachSource
(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Method parameters in com._1c.g5.v8.dt.ql.dcs.resource with type arguments of type DbViewDefModifier and TypeMethodDescriptionQlDcsDerivedStateComputer.createDbViewForEachSource
(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model
Subinterfaces of DbViewDef in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Db View Description Temp Table'.interface
A representation of the model object 'Db View From Query'.interface
A representation of the model object 'Db View Nested Table From Query'.interface
A representation of the model object 'Db View Outer Param Table'.interface
A representation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model that return DbViewDefModifier and TypeMethodDescriptionDbViewFromQuery.getOriginalDbView()
Returns the value of the 'Original Db View' reference.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperator.getDbViewByFields()
Returns the value of the 'Db View By Fields' containment reference list.org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperator.getDbViewByFrom()
Returns the value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.ql.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
DbViewFromQuery.setOriginalDbView
(DbViewDef value) Sets the value of the 'Original Db View
' reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DbViewDefModifier and TypeClassDescriptionclass
An implementation of the model object 'Db View Description Temp Table'.class
An implementation of the model object 'Db View From Query'.class
An implementation of the model object 'Db View Nested Table From Query'.class
An implementation of the model object 'Db View Outer Param Table'.class
An implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DbViewDefModifier and TypeMethodDescriptionDbViewFromQueryImpl.getOriginalDbView()
DbViewNestedTableFromQueryImpl.getOriginalDbView()
Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperatorImpl.getDbViewByFields()
org.eclipse.emf.common.util.EList<DbViewDef>
QuerySchemaOperatorImpl.getDbViewByFrom()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
DbViewFromQueryImpl.setOriginalDbView
(DbViewDef newOriginalDbView) void
DbViewNestedTableFromQueryImpl.setOriginalDbView
(DbViewDef newOriginalDbView) -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type DbViewDefModifier and TypeMethodDescriptionQlSwitch.caseDbViewDef
(DbViewDef object) Returns the result of interpreting the object as an instance of 'Def'. -
Uses of DbViewDef in com._1c.g5.v8.dt.ql.resource
Fields in com._1c.g5.v8.dt.ql.resource declared as DbViewDefModifier and TypeFieldDescriptionstatic final DbViewDef
DynamicDbViewFieldComputer.UNRESOLVED_DBVIEW
Methods in com._1c.g5.v8.dt.ql.resource that return DbViewDefModifier and TypeMethodDescriptionprotected DbViewDef
QlDerivedStateComputer.createDbViewForEachQuery
(QuerySchemaSelectQuery query) Creates DbView for select queryMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionQlDerivedStateComputer.createDbViewForEachSource
(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Creates DbView for each source in 'from' sectionMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type DbViewDefModifier and TypeMethodDescriptionQlDerivedStateComputer.createDbViewForEachSource
(QuerySchemaSource source, QlDerivedStateComputer.NotAllowedNameForTempTableProvider notAllowedNamesForTempTableProvider, List<DbViewDef> earlierCreatedDbViewSource) Creates DbView for each source in 'from' section -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model
Methods in com._1c.g5.v8.dt.right.ql.model that return DbViewDefModifier and TypeMethodDescriptionQlRestriction.getCurrentTable()
Returns the value of the 'Current Table' containment reference.Methods in com._1c.g5.v8.dt.right.ql.model that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>
QlRestriction.getDbViewByFrom()
Returns the value of the 'Db View By From' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model with parameters of type DbViewDefModifier and TypeMethodDescriptionvoid
QlRestriction.setCurrentTable
(DbViewDef value) Sets the value of the 'Current Table
' containment reference. -
Uses of DbViewDef in com._1c.g5.v8.dt.right.ql.model.impl
Fields in com._1c.g5.v8.dt.right.ql.model.impl declared as DbViewDefModifier and TypeFieldDescriptionprotected DbViewDef
QlRestrictionImpl.currentTable
The cached value of the 'Current Table
' containment reference.Fields in com._1c.g5.v8.dt.right.ql.model.impl with type parameters of type DbViewDefModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<DbViewDef>
QlRestrictionImpl.dbViewByFrom
The cached value of the 'Db View By From
' containment reference list.Methods in com._1c.g5.v8.dt.right.ql.model.impl that return DbViewDefMethods in com._1c.g5.v8.dt.right.ql.model.impl that return types with arguments of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewDef>
QlRestrictionImpl.getDbViewByFrom()
Methods in com._1c.g5.v8.dt.right.ql.model.impl with parameters of type DbViewDefModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
QlRestrictionImpl.basicSetCurrentTable
(DbViewDef newCurrentTable, org.eclipse.emf.common.notify.NotificationChain msgs) void
QlRestrictionImpl.setCurrentTable
(DbViewDef newCurrentTable)