Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaTotalControlPoint
-
-
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaTotalControlPoint Modifier and Type Method Description QuerySchemaTotalControlPoint
QlFactory. 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaTotalControlPoint Modifier and Type Class Description class
QuerySchemaTotalControlPointImpl
An 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 QuerySchemaTotalControlPoint
QlFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description T
QlSwitch. 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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description void
QlValidator. checkPeriodsTotalsControlPoint(QuerySchemaTotalControlPoint controlPoint)
-
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.editproviders
Methods in com._1c.g5.v8.dt.qw.ui.editproviders that return QuerySchemaTotalControlPoint Modifier and Type Method Description QuerySchemaTotalControlPoint
TotalCalculationFieldsEditProvider. add(Object value)
-
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.labelproviders
Methods in com._1c.g5.v8.dt.qw.ui.labelproviders with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description static String
TotalsControlsPointsLabelProvider. getAlias(QueryWizardSource source, QuerySchemaTotalControlPoint controlPoint)
Get alias for total control point -
Uses of QuerySchemaTotalControlPoint in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchemaTotalControlPoint Modifier and Type Method Description static String
QueryTextResultProcessing. getTotalName(QueryWizardSource source, QuerySchemaTotalControlPoint total)
Get total namestatic String
QueryTextResultProcessing. 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 void
SpreadsheetDocumentTemplateBuilder. fillSpreadsheetDocument(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals)
Fill spreadsheet document
-