Package | Description |
---|---|
at.finkzeit.zsw.server.ws | |
at.finkzeit.zsw.server.ws.entry |
Modifier and Type | Method and Description |
---|---|
java.util.List<WSKeyValue> |
WSTripList.getAdditionalValues() |
java.util.List<WSKeyValue> |
WSTrip2.getAdditionalValues() |
java.util.List<WSKeyValue> |
WSKeyValueGroup.getEntries() |
java.util.List<WSKeyValue> |
WSPropertyDefinition.getExtraValues() |
java.util.List<WSKeyValue> |
WSBdeCustomPropertyDefinition.getExtraValues() |
java.util.List<WSKeyValue> |
WSTimestampedValue.getFlags() |
java.util.List<WSKeyValue> |
WSLinkedDuration.getFlags()
Flags für Erweiterungen
|
java.util.List<WSKeyValue> |
WSCalendarEntry.getFlags() |
java.util.List<WSKeyValue> |
WSBulkAccountCorrection.getFlags() |
java.util.List<WSKeyValue> |
WSAttachedDocument.getProperties()
Meta-Daten zu diesem Anhang.
|
java.util.List<WSKeyValue> |
WSTaskSearchParams.getSearchFlags() |
Modifier and Type | Method and Description |
---|---|
void |
WSCalendarEntry.addFlag(WSKeyValue flag) |
Modifier and Type | Method and Description |
---|---|
static boolean |
WSKeyValue.checkBooleanFlag(java.lang.String flag,
java.util.List<WSKeyValue> flags,
boolean defaultValue) |
WSTripList |
ZSWService.findTrips2ByWSLink(java.lang.String session,
WSLink link,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags) |
WSTripList |
IZSWService.findTrips2ByWSLink(java.lang.String session,
WSLink link,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags)
Fahrten eines Fahrzeugs oder einer Person (Fahrer) für einen bestimmten Zeitbereich abfragen
|
java.util.List<WSAccount> |
ZSWService.getAccountSumsForAll(java.lang.String session,
int[] accountID,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags) |
java.util.List<WSAccount> |
IZSWService.getAccountSumsForAll(java.lang.String session,
int[] accountID,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags)
Analog zu getAccounts, liefert Kontensummen für alle Personen die im angegebenen Zeitbereich eine Berechnung hatten
Bei einer Standabfrage (seit Eintritt) werden alle Personen verwendet die zwischen dem Anfang der Berechnungsperiode des
Endzeitstempels und dem Endzeitstempel eine Berechnung hatten
|
java.util.List<WSGenericProperty> |
ZSWService.getGenericProperties(java.lang.String session,
WSLink master,
java.util.List<java.lang.String> variables,
java.util.List<WSKeyValue> flags) |
java.util.List<WSGenericProperty> |
IZSWService.getGenericProperties(java.lang.String session,
WSLink master,
java.util.List<java.lang.String> variables,
java.util.List<WSKeyValue> flags)
Direkter Allgemeiner Zugriff auf Stammdaten-Sonderfelder für spezielle Aktionen
|
java.util.List<WSLinkedDuration> |
ZSWService.getHoursByLevelDBIDs(java.lang.String sessionID,
WSTimestamp from,
WSTimestamp to,
java.util.List<java.lang.Long> levelIDs,
java.util.List<WSKeyValue> flags) |
java.util.List<WSLinkedDuration> |
IZSWService.getHoursByLevelDBIDs(java.lang.String session,
WSTimestamp from,
WSTimestamp to,
java.util.List<java.lang.Long> levelIDs,
java.util.List<WSKeyValue> flags) |
java.util.List<WSLinkedDuration> |
ZSWService.getHoursByLevels(java.lang.String sessionID,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSLevelIdentification> levelIdents,
java.util.List<WSKeyValue> flags) |
java.util.List<WSLinkedDuration> |
IZSWService.getHoursByLevels(java.lang.String session,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSLevelIdentification> levels,
java.util.List<WSKeyValue> flags)
Liefert Bereichssummen über die Stunden die auf die angegebenen Ebenen gebucht wurden
Wenn bestimmte Ebenen nicht gefunden werden werden sie ignoriert
|
java.util.List<WSTripList> |
ZSWService.getTrips2(java.lang.String session,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags) |
java.util.List<WSTripList> |
IZSWService.getTrips2(java.lang.String session,
WSTimestamp from,
WSTimestamp to,
java.util.List<WSKeyValue> flags) |
java.util.List<WSKeyValueGroup> |
ZSWService.invokeScriptedFunction(java.lang.String session,
java.lang.String functionName,
java.util.List<WSKeyValue> parameters) |
java.util.List<WSKeyValueGroup> |
IZSWService.invokeScriptedFunction(java.lang.String session,
java.lang.String function,
java.util.List<WSKeyValue> parameters) |
void |
WSKeyValueGroup.setEntries(java.util.List<WSKeyValue> entries) |
void |
WSTimestampedValue.setFlags(java.util.List<WSKeyValue> flags) |
void |
WSLinkedDuration.setFlags(java.util.List<WSKeyValue> flags) |
void |
WSCalendarEntry.setFlags(java.util.List<WSKeyValue> flags) |
void |
WSBulkAccountCorrection.setFlags(java.util.List<WSKeyValue> flags) |
void |
WSTaskSearchParams.setSearchFlags(java.util.List<WSKeyValue> searchFlags) |
void |
ZSWService.updateCustomersE(java.lang.String session,
WSExtensibleCustomer[] customers,
java.util.List<WSKeyValue> flags) |
void |
IZSWService.updateCustomersE(java.lang.String session,
WSExtensibleCustomer[] customers,
java.util.List<WSKeyValue> flags) |
void |
ZSWService.updateGenericProperties(java.lang.String session,
WSLink master,
java.util.List<WSGenericProperty> props,
java.util.List<WSKeyValue> flags) |
void |
IZSWService.updateGenericProperties(java.lang.String session,
WSLink master,
java.util.List<WSGenericProperty> props,
java.util.List<WSKeyValue> flags)
je nach Action Create/Update/Delete
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WSKeyValue> |
WSEntryPermission.getCardList() |
java.util.List<WSKeyValue> |
WSEntryPeriodDefinition.getFlags() |
java.util.List<WSKeyValue> |
WSEntryPeriodDefinition.WSEntryPeriodTimeBand.getFlags() |
java.util.List<WSKeyValue> |
WSEntryPeriodDefinition.WSEntryPeriodDay.getFlags() |
Modifier and Type | Method and Description |
---|---|
void |
WSEntryPeriodDefinition.WSEntryPeriodTimeBand.addFlag(WSKeyValue flag) |
void |
WSEntryPeriodDefinition.WSEntryPeriodDay.addFlag(WSKeyValue flag) |
Modifier and Type | Method and Description |
---|---|
void |
WSEntryPermission.setCardList(java.util.List<WSKeyValue> permissions) |
void |
WSEntryPeriodDefinition.setFlags(java.util.List<WSKeyValue> flags) |