|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.messages.SIP2Message
com.pkrete.jsip2.messages.SIP2MessageRequest
com.pkrete.jsip2.messages.requests.SIP2PatronEnableRequest
public class SIP2PatronEnableRequest
This class represents the message that can be used to re-enable canceled
patrons. It should only be used for system testing and validation. The ILS
should respond with SIP2PatronEnableResponse
message.
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
counter, errorDetectionEnabled, feeAcknowledged, patronPassword, terminalPassword, useFeeAcknowledged |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2Message |
|---|
bibId, checkSum, code, currencyType, currentLocation, expirationDate, feeAmount, feeType, institutionId, itemIdentifier, itemProperties, patronIdentifier, pickupLocation, sequence, titleIdentifier, transactionDate, transactionId |
| Constructor Summary | |
|---|---|
SIP2PatronEnableRequest(String patronIdentifier)
Constructs and initializes a new SIP2PatronEnableRequest object with the given values. |
|
SIP2PatronEnableRequest(String institutionId,
String patronIdentifier)
Constructs and initializes a new SIP2PatronEnableRequest object with the given values. |
|
SIP2PatronEnableRequest(String institutionId,
String patronIdentifier,
String patronPassword)
Constructs and initializes a new SIP2PatronEnableRequest object with the given values. |
|
SIP2PatronEnableRequest(String institutionId,
String terminalPassword,
String patronIdentifier,
String patronPassword)
Constructs and initializes a new SIP2PatronEnableRequest object with the given values. |
|
| Method Summary | |
|---|---|
String |
getData()
Returns a string presentation of the message. |
| Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
getCheckSum, getPatronPassword, getTerminalPassword, isErrorDetectionEnabled, isFeeAcknowledged, isUseFeeAcknowledged, setErrorDetectionEnabled, setFeeAcknowledged, setPatronPassword, setTerminalPassword, setUseFeeAcknowledged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIP2PatronEnableRequest(String patronIdentifier)
patronIdentifier - an identifying value for the patron
public SIP2PatronEnableRequest(String institutionId,
String patronIdentifier)
institutionId - library's institution idpatronIdentifier - an identifying value for the patron
public SIP2PatronEnableRequest(String institutionId,
String patronIdentifier,
String patronPassword)
institutionId - library's institution idpatronIdentifier - an identifying value for the patronpatronPassword - password (PIN) of the patron
public SIP2PatronEnableRequest(String institutionId,
String terminalPassword,
String patronIdentifier,
String patronPassword)
institutionId - library's institution idterminalPassword - password to login the ILSpatronIdentifier - an identifying value for the patronpatronPassword - password (PIN) of the patron| Method Detail |
|---|
public String getData()
SIP2Message
getData in class SIP2Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||