Modifier and Type | Method and Description |
---|---|
SymwsClientConfig |
SymwsClientConfig.Builder.build()
Builds a new SymwsClientConfig using this Builder instance as a template.
|
SymwsClientConfig |
SymwsClientConfig.newSession(String sessionToken)
Returns a new SymwsClientConfig with the provided session.
|
SymwsClientConfig |
SymwsClientConfig.newSession(String userId,
String password)
Uses the LoginUserClient to retrieve a new session, and returns a new SymwsClientConfig with that session.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CancelMyHoldClient.cancelHold(SymwsClientConfig symwsClientConfig,
long holdKey)
Cancels the Symphony hold having the provided holdKey
|
Modifier and Type | Method and Description |
---|---|
static long |
CreateMyHoldClient.createItemHoldForMailing(SymwsClientConfig symwsClientConfig,
String itemId,
String mailServiceId,
CreateMyHoldClient.OptionalParams optionalParams) |
static long |
CreateMyHoldClient.createItemHoldForPickup(SymwsClientConfig symwsClientConfig,
String itemId,
String pickupLibraryId,
CreateMyHoldClient.OptionalParams optionalParams) |
static long |
CreateMyHoldClient.createTitleHoldForMailing(SymwsClientConfig symwsClientConfig,
long titleKey,
String mailServiceId,
CreateMyHoldClient.OptionalParams optionalParams) |
static long |
CreateMyHoldClient.createTitleHoldForPickup(SymwsClientConfig symwsClientConfig,
long titleKey,
String pickupLibraryId,
CreateMyHoldClient.OptionalParams optionalParams) |
Constructor and Description |
---|
LoginUserClient(SymwsClientConfig credentials) |
Constructor and Description |
---|
LookupItemStatusClient(SymwsClientConfig credentials) |
Constructor and Description |
---|
LookupMyAccountInfoClient(SymwsClientConfig credentials)
Each web service client requires a SymwsClientConfig to define the provider host and other URL details,
define the client ID, and handle sessioning.
|
Constructor and Description |
---|
LookupPatronInfoClient(SymwsClientConfig credentials) |
Constructor and Description |
---|
LookupTitleInfoClient(SymwsClientConfig credentials) |
Copyright © 2015. All rights reserved.