Package | Description |
---|---|
org.ecoinformatics.seek.ecogrid |
Modifier and Type | Class and Description |
---|---|
class |
SelectableEcoGridService
This class extends from EcoGridService, it contains selected status from user
interface
|
Modifier and Type | Method and Description |
---|---|
static EcoGridService |
EcoGridService.copyEcoGridService(EcoGridService oldService)
This method will copy a ecogrid service to another one.
|
EcoGridService |
EcoGridServicesController.getService(java.lang.String endPoint)
Used for tying together related services Finds the EcoGridService for a
given endpoint
|
EcoGridService |
EcoGridServicesController.getService(java.lang.String serviceGroup,
java.lang.String serviceType)
Finds the EcoGridService for a given serviceGroup/serviceType pairing
|
Modifier and Type | Method and Description |
---|---|
void |
EcoGridServicesController.addService(EcoGridService service)
Add a service to service list.
|
java.lang.String |
EcoGridServicesController.authenticateForService(EcoGridService service)
Provides an authentication credential for the given service object (if
possible) Note that there may not be adequate information in the
EcoGridServicesController to support authentication for every service.
|
static EcoGridService |
EcoGridService.copyEcoGridService(EcoGridService oldService)
This method will copy a ecogrid service to another one.
|
Domain |
EcoGridServicesController.getServiceDomain(EcoGridService service) |
void |
EcoGridServicesController.removeService(EcoGridService service)
Remove a given service from current query service list.
|
void |
EcoGridServicesController.updateService(EcoGridService service)
Method to update a existed EcoGridService
|
Constructor and Description |
---|
EcoGridService(EcoGridService myService)
Copy constructor
|
SelectableEcoGridService(EcoGridService myService)
Copy Constructor, copy a EcoGridService and inited selected service name
and selected document type array
|