Package com._1c.g5.v8.dt.md.api
Class PredefinedAccountAccountingFlagsTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.bm.integration.BmBasicTask
com._1c.g5.v8.bm.integration.BmBasicTask1<ChartOfAccountsPredefinedItem>
com._1c.g5.v8.dt.md.api.PredefinedAccountAccountingFlagsTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class PredefinedAccountAccountingFlagsTask
extends BmBasicTask1<ChartOfAccountsPredefinedItem>
This task for account accounting flag in the
ChartOfAccountsPredefinedItem.-
Constructor Summary
ConstructorsConstructorDescriptionPredefinedAccountAccountingFlagsTask(AccountingFlag accountingFlag, ChartOfAccountsPredefinedItem item, boolean accounted) Instantiate task for account accounting flag in theChartOfAccountsPredefinedItem. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusexecute(ChartOfAccountsPredefinedItem item, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask1
executeMethods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransactionMethods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
PredefinedAccountAccountingFlagsTask
public PredefinedAccountAccountingFlagsTask(AccountingFlag accountingFlag, ChartOfAccountsPredefinedItem item, boolean accounted) Instantiate task for account accounting flag in theChartOfAccountsPredefinedItem.- Parameters:
accountingFlag- the accounted accounting flag, cannot benullitem- the predefined account, cannot benullaccounted- whether accounting flag is accounted
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(ChartOfAccountsPredefinedItem item, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
executein classBmBasicTask1<ChartOfAccountsPredefinedItem>
-