java.lang.Object
org.xbib.interlibrary.ui.ApiModule
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
,org.xbib.interlibrary.api.ApplicationModule
,org.xbib.interlibrary.common.InterlibraryModule
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
boolean
executeInterface
(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) Internal Digibib "SOAP XML interface" tracking method.boolean
executeTrack
(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) German ILL CGI order tracking.boolean
executeTransportServiceList
(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) org.xbib.interlibrary.common.Interlibrary
getName()
void
getOrder
(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) void
run()
void
setInterlibrary
(org.xbib.interlibrary.common.Interlibrary interlibrary)
-
Konstruktordetails
-
ApiModule
public ApiModule()
-
-
Methodendetails
-
getName
- Angegeben von:
getName
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
dependsOn
- Angegeben von:
dependsOn
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
setInterlibrary
public void setInterlibrary(org.xbib.interlibrary.common.Interlibrary interlibrary) - Angegeben von:
setInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
getInterlibrary
public org.xbib.interlibrary.common.Interlibrary getInterlibrary()- Angegeben von:
getInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
run
public void run()- Angegeben von:
run
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
- Angegeben von:
run
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
getOrder
public void getOrder(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) throws IOException- Löst aus:
IOException
-
executeInterface
public boolean executeInterface(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) throws IOException, XMLStreamExceptionInternal Digibib "SOAP XML interface" tracking method.- Parameter:
params
- parmasoutputStream
- output stream- Gibt zurück:
- true if executed, false if not
- Löst aus:
IOException
- if execution failsXMLStreamException
- if XML generation fails
-
executeTrack
public boolean executeTrack(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) throws IOException, XMLStreamExceptionGerman ILL CGI order tracking.- Löst aus:
IOException
XMLStreamException
-
executeTransportServiceList
public boolean executeTransportServiceList(org.xbib.datastructures.common.MultiMap<String, Object> params, OutputStream outputStream) throws IOException- Löst aus:
IOException
-
close
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in SchnittstelleCloseable
- Löst aus:
IOException
-