SvcConnUpdater |
SvcConnUpdater.setEndpoint(String endpoint) |
Set the service connection's endpoint to update.
|
SvcConnUpdater |
SvcConnUpdater.setFileData(byte[] filedata) |
Set the service connection's file data to update.
|
SvcConnUpdater |
SvcConnUpdater.setFileName(String filename) |
Set the service connection's file name to update.
|
SvcConnUpdater |
SvcConnUpdater.setId(Long id) |
Set the service connection's id (PK) to identify the service connection to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam1(String param1) |
Set the service connection's param1 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam2(String param2) |
Set the service connection's param2 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam3(String param3) |
Set the service connection's param3 to update.
|
SvcConnUpdater |
SvcConnUpdater.setParam4(String param4) |
Set the service connection's param4 to update.
|
SvcConnUpdater |
SvcConnUpdater.setPassword(String password) |
Set the service connection's password to update.
|
SvcConnUpdater |
SvcConnUpdater.setUsername(String username) |
Set the service connection's username to update.
|