Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
LoginUserClient.newSession(String userId,
String password) |
Modifier and Type | Method and Description |
---|---|
LookupItemStatusResponse |
LookupItemStatusClient.lookupItemStatus(String itemId) |
Modifier and Type | Method and Description |
---|---|
PatronLookupResponse |
LookupMyAccountInfoClient.lookupMyAccountInfo(PatronLookupOptionalParams optionalParams)
Performs a lookupMyAccountInfo request using the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
PatronLookupResponse |
LookupPatronInfoClient.lookupPatronInfoByAlternateId(String alternateId,
PatronLookupOptionalParams inclusionParams) |
PatronLookupResponse |
LookupPatronInfoClient.lookupPatronInfoByUserId(String userId,
PatronLookupOptionalParams inclusionParams) |
PatronLookupResponse |
LookupPatronInfoClient.lookupPatronInfoByWebAuthId(String webAuthId,
PatronLookupOptionalParams inclusionParams) |
Modifier and Type | Method and Description |
---|---|
TitleInfo |
LookupTitleInfoClient.lookupTitleInfoByItemId(String itemId,
LookupTitleInfoClient.OptionalParams optionalParams) |
TitleInfo |
LookupTitleInfoClient.lookupTitleInfoByTitleId(Long titleId,
LookupTitleInfoClient.OptionalParams optionalParams) |
Copyright © 2015. All rights reserved.