|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Responses | |
---|---|
com.indexdata.mkjsf.controls | UI controls - a configurable pager component for browsing through search results a page at a time |
com.indexdata.mkjsf.pazpar2 | Overall control and execution of search logic. |
com.indexdata.mkjsf.pazpar2.commands | Each Pazpar2 command is represented by a class with methods for setting parameters and running the command against the selected Pazpar2 service. |
com.indexdata.mkjsf.pazpar2.data.sp | Service Proxy responses produced by Service Proxy commands. |
Uses of Responses in com.indexdata.mkjsf.controls |
---|
Constructors in com.indexdata.mkjsf.controls with parameters of type Responses | |
---|---|
ResultsPager(Responses data)
|
|
ResultsPager(Responses data,
int pageRange,
Pazpar2Commands req)
|
Uses of Responses in com.indexdata.mkjsf.pazpar2 |
---|
Methods in com.indexdata.mkjsf.pazpar2 that return Responses | |
---|---|
Responses |
Pz2Service.getPzresp()
|
Constructors in com.indexdata.mkjsf.pazpar2 with parameters of type Responses | |
---|---|
CommandThread(Pazpar2Command command,
SearchClient client,
Responses pzresp)
|
Uses of Responses in com.indexdata.mkjsf.pazpar2.commands |
---|
Methods in com.indexdata.mkjsf.pazpar2.commands with parameters of type Responses | |
---|---|
ResponseDataObject |
Pazpar2Command.run(SearchClient client,
Responses pzresp)
Executes the command in a thread. |
Uses of Responses in com.indexdata.mkjsf.pazpar2.data.sp |
---|
Constructors in com.indexdata.mkjsf.pazpar2.data.sp with parameters of type Responses | |
---|---|
SpResponses(Responses responses)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |