public interface TabularResourceManagerProxy extends org.gcube.data.analysis.tabulardata.commons.webservice.Sharable<Long,org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource,org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException>
| Modifier and Type | Method and Description |
|---|---|
void |
cleanDatabase() |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource |
createTabularResource(org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResourceType type) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource> |
getAllTabularResources() |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.notifications.Notification> |
getNotificationPerTabularResource(long id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.notifications.Notification> |
getNotificationPerUser() |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource |
getTabularResource(long id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource> |
getTabularResourcesByType(String type) |
void |
remove(long id) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource |
updateTabularResource(org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource tabularResource) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource createTabularResource(org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResourceType type)
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource> getAllTabularResources()
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource> getTabularResourcesByType(String type)
void remove(long id)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource updateTabularResource(org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource tabularResource)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResource getTabularResource(long id)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.notifications.Notification> getNotificationPerTabularResource(long id)
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.notifications.Notification> getNotificationPerUser()
void cleanDatabase()
Copyright © 2015. All Rights Reserved.