Package | Description |
---|---|
edu.byu.hbll.symwsclient.service.lookupMyAccountInfo | |
edu.byu.hbll.symwsclient.service.lookupPatronInfo |
Modifier and Type | Class and Description |
---|---|
class |
LookupMyAccountInfoResponse
This class extends PatronLookupResposne with an @XmlRootElement annotation specific to the LookupMyAccountInfoResponse.
|
Modifier and Type | Method and Description |
---|---|
PatronLookupResponse |
LookupMyAccountInfoClient.lookupMyAccountInfo(PatronLookupOptionalParams optionalParams)
Performs a lookupMyAccountInfo request using the provided parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupPatronInfoResponse
This class extends PatronLookupResposne with an @XmlRootElement annotation specific to the LookupPatronInfoResponse.
|
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) |
Copyright © 2015. All rights reserved.