public class SelectableEcoGridService extends EcoGridService
| Constructor and Description |
|---|
SelectableEcoGridService()
Default constructor and inits selected service name and document type
array
|
SelectableEcoGridService(EcoGridService myService)
Copy Constructor, copy a EcoGridService and inited selected service name
and selected document type array
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectedDocumentType(SelectableDocumentType type)
Method to add a selected document type into list
|
static SelectableEcoGridService |
copySelectableEcoGridService(SelectableEcoGridService oldService)
This method will copy a ecogrid service to another one.
|
SelectableDocumentType[] |
getSelectableDocumentTypeList()
Method to get selectable DocumentType list(both selected and unselected)
|
SelectableServiceName |
getSelectableServiceName()
Method to get selected service name
|
SelectableDocumentType[] |
getSelectedDocumentTypeList()
Method to get selectable DocumentType list(only selected)
|
void |
setSelectableDocumentTypeList(SelectableDocumentType[] selectedDocumentTypeList)
Method to set selectable docuemnt type list
|
void |
setSelectableServiceName(SelectableServiceName selectedServiceName)
Method to set selectable service name(both selected and unselected)
|
void |
setSelectedDocumentTypeList(SelectableDocumentType[] selectedDocumentTypeList)
Method to set selected docuemnt type list(
|
static java.util.Vector |
transferServiceVectToDefaultSelectedServiceVect(java.util.Vector serviceVector)
Method to transfer a vecotr of ecogrid service to default selected
ecogrid service vector.
|
copyEcoGridService, getDescription, getDocumentTypeList, getEndPoint, getServiceClassification, getServiceGroup, getServiceName, getServiceType, getWsdlURL, print, setDescription, setDocumentTypeList, setEndPoint, setServiceClassification, setServiceGroup, setServiceName, setServiceType, setWsdlURLpublic SelectableEcoGridService()
public SelectableEcoGridService(EcoGridService myService)
myService - EcoGridServicepublic SelectableServiceName getSelectableServiceName()
public void setSelectableServiceName(SelectableServiceName selectedServiceName)
selectedServiceName - SelectedServiceNamepublic SelectableDocumentType[] getSelectableDocumentTypeList()
public void setSelectedDocumentTypeList(SelectableDocumentType[] selectedDocumentTypeList)
selectedDocumentTypeList - SelectedDocumentType[]public SelectableDocumentType[] getSelectedDocumentTypeList()
public void addSelectedDocumentType(SelectableDocumentType type)
selectedDocumentType - public void setSelectableDocumentTypeList(SelectableDocumentType[] selectedDocumentTypeList)
selectedDocumentTypeList - SelectedDocumentType[]public static java.util.Vector transferServiceVectToDefaultSelectedServiceVect(java.util.Vector serviceVector)
serviceVector - Vectorpublic static SelectableEcoGridService copySelectableEcoGridService(SelectableEcoGridService oldService) throws java.lang.Exception
oldService - EcoGridServicejava.lang.Exception