Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaTotalControlPoint
- 
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaTotalControlPoint Modifier and Type Method Description QuerySchemaTotalControlPointQlFactory. createQuerySchemaTotalControlPoint()Returns a new object of class 'Query Schema Total Control Point'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type QuerySchemaTotalControlPoint Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaTotalControlPoint>QuerySchemaSelectQuery. getTotalControlPoints()Returns the value of the 'Total Control Points' containment reference list.
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaTotalControlPoint Modifier and Type Class Description classQuerySchemaTotalControlPointImplAn implementation of the model object 'Query Schema Total Control Point'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaTotalControlPoint Modifier and Type Method Description QuerySchemaTotalControlPointQlFactoryImpl. createQuerySchemaTotalControlPoint()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaTotalControlPoint Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaTotalControlPoint>QuerySchemaSelectQueryImpl. getTotalControlPoints()
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description TQlSwitch. caseQuerySchemaTotalControlPoint(QuerySchemaTotalControlPoint object)Returns the result of interpreting the object as an instance of 'Query Schema Total Control Point'.
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description voidQlValidator. checkPeriodsTotalsControlPoint(QuerySchemaTotalControlPoint controlPoint)
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaTotalControlPoint Modifier and Type Method Description QuerySchemaTotalControlPointTotalCalculationFieldsEditProvider. add(Object value)
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.labelprovidersMethods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description static StringTotalsControlsPointsLabelProvider. getAlias(QueryWizardSource source, QuerySchemaTotalControlPoint controlPoint)Get alias for total control point
- 
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description static StringQueryTextResultProcessing. getTotalName(QueryWizardSource source, QuerySchemaTotalControlPoint total)Get total namestatic StringQueryTextResultProcessing. getTotalPresentation(QueryWizardSource source, QuerySchemaTotalControlPoint total, List<QuerySchemaExpression> fields, List<QueryTextResultProcessing.ExpressionPresentation> allPresentations, Map<String,QuerySchemaExpression> allAliases)Get total presentationMethod parameters in com._1c.g5.v8.dt.qw.ui.utils with type arguments of type QuerySchemaTotalControlPoint Modifier and Type Method Description voidSpreadsheetDocumentTemplateBuilder. fillSpreadsheetDocument(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals)Fill spreadsheet document
 
-