|
| | TestOperation (int ACount) |
| |
| override AbstractPeriodEndOperation | GetActualizedClone () |
| | Method to create a duplicate based on the actualized database value(s) More...
|
| |
| override int | GetJobSize () |
| | GetJobSize returns the number of database records which are affected in this operation. Be sure not only to find the databases which are to be changed but also not to find the records which are already changed. Or: Be sure that JobSize is zero after RunEndOfPeriodOperation has been done sucessfully. More...
|
| |
| void | SetJobSize (int ASize) |
| |
| int | GetOperationCount () |
| |
| override Int32 | RunOperation () |
| | The specific operation is done. Be sure to handle blnIsInInfoMode and blnCriticalErrors correctly More...
|
| |
◆ TestOperation()
| Ict.Testing.Petra.Server.MFinance.GL.TestOperation.TestOperation |
( |
int |
ACount | ) |
|
|
inline |
◆ GetActualizedClone()
◆ GetJobSize()
| override int Ict.Testing.Petra.Server.MFinance.GL.TestOperation.GetJobSize |
( |
| ) |
|
|
inlinevirtual |
GetJobSize returns the number of database records which are affected in this operation. Be sure not only to find the databases which are to be changed but also not to find the records which are already changed. Or: Be sure that JobSize is zero after RunEndOfPeriodOperation has been done sucessfully.
Implements Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.
◆ GetOperationCount()
| int Ict.Testing.Petra.Server.MFinance.GL.TestOperation.GetOperationCount |
( |
| ) |
|
|
inline |
◆ RunOperation()
| override Int32 Ict.Testing.Petra.Server.MFinance.GL.TestOperation.RunOperation |
( |
| ) |
|
|
inlinevirtual |
◆ SetJobSize()
| void Ict.Testing.Petra.Server.MFinance.GL.TestOperation.SetJobSize |
( |
int |
ASize | ) |
|
|
inline |
◆ FCountJobs
| int Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.FCountJobs |
|
protectedinherited |
◆ FHasCriticalErrors
| bool Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.FHasCriticalErrors = false |
|
protectedinherited |
◆ FInfoMode
| bool Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.FInfoMode = true |
|
protectedinherited |
◆ FPeriodEndOperator
| TPeriodEndOperations Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.FPeriodEndOperator |
|
inherited |
The parent operator (TMonthEnd or TYearEnd) that requests this operation
◆ FverificationResults
This is the standard VerificationResultCollection for the info and the error messages.
◆ DoExecuteableCode
| bool Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.DoExecuteableCode |
|
getinherited |
!(FHasCriticalErrors | FInfoMode)
◆ HasCriticalErrors
| bool Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.HasCriticalErrors |
|
getinherited |
Property to read if the process could be done without critical errors. (Used by TPeriodEndOperations.RunYearEndSequence)
◆ IsInInfoMode
| bool Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation.IsInInfoMode |
|
setinherited |
Property to set the correct info-mode (Set by TPeriodEndOperations.RunYearEndSequence)
◆ VerificationResultCollection
Set-Property to set the common value of the VerificationResultCollection (Set by TPeriodEndOperations.RunYearEndSequence)
The documentation for this class was generated from the following file: