org.gcube.application.aquamaps.aquamapsspeciesview.servlet.db
Interface DBInterface

All Known Implementing Classes:
DBManager

public interface DBInterface


Method Summary
 void cleanMaps(String requestId)
           
 void fetchSpecies()
           
 String getMaps(String mapRequestId, org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.PagedRequestSettings settings)
           
 String getPhylogenyJSON(String level)
           
 boolean isUpToDate()
           
 Integer putMaps(String mapRequestId, List<CompoundMapItem> items)
           
 

Method Detail

getPhylogenyJSON

String getPhylogenyJSON(String level)
                        throws Exception
Throws:
Exception

getMaps

String getMaps(String mapRequestId,
               org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.PagedRequestSettings settings)
               throws Exception
Throws:
Exception

putMaps

Integer putMaps(String mapRequestId,
                List<CompoundMapItem> items)
                throws Exception
Throws:
Exception

cleanMaps

void cleanMaps(String requestId)
               throws Exception
Throws:
Exception

isUpToDate

boolean isUpToDate()

fetchSpecies

void fetchSpecies()
                  throws RemoteException,
                         Exception
Throws:
RemoteException
Exception


Copyright © 2013. All Rights Reserved.