CAMT Nuclet – update. |
Language: Deutsch · English
Update – part of the CAMT Nuclet documentation (import and processing of CAMT.053/CAMT.054 bank statements (Cash Management)).
On this page |
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above). |
When updating the CAMT Nuclet (from an older version to a newer one), there is a risk that the adjustments you have made in the Java rules are overwritten.
To avoid this, the following steps are recommended should the CAMT Nuclet be updated to a newer version:
Java class | Java package | necessary work steps |
|---|---|---|
| CurrencyWrapper | org.nuclet.camt.wrapper |
|
| CurrencyFacade | org.nuclet.camt.facade |
|
| CurrencyFacadeFactory | org.nuclet.camt.facade | after the Nuclet update, enter the cloned CurrencyFacade (in the method getInstance) |
| ReferenceWrapper | org.nuclet.camt.wrapper |
|
| ReferenceFacade | org.nuclet.camt.facade |
|
| ReferenceFacadeFactory | org.nuclet.camt.facade | after the Nuclet update, enter the cloned ReferenceFacade (in the method getInstance) |
| ConditionsOfPaymentWrapper | org.nuclet.camt.wrapper |
|
| ConditionsOfPaymentFacade | org.nuclet.camt.facade |
|
| ConditionsOfPaymentFacadeFactory | org.nuclet.camt.facade | after the Nuclet update, enter the cloned ConditionsOfPaymentFacade (in the method getInstance) |
The cloning only has to be carried out once, i.e. this step is not required on every further update of the CAMT Nuclet. On a further update it might, under certain circumstances, only be necessary to adapt the wrapper and facade classes to the current specifications from the abstract classes. |