Class EmptyQueryDataSetWrapperBase

java.lang.Object
com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase<DataCompositionSchemaDataSetQuery>
com._1c.g5.v8.dt.dcs.dataset.fields.EmptyQueryDataSetWrapperBase
All Implemented Interfaces:
IDataSetWrapper

public final class EmptyQueryDataSetWrapperBase extends DataSetWrapperBase<DataCompositionSchemaDataSetQuery>
Empty query DataSetWrapperBase for dummy purposes
  • Constructor Details

  • Method Details

    • getCurrentLanguageCode

      public String getCurrentLanguageCode()
      Description copied from interface: IDataSetWrapper
      Get current language code
      Returns:
      language code, never null
    • getCurrentAlias

      public int getCurrentAlias()
      Description copied from interface: IDataSetWrapper
      Gets number of current alias
      Returns:
      number of current alias
    • copyField

      public void copyField(DataSetField field, String parentPathNew)
      Description copied from interface: IDataSetWrapper
      Copy field
      Parameters:
      field - field, can't be null
      parentPathNew - destination folder path or null (empty) for root
    • removeField

      public void removeField(DataSetField field)
      Description copied from interface: IDataSetWrapper
      Remove field
      Parameters:
      field - field, can't be null
    • setFieldName

      public void setFieldName(DataSetField field, String name)
      Description copied from interface: IDataSetWrapper
      Set 'Field' property of field
      Parameters:
      field - field, can't be null
      name - value of 'Field' property
    • setFieldPath

      public void setFieldPath(DataSetField field, String path)
      Description copied from interface: IDataSetWrapper
      Set 'Data path' property of field
      Parameters:
      field - field, can't be null
      path - value of 'Data path' property, can't be null
    • setFieldTitle

      public void setFieldTitle(DataSetField field, LocalString title)
      Description copied from interface: IDataSetWrapper
      Set 'Title' property of field
      Parameters:
      field - field, can't be null
      title - value of 'Title' property, can't be null
    • setFieldUseRestiction

      public void setFieldUseRestiction(DataSetField field, org.eclipse.emf.ecore.EStructuralFeature feature, boolean state)
      Description copied from interface: IDataSetWrapper
      Set field restiction
      Parameters:
      field - field, can't be null
      feature - feature of restriction, can't be null
      state - state
    • setFieldAttrUseRestiction

      public void setFieldAttrUseRestiction(DataSetField field, org.eclipse.emf.ecore.EStructuralFeature feature, boolean state)
      Description copied from interface: IDataSetWrapper
      Set field attribute restiction
      Parameters:
      field - field, can't be null
      feature - feature of attribute restriction, can't be null
      state - state