SEPA Nuclet general update information: protecting adjustments in data sources and Java rules by cloning wrapper and facade classes. |
Language: Deutsch · English
General notes for every SEPA Nuclet update: protecting your adjustments in the data sources and Java rules by cloning them into the target Nuclet.
Auf dieser Seite |
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). |
| Name | Type | necessary work steps |
|---|---|---|
| CreditorReferences2SEPAExport | Dynamic business object | before the first Nuclet update:
enter the cloned data source into the layout "SEPA Export" |
| DebitorReferences2SEPAExport | ditto |
When updating the SEPA Nuclet (from an older version to a newer one) there is a risk that the adjustments you made in the Java rules are overwritten.
To avoid this, the following steps are recommended should the SEPA Nuclet be updated to a newer version:
| Java class | Java package | necessary work steps |
|---|---|---|
| DebitorWrapper | org.nuclet.sepa.wrapper | before the first Nuclet update:
|
| DebitorFacade | org.nuclet.sepa.facade | before the first Nuclet update:
|
| DebitorFacadeFactory | org.nuclet.sepa.facade | after every Nuclet update: enter the cloned DebitorFacade (in the method getInstance) |
| ReferenceWrapper | org.nuclet.sepa.wrapper | before the first Nuclet update:
|
| ReferenceFacade | org.nuclet.sepa.facade | before the first Nuclet update:
|
| ReferenceFacadeFactory | org.nuclet.sepa.facade | after every Nuclet update: enter the cloned ReferenceFacade (in the method getInstance) |
| PaymentReferenceWrapper | org.nuclet.sepa.wrapper | before the first Nuclet update:
|
| PaymentReferenceFacade | org.nuclet.sepa.facade | before the first Nuclet update:
|
| PaymentReferenceFacadeFactory | org.nuclet.sepa.facade | after every Nuclet update: enter the cloned PaymentReferenceFacade (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 SEPA 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. |