Package | Description |
---|---|
at.finkzeit.zsw.server.ws |
Modifier and Type | Method and Description |
---|---|
WSKeyValueGroup |
WSHelper.convertFromKeyValueGroup(at.finkzeit.zsw.server.spi.runtime.KeyValueGroup internalGroup) |
WSKeyValueGroup |
WSCustomTerminalInfoBlock.getExtensions() |
WSKeyValueGroup |
WSCustomTerminalInfo.getExtensions() |
WSKeyValueGroup |
WSFulldayAbsenceBlock.getFlags() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WSKeyValueGroup> |
WSKeyValueGroup.getSubgroups() |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WSCustomTerminalInfoBlock> |
ZSWService.getCustomTerminalInformation(java.lang.String sessionID,
int[] terminalNrs,
WSKeyValueGroup flags) |
java.util.List<WSCustomTerminalInfoBlock> |
IZSWService.getCustomTerminalInformation(java.lang.String session,
int[] terminalNrs,
WSKeyValueGroup flags) |
void |
WSCustomTerminalInfoBlock.setExtensions(WSKeyValueGroup extensions) |
void |
WSCustomTerminalInfo.setExtensions(WSKeyValueGroup extensions) |
void |
WSFulldayAbsenceBlock.setFlags(WSKeyValueGroup flags) |
Modifier and Type | Method and Description |
---|---|
void |
WSKeyValueGroup.setSubgroups(java.util.List<WSKeyValueGroup> subgroups) |