
public interface TextschluesselVerzeichnis
Example: Getting the jDTAUS Banking SPI implementation.
 TextschluesselVerzeichnis directory =
     (TextschluesselVerzeichnis) ContainerFactory.getContainer().
     getObject( TextschluesselVerzeichnis.class );
 Container| Modifier and Type | Method and Description | 
|---|---|
| Textschluessel[] | getTextschluessel()Gets all Textschlüssel instances of the directory. | 
| Textschluessel | getTextschluessel(int key,
                                  int extension)Gets a Textschlüssel instance of the directory. | 
| Textschluessel | getTextschluessel(int key,
                                  int extension,
                                  Date date)Gets a Textschlüssel instance of the directory for a given date. | 
| Textschluessel[] | searchTextschluessel(Boolean debit,
                                        Boolean remittance,
                                        Date date)Searches the directory for Textschlüssel instances. | 
Textschluessel[] getTextschluessel()
Textschluessel getTextschluessel(int key, int extension)
key - The key of the Textschlüssel to return.extension - The extension of the Textschlüssel to return.key and extension or null if nothing is known
 about key and extension.IllegalArgumentException - if key or extension is negative, or key is greater than
 99 or extension is greater than 999.Textschluessel getTextschluessel(int key, int extension, Date date)
key - The key of the Textschlüssel to return.extension - The extension of the Textschlüssel to return.date - The date of validity of the Textschlüssel to return.key and extension valid at date or null
 if nothing is known about key and extension at date.IllegalArgumentException - if key or extension is negative, or key is greater than
 99 or extension is greater than 999.NullPointerException - if date is null.Textschluessel.isValidAt(java.util.Date)Textschluessel[] searchTextschluessel(Boolean debit, Boolean remittance, Date date)
debit - Value of property debit of the Textschlüssel instances to return; null to ignore
 property debit during searching.remittance - Value of property remittance of the Textschlüssel instances to return; null
 to ignore property remittance during searching.date - The date of validity of the Textschlüssel to return; null to ignore properties
 validFrom and validTo during searching.Copyright © 2005–2014 jDTAUS. All rights reserved.