org.gcube.application.speciesmanager.stubs.calls
Class ManagerCalls
java.lang.Object
org.gcube.application.speciesmanager.stubs.calls.Call
org.gcube.application.speciesmanager.stubs.calls.ManagerCalls
public class ManagerCalls
- extends Call
| Fields inherited from class org.gcube.application.speciesmanager.stubs.calls.Call |
serviceEpr |
|
Constructor Summary |
ManagerCalls(org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
the ManagerCalls constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagerCalls
public ManagerCalls(org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws Exception
- the ManagerCalls constructor
- Parameters:
scope - securityManager -
- Throws:
Exception
getPortTypeName
protected String getPortTypeName()
searchByScientificName
public Iterator<ResultItem> searchByScientificName(String scientificName,
Property... props)
throws Exception
- Parameters:
scientificName - the sentific name to searcha - list of Property for search filtering
- Returns:
- an iterator over
ResultItem
- Throws:
Exception
searchByCommonName
public Iterator<ResultItem> searchByCommonName(String commonName,
Property... props)
throws Exception
- Parameters:
commonName - the commonName to searchprops -
- Returns:
- an iterator over
ResultItem
- Throws:
Exception
Copyright © 2012. All Rights Reserved.