|
||||||||||
| 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.SIP2RenewAllRequest
public class SIP2RenewAllRequest
This class represents the message that is used to renew all items that the
patron has checked out. The ILS SIP server should respond with the
SIP2RenewAllResponse 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 | |
|---|---|
SIP2RenewAllRequest(String patronId)
Constructs and initializes a new SIP2RenewAllRequest object with the given values. |
|
SIP2RenewAllRequest(String institutionId,
String patronId)
Constructs and initializes a new SIP2RenewAllRequest object with the given values. |
|
SIP2RenewAllRequest(String institutionId,
String patronId,
String patronPassword)
Constructs and initializes a new SIP2RenewAllRequest object with the given values. |
|
SIP2RenewAllRequest(String institutionId,
String terminalPassword,
String patronId,
String patronPassword)
Constructs and initializes a new SIP2RenewAllRequest 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 SIP2RenewAllRequest(String patronId)
patronId - an identifying value for the patron
public SIP2RenewAllRequest(String institutionId,
String patronId)
institutionId - library's institution idpatronId - an identifying value for the patron
public SIP2RenewAllRequest(String institutionId,
String patronId,
String patronPassword)
institutionId - library's institution idpatronId - an identifying value for the patronpatronPassword - password (PIN) of the patron
public SIP2RenewAllRequest(String institutionId,
String terminalPassword,
String patronId,
String patronPassword)
institutionId - library's institution idterminalPassword - password to login the ILSpatronId - 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 | |||||||||