|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.serviceclients.cat.CATWebService
org.dlese.dpc.serviceclients.cat.SuggestStandards
public class SuggestStandards
See
| Field Summary |
|---|
| Fields inherited from class org.dlese.dpc.serviceclients.cat.CATWebService |
|---|
baseUrl, password, username |
| Constructor Summary | |
|---|---|
SuggestStandards()
Constructor for the SuggestStandards object |
|
SuggestStandards(String username,
String password,
String baseUrl)
Constructor for the SuggestStandards object supplying username, password and baseUrl |
|
| Method Summary | |
|---|---|
protected String |
getMethod()
Gets the method attribute of the CATWebService object |
List |
getSuggestions(CATRequestConstraints constraints)
Gets the suggestions attribute of the SuggestStandards object |
List |
getSuggestions(String resourceUrl,
Map optionalArgs)
|
static void |
main(String[] args)
The main program for the SuggestStandards class |
| Methods inherited from class org.dlese.dpc.serviceclients.cat.CATWebService |
|---|
getErrorMsg, getResponse, getResponse, pp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuggestStandards()
public SuggestStandards(String username,
String password,
String baseUrl)
username - the client usernamepassword - the client passwordbaseUrl - the service baseUrl| Method Detail |
|---|
protected String getMethod()
CATWebService
getMethod in class CATWebService
public List getSuggestions(CATRequestConstraints constraints)
throws Exception
constraints - search request contraints
Exception - if request is not successful
public List getSuggestions(String resourceUrl,
Map optionalArgs)
throws Exception
resourceUrl - url for resource for which suggestions are madeoptionalArgs - additional search contraints
Exception - NOT YET DOCUMENTEDpublic static void main(String[] args)
args - The command line arguments
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||