Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add() - Method in class org.imixs.workflow.datev.controller.DatevBookingController
-
Adds a new order item
B
- bookingList - Variable in class org.imixs.workflow.datev.controller.DatevBookingController
- buildCSVFile(ItemCollection, List<ItemCollection>, String, ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method builds an DATEV CSV export file containing all given invoices
- buildDocumentsZipFile(ItemCollection, List<ItemCollection>, String, ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method builds the datev zip file containing the XML documents definition and also all attachments.
- buildExportWorkitem(ItemCollection, String, int, List<ItemCollection>) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method builds the export workitem.
C
- computeKey(ItemCollection, String) - Method in class org.imixs.workflow.datev.DatevService
-
Helper Method to compute the DATEV grouping key (MandantID+Buchungsperiode)
- csvVal(String) - Static method in class org.imixs.workflow.datev.imports.DatevImportAdapter
-
Diese methode entfernt optional " Zeichen am begin und ende
D
- DATEV_CONFIG_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DATEV_CONFIGURATION - Static variable in class org.imixs.workflow.datev.DatevService
- DATEV_DATA_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DATEV_EXPORT_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DATEV_IMPORT_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DATEV_IMPORT_ERROR - Static variable in class org.imixs.workflow.datev.imports.DatevImportAdapter
- DATEV_MODEL_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DATEV_REPORT_ERROR - Static variable in exception org.imixs.workflow.datev.DatevException
- DatevBookingController - Class in org.imixs.workflow.datev.controller
-
Der DatevBookingController verwaltet die Buchungszeilen in einer Form
- DatevBookingController() - Constructor for class org.imixs.workflow.datev.controller.DatevBookingController
- DatevController - Class in org.imixs.workflow.datev.controller
-
The DatevController is used to configure the DatevScheduler.
- DatevController() - Constructor for class org.imixs.workflow.datev.controller.DatevController
- DatevException - Exception in org.imixs.workflow.datev
- DatevException(String, String, String) - Constructor for exception org.imixs.workflow.datev.DatevException
- DatevException(String, String, String, Exception) - Constructor for exception org.imixs.workflow.datev.DatevException
- DatevException(String, String, String, Object[]) - Constructor for exception org.imixs.workflow.datev.DatevException
- DatevExportAdapter - Class in org.imixs.workflow.datev.export
-
Der DATEVExportAdapter erstellt einen DATEV Export zu allen im Datev-Export worktiem referenzierten Rechnungen.
- DatevExportAdapter() - Constructor for class org.imixs.workflow.datev.export.DatevExportAdapter
- DatevExportService - Class in org.imixs.workflow.datev.export
-
Der DatevExportService stellt Methoden für den Datev export bereit
- DatevExportService() - Constructor for class org.imixs.workflow.datev.export.DatevExportService
- DatevHelper - Class in org.imixs.workflow.datev
-
Der DatevHelper prvides static helper methods
- DatevHelper() - Constructor for class org.imixs.workflow.datev.DatevHelper
- DatevImportAdapter - Class in org.imixs.workflow.datev.imports
-
Der DatevImportAdapter liest eine DATEV Datei ein und parst dazu die einzelnen Header Informationen.
- DatevImportAdapter() - Constructor for class org.imixs.workflow.datev.imports.DatevImportAdapter
- DatevImportService - Class in org.imixs.workflow.datev.imports
-
This Service provides methods to import data from a DATEV file.
- DatevImportService() - Constructor for class org.imixs.workflow.datev.imports.DatevImportService
- DatevRefAdapter - Class in org.imixs.workflow.datev.export
-
Der DATEVRefAdapter verknüpft ein workitem mit einem DATEV Export.
- DatevRefAdapter() - Constructor for class org.imixs.workflow.datev.export.DatevRefAdapter
- DatevRemoveAdapter - Class in org.imixs.workflow.datev.export
-
Der DatevRemoveAdapter enfernt eine Verknüpfung aus einem DATEV Export
- DatevRemoveAdapter() - Constructor for class org.imixs.workflow.datev.export.DatevRemoveAdapter
- DatevSearchController - Class in org.imixs.workflow.datev.controller
-
The DATEVSearchController is used to search DATEV stammdaten
- DatevSearchController() - Constructor for class org.imixs.workflow.datev.controller.DatevSearchController
- DatevSearchEntry - Class in org.imixs.workflow.datev.controller
-
Diese Kleine Hilfsklasse dient als DTO für die Übertragung eines Sucheregenisses an das Frontend.
- DatevSearchEntry(String, String, String) - Constructor for class org.imixs.workflow.datev.controller.DatevSearchEntry
- DatevService - Class in org.imixs.workflow.datev
-
This Service provides methods to read and save the DATEV configuration
- DatevService() - Constructor for class org.imixs.workflow.datev.DatevService
- DOCUMENT_TYPE - Static variable in class org.imixs.workflow.datev.DatevService
E
- ENCODING - Static variable in class org.imixs.workflow.datev.imports.DatevImportAdapter
- EVENT_INVOICE_COMPLETED - Static variable in class org.imixs.workflow.datev.export.DatevExportAdapter
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevExportAdapter
-
This method finds or create the Zahlungsavis and adds a reference ($workitemref) to the current invoice.
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevRefAdapter
-
This method finds or create the Datev Export and adds a reference ($workitemref) to the current workitem.
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevRemoveAdapter
-
This method finds the Datev export and removes a reference ($workitemref) to the current invoice.
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.imports.DatevImportAdapter
-
This method finds or create the Datev Export and adds a reference ($workitemref) to the current invoice.
- explodeChildList(ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevRefAdapter
-
converts the Map List of a workitem into a List of ItemCollectons
- explodeChildList(ItemCollection, String) - Static method in class org.imixs.workflow.datev.controller.DatevBookingController
-
converts the Map List of a workitem into a List of ItemCollectons
F
- fileUploadController - Variable in class org.imixs.workflow.datev.controller.DatevController
- findDatevExport(String) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
Prüft alle offenen Datev Exporte und gibt den neuesten zur angegebenen Datev Client ID zurück, oder null falls es keinen Offenen Datev Export gibt.
- findEntityByPrimaryKey(String, String) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method finds a datev entity by the attribute 'name'
G
- getBookingList() - Method in class org.imixs.workflow.datev.controller.DatevBookingController
-
This method returns a ItemCollections for each booking row stored in the property datev.booking.list.
- getBuchungsexportByBelegdatum(ItemCollection) - Method in class org.imixs.workflow.datev.controller.DatevController
-
Liefert alle rechnungen zu einem DATEV Export sortiert nach Belegdatum.
- getBuSchluesel() - Method in class org.imixs.workflow.datev.controller.DatevController
-
Diese Methode liefert eine liste von SelectItem Elementen mit den Werten des Buchungsschlüssels zurück.
- getConfiguration() - Method in class org.imixs.workflow.datev.controller.DatevController
- getData() - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- getDisplay() - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- getImportData() - Method in class org.imixs.workflow.datev.controller.DatevController
-
Itemcollection containing file import data
- getKey() - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- getKostenstelle1() - Method in class org.imixs.workflow.datev.controller.DatevController
-
Returns costcentre1 from the Corporate Space as an ArrayList of SelectItems objects.
- getKostenstelle1Read(String) - Method in class org.imixs.workflow.datev.controller.DatevController
-
Gibt die Bezeichnung der Kostenstelle mit nummer - so wie bei suche
- getKostenstelle2() - Method in class org.imixs.workflow.datev.controller.DatevController
-
Returns costcentre2 from the Object Space as an ArrayList of SelectItems objects.
- getKostenstelle2Read(String) - Method in class org.imixs.workflow.datev.controller.DatevController
-
Gibt die Bezeichnung der Kostenstelle mit nummer - so wie bei suche
- getName() - Method in class org.imixs.workflow.datev.controller.DatevController
- getSearchResult() - Method in class org.imixs.workflow.datev.controller.DatevSearchController
-
Die Resultliste wird als eine Liste einen Arrays zurückgegeben.
- getWorkItemFileFromWorkitem(ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method first lookups the origin workItem from the given export data entity.
I
- implodeChildList(ItemCollection, List<ItemCollection>) - Method in class org.imixs.workflow.datev.export.DatevRefAdapter
-
Convert the List of ItemCollections back into a List of Map elements
- implodeChildList(ItemCollection, List<ItemCollection>, String) - Static method in class org.imixs.workflow.datev.controller.DatevBookingController
-
Convert the List of ItemCollections back into a List of Map elements
- importData(InputStream, String, String) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method imports all entities from a csv file.
- init() - Method in class org.imixs.workflow.datev.controller.DatevController
-
This method load the config entity after postContstruct.
- ISO8601_FORMAT_DATE - Static variable in class org.imixs.workflow.datev.imports.DatevImportService
- ISO8601_FORMAT_DATETIME - Static variable in class org.imixs.workflow.datev.imports.DatevImportService
- ITEM_DATEV_BELEGDATUM - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_BELEGFELD1 - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_BETRAG - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_BOOKING_LIST - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_BOOKING_PERIOD - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_BUSCHLUESSEL - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_CLIENT_ID - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_CLIENT_NAME - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_CONSULTANT_ID - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_FISCAL_START - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_GEGENKONTO - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_KONTENLAENGE - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_DATEV_KONTO - Static variable in class org.imixs.workflow.datev.DatevService
- ITEM_FTP_ERROR - Static variable in class org.imixs.workflow.datev.export.DatevExportService
- ITEM_FTP_HOST - Static variable in class org.imixs.workflow.datev.export.DatevExportService
- ITEM_FTP_PASSWORD - Static variable in class org.imixs.workflow.datev.export.DatevExportService
- ITEM_FTP_PATH_UPLOAD - Static variable in class org.imixs.workflow.datev.export.DatevExportService
- ITEM_FTP_PORT - Static variable in class org.imixs.workflow.datev.export.DatevExportService
- ITEM_FTP_USER - Static variable in class org.imixs.workflow.datev.export.DatevExportService
J
- jsonVal(String) - Static method in class org.imixs.workflow.datev.controller.DatevSearchController
-
Helper method to remove " and ' characters - causing problems
L
- loadConfiguration() - Method in class org.imixs.workflow.datev.controller.DatevController
-
Loads the scheduler configuration entity by name.
- loadConfiguration() - Method in class org.imixs.workflow.datev.DatevService
-
Loads the scheduler configuration entity by name.
- logMessage(String, ItemCollection, ItemCollection) - Static method in class org.imixs.workflow.datev.DatevHelper
-
Creates a new log entry stored in the item _scheduler_log.
M
- MAX_SEARCH_RESULT - Static variable in class org.imixs.workflow.datev.controller.DatevSearchController
- MAX_SEARCH_RESULT - Static variable in class org.imixs.workflow.datev.imports.DatevImportService
N
- normalizeValueList(String[]) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method removes the " from a value list
O
- onWorkflowEvent(WorkflowEvent) - Method in class org.imixs.workflow.datev.controller.DatevBookingController
-
WorkflowEvent listener to convert embeded HashMaps into ItemCollections and reconvert them before processing
- org.imixs.workflow.datev - package org.imixs.workflow.datev
- org.imixs.workflow.datev.controller - package org.imixs.workflow.datev.controller
- org.imixs.workflow.datev.export - package org.imixs.workflow.datev.export
- org.imixs.workflow.datev.imports - package org.imixs.workflow.datev.imports
P
- parseFieldList(String) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method parses a DATEV field description (first line of the csv file)
- processDatevExport(ItemCollection) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
Aktualisiert den DATEV Export mit Manager Rechten
- putFileData(FileData, ItemCollection, String, ItemCollection, int) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method exports a fildata object to a ftp server defined by the configuration ItemCollection.
R
- readEntity(String, List<String>) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method creates a ItemCollection from a csv file data line The method also creates a txtworkflowabstract to support fulltext search
- remove(int) - Method in class org.imixs.workflow.datev.controller.DatevBookingController
S
- saveConfiguration() - Method in class org.imixs.workflow.datev.controller.DatevController
-
This method saves the DATEV configuration.
- saveConfiguration(ItemCollection) - Method in class org.imixs.workflow.datev.DatevService
-
This method saves the scheduler configuration.
- saveEntry(ItemCollection, String, String, String) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method process a single workIten in a new transaction.
- searchDebitorCreditor(String) - Method in class org.imixs.workflow.datev.controller.DatevSearchController
-
This method searches a text phrase within the list of DATEV kreditoren
- searchEntity(String, String) - Method in class org.imixs.workflow.datev.controller.DatevSearchController
-
This method returns a list of ItemCollections matching the search phrase and type.
- searchEntity(String, String, String) - Method in class org.imixs.workflow.datev.imports.DatevImportService
-
This method returns a list of ItemCollections matching the search phrase and type.
- searchSachkonto() - Method in class org.imixs.workflow.datev.controller.DatevSearchController
-
This method searches a text phrase within the list of DATEV sachkonten
- searchSachkonto(String) - Method in class org.imixs.workflow.datev.controller.DatevSearchController
- setBookingList(List<ItemCollection>) - Method in class org.imixs.workflow.datev.controller.DatevBookingController
- setConfiguration(ItemCollection) - Method in class org.imixs.workflow.datev.controller.DatevController
- setData(String) - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- setDisplay(String) - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- setImportData(ItemCollection) - Method in class org.imixs.workflow.datev.controller.DatevController
- setKey(String) - Method in class org.imixs.workflow.datev.controller.DatevSearchEntry
- startImport() - Method in class org.imixs.workflow.datev.controller.DatevController
-
This method imports a DATEV Kreditoren.csv attachment added to the ItemCollection 'importData'
U
- updateExportWorkitem(ItemCollection, ItemCollection, List<ItemCollection>) - Method in class org.imixs.workflow.datev.export.DatevExportService
-
This method Updates the export workitem
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form