- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- LocationBasedManagementInterfaceImpl
- public interface LocationBasedManagementInterface
- extends java.rmi.Remote
Title:
|
Method Summary |
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createCancel(long internal_request_id,
java.lang.String requester_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createCancelReply(long internal_request_id,
java.lang.Boolean answer,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createCheckedIn(long internal_request_id,
java.util.Date date_checked_in,
java.lang.String responder_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createConditionalAnswer(long internal_request_id,
int condition,
java.lang.String date_for_reply,
java.lang.String responder_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createConditionalReply(long internal_request_id,
java.lang.Boolean answer,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createDamaged(long internal_request_id,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createEstimateAnswer(long internal_request_id,
java.lang.String estimate,
java.util.Vector locations)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createExpired(long internal_request_id)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createForwardIndication(long internal_request_id,
java.lang.String new_responder_symbol,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createHoldPlacedAnswer(long internal_request_id,
java.util.Date estimated_date_available,
int hold_placed_medium_type,
java.util.Vector locations)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createLocationsProvidedAnswer(long internal_request_id,
int reason_locations_provided,
java.util.Vector location_symbols)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createLost(long internal_request_id,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createMessage(long internal_request_id,
java.lang.String note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createOverdue(long internal_request_id,
java.util.Date date_due,
boolean renewable,
java.lang.String responder_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createRecall(long internal_request_id,
java.lang.String requester_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createReceived(long internal_request_id)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createRenew(long internal_request_id,
java.util.Date desired_due_date,
java.lang.String requester_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createRenewAnswer(long internal_request_id,
boolean answer,
java.util.Date date_due,
boolean renewable,
java.lang.String responder_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createRequest(java.lang.String tgq,
java.lang.String requester_symbol,
java.lang.String responder_symbol,
java.lang.String initial_requester_symbol,
java.lang.String patron_symbol,
java.lang.String patron_status,
java.lang.String patron_name,
java.lang.Boolean allow_forwarding,
java.lang.Boolean allow_chaining,
java.lang.Boolean allow_partitioning,
java.lang.Boolean allow_change_send_to_list,
long transaction_type,
org.w3c.dom.Document request_doc)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createRetryAnswer(long internal_request_id,
int reason_not_available,
java.util.Date retry_date,
java.util.Vector location_symbols)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createReturned(long internal_request_id,
java.util.Date date_returned,
java.lang.String returned_via,
java.lang.String requester_note)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createShipped(long internal_request_id,
long shipped_service_type,
java.util.Date date_shipped,
java.util.Date date_due,
java.lang.Boolean renewable,
java.lang.Long chargeable_units,
java.lang.String cost,
java.lang.Long conditions)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createStatusOrErrorReport(long internal_request_id)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createStatusQuery(long internal_request_id,
java.lang.String note)
|
java.lang.String |
createTransactionGroup(java.lang.String patron_name,
java.lang.String patron_status,
java.lang.String patron_symbol,
org.w3c.dom.Document request_doc)
Requires
Provides
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createUnfilledAnswer(long internal_request_id,
int reason_unfilled,
java.util.Vector location_symbols)
|
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type |
createWillSupplyAnswerAnswer(long internal_request_id,
int reason_will_supply,
java.util.Date supply_date,
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.Postal_Address_type return_to_address,
java.util.Vector locations)
|
void |
release()
Disconnect from the request management service. |
void |
startRota(java.lang.String tgq)
|
release
public void release()
throws java.rmi.RemoteException
- Disconnect from the request management service.
Requires
Provides
createTransactionGroup
public java.lang.String createTransactionGroup(java.lang.String patron_name,
java.lang.String patron_status,
java.lang.String patron_symbol,
org.w3c.dom.Document request_doc)
throws java.rmi.RemoteException
- Requires
Provides
startRota
public void startRota(java.lang.String tgq)
throws java.rmi.RemoteException
createRequest
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createRequest(java.lang.String tgq,
java.lang.String requester_symbol,
java.lang.String responder_symbol,
java.lang.String initial_requester_symbol,
java.lang.String patron_symbol,
java.lang.String patron_status,
java.lang.String patron_name,
java.lang.Boolean allow_forwarding,
java.lang.Boolean allow_chaining,
java.lang.Boolean allow_partitioning,
java.lang.Boolean allow_change_send_to_list,
long transaction_type,
org.w3c.dom.Document request_doc)
throws java.rmi.RemoteException
createForwardIndication
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createForwardIndication(long internal_request_id,
java.lang.String new_responder_symbol,
java.lang.String note)
throws java.rmi.RemoteException
createShipped
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createShipped(long internal_request_id,
long shipped_service_type,
java.util.Date date_shipped,
java.util.Date date_due,
java.lang.Boolean renewable,
java.lang.Long chargeable_units,
java.lang.String cost,
java.lang.Long conditions)
throws java.rmi.RemoteException
createConditionalAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createConditionalAnswer(long internal_request_id,
int condition,
java.lang.String date_for_reply,
java.lang.String responder_note)
throws java.rmi.RemoteException
createRetryAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createRetryAnswer(long internal_request_id,
int reason_not_available,
java.util.Date retry_date,
java.util.Vector location_symbols)
throws java.rmi.RemoteException
createUnfilledAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createUnfilledAnswer(long internal_request_id,
int reason_unfilled,
java.util.Vector location_symbols)
throws java.rmi.RemoteException
createLocationsProvidedAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createLocationsProvidedAnswer(long internal_request_id,
int reason_locations_provided,
java.util.Vector location_symbols)
throws java.rmi.RemoteException
createWillSupplyAnswerAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createWillSupplyAnswerAnswer(long internal_request_id,
int reason_will_supply,
java.util.Date supply_date,
com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.Postal_Address_type return_to_address,
java.util.Vector locations)
throws java.rmi.RemoteException
createHoldPlacedAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createHoldPlacedAnswer(long internal_request_id,
java.util.Date estimated_date_available,
int hold_placed_medium_type,
java.util.Vector locations)
throws java.rmi.RemoteException
createEstimateAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createEstimateAnswer(long internal_request_id,
java.lang.String estimate,
java.util.Vector locations)
throws java.rmi.RemoteException
createConditionalReply
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createConditionalReply(long internal_request_id,
java.lang.Boolean answer,
java.lang.String note)
throws java.rmi.RemoteException
createCancel
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createCancel(long internal_request_id,
java.lang.String requester_note)
throws java.rmi.RemoteException
createCancelReply
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createCancelReply(long internal_request_id,
java.lang.Boolean answer,
java.lang.String note)
throws java.rmi.RemoteException
createReceived
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createReceived(long internal_request_id)
throws java.rmi.RemoteException
createRecall
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createRecall(long internal_request_id,
java.lang.String requester_note)
throws java.rmi.RemoteException
createReturned
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createReturned(long internal_request_id,
java.util.Date date_returned,
java.lang.String returned_via,
java.lang.String requester_note)
throws java.rmi.RemoteException
createCheckedIn
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createCheckedIn(long internal_request_id,
java.util.Date date_checked_in,
java.lang.String responder_note)
throws java.rmi.RemoteException
createOverdue
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createOverdue(long internal_request_id,
java.util.Date date_due,
boolean renewable,
java.lang.String responder_note)
throws java.rmi.RemoteException
createRenew
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createRenew(long internal_request_id,
java.util.Date desired_due_date,
java.lang.String requester_note)
throws java.rmi.RemoteException
createRenewAnswer
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createRenewAnswer(long internal_request_id,
boolean answer,
java.util.Date date_due,
boolean renewable,
java.lang.String responder_note)
throws java.rmi.RemoteException
createLost
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createLost(long internal_request_id,
java.lang.String note)
throws java.rmi.RemoteException
createDamaged
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createDamaged(long internal_request_id,
java.lang.String note)
throws java.rmi.RemoteException
createMessage
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createMessage(long internal_request_id,
java.lang.String note)
throws java.rmi.RemoteException
createStatusQuery
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createStatusQuery(long internal_request_id,
java.lang.String note)
throws java.rmi.RemoteException
createStatusOrErrorReport
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createStatusOrErrorReport(long internal_request_id)
throws java.rmi.RemoteException
createExpired
public com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type createExpired(long internal_request_id)
throws java.rmi.RemoteException