Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsPredefinedItem
-
-
Uses of ChartOfAccountsPredefinedItem in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type ChartOfAccountsPredefinedItem Modifier and Type Method Description org.eclipse.core.runtime.IStatus
PredefinedAccountAccountingFlagsTask. execute(ChartOfAccountsPredefinedItem item, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
PredefinedAccountExtDimensionTypesTask. execute(ChartOfAccountsPredefinedItem account, org.eclipse.core.runtime.IProgressMonitor monitor)
Constructors in com._1c.g5.v8.dt.md.api with parameters of type ChartOfAccountsPredefinedItem Constructor Description PredefinedAccountAccountingFlagsTask(AccountingFlag accountingFlag, ChartOfAccountsPredefinedItem item, boolean accounted)
Instantiate task for account accounting flag in theChartOfAccountsPredefinedItem
.PredefinedAccountExtDimensionTypesTask(ChartOfAccountsPredefinedItem account)
Instantiate task.PredefinedAccountExtDimensionTypesTask(ChartOfAccountsPredefinedItem account, ExtDimensionType extDimensionType, PredefinedAccountExtDimensionTypesTask.TaskAction action)
Instantiate task. -
Uses of ChartOfAccountsPredefinedItem in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Constructor parameters in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type arguments of type ChartOfAccountsPredefinedItem Constructor Description PredefinedAccountModel(IDtNewWizardContext<ChartOfAccountsPredefinedItem> context)
Creates a new instance. -
Uses of ChartOfAccountsPredefinedItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChartOfAccountsPredefinedItem Modifier and Type Method Description ChartOfAccountsPredefinedItem
MdClassFactory. createChartOfAccountsPredefinedItem()
Returns a new object of class 'Chart Of Accounts Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ChartOfAccountsPredefinedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>
ChartOfAccountsPredefinedItem. getChildItems()
Returns the value of the 'Child Items' containment reference list.org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>
ChartOfAccountsPredefined. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of ChartOfAccountsPredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ChartOfAccountsPredefinedItem Modifier and Type Class Description class
ChartOfAccountsPredefinedItemImpl
An implementation of the model object 'Chart Of Accounts Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChartOfAccountsPredefinedItem Modifier and Type Method Description ChartOfAccountsPredefinedItem
MdClassFactoryImpl. createChartOfAccountsPredefinedItem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ChartOfAccountsPredefinedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>
ChartOfAccountsPredefinedItemImpl. getChildItems()
org.eclipse.emf.common.util.EList<ChartOfAccountsPredefinedItem>
ChartOfAccountsPredefinedImpl. getItems()
-
Uses of ChartOfAccountsPredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChartOfAccountsPredefinedItem Modifier and Type Method Description T
MdClassSwitch. caseChartOfAccountsPredefinedItem(ChartOfAccountsPredefinedItem object)
Returns the result of interpreting the object as an instance of 'Chart Of Accounts Predefined Item'.boolean
MdClassValidator. validateChartOfAccountsPredefinedItem(ChartOfAccountsPredefinedItem chartOfAccountsPredefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-