DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.cat
Class GetAllStandardsDocuments

java.lang.Object
  extended by org.dlese.dpc.serviceclients.cat.CATWebService
      extended by org.dlese.dpc.serviceclients.cat.GetAllStandardsDocuments

public class GetAllStandardsDocuments
extends CATWebService

See

Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.serviceclients.cat.CATWebService
baseUrl, password, username
 
Constructor Summary
GetAllStandardsDocuments()
          Constructor for the GetAllStandardsDocuments object
GetAllStandardsDocuments(String username, String password, String baseUrl)
          Constructor for the GetAllStandardsDocuments object
 
Method Summary
 List getAllDocs()
          Gets the suggestions attribute of the GetAllStandardsDocuments object
 Map getAllDocsMap()
          Gets the suggestions attribute of the GetAllStandardsDocuments object
protected  String getMethod()
          Gets the method attribute of the CATWebService object
static void main(String[] args)
          The main program for the GetAllStandardsDocuments 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

GetAllStandardsDocuments

public GetAllStandardsDocuments()
Constructor for the GetAllStandardsDocuments object


GetAllStandardsDocuments

public GetAllStandardsDocuments(String username,
                                String password,
                                String baseUrl)
Constructor for the GetAllStandardsDocuments object

Parameters:
username - NOT YET DOCUMENTED // * @param password NOT YET DOCUMENTED
Method Detail

getMethod

protected String getMethod()
Description copied from class: CATWebService
Gets the method attribute of the CATWebService object

Specified by:
getMethod in class CATWebService
Returns:
The method value

getAllDocs

public List getAllDocs()
                throws Exception
Gets the suggestions attribute of the GetAllStandardsDocuments object

Parameters:
resourceUrl - NOT YET DOCUMENTED
constraints - NOT YET DOCUMENTED
Returns:
The suggestions value
Throws:
Exception - NOT YET DOCUMENTED

getAllDocsMap

public Map getAllDocsMap()
                  throws Exception
Gets the suggestions attribute of the GetAllStandardsDocuments object

Parameters:
resourceUrl - NOT YET DOCUMENTED
constraints - NOT YET DOCUMENTED
Returns:
The suggestions value
Throws:
Exception - NOT YET DOCUMENTED

main

public static void main(String[] args)
The main program for the GetAllStandardsDocuments class

Parameters:
args - The command line arguments

DLESE Tools
v1.6.0