org.gcube.application.speciesmanager.stubs.calls
Class ManagerCalls

java.lang.Object
  extended by org.gcube.application.speciesmanager.stubs.calls.Call
      extended by org.gcube.application.speciesmanager.stubs.calls.ManagerCalls

public class ManagerCalls
extends Call


Field Summary
 
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
 
Method Summary
protected  String getPortTypeName()
           
 Iterator<ResultItem> searchByCommonName(String commonName, Property... props)
           
 Iterator<ResultItem> searchByScientificName(String scientificName, Property... props)
           
 
Methods inherited from class org.gcube.application.speciesmanager.stubs.calls.Call
getServiceClass, getServiceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getPortTypeName

protected String getPortTypeName()

searchByScientificName

public Iterator<ResultItem> searchByScientificName(String scientificName,
                                                   Property... props)
                                            throws Exception
Parameters:
scientificName - the sentific name to search
a - 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 search
props -
Returns:
an iterator over ResultItem
Throws:
Exception


Copyright © 2012. All Rights Reserved.