public class GRSFNotificationService extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements GRSFManageWidgetService
| Constructor and Description |
|---|
GRSFNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIdentifierExists(String id)
Identifier of the record (UUID)
|
boolean |
checkIdentifierExistsInDomain(String id,
String domain)
Identifier of the record (UUID)
|
boolean |
checkSemanticIdentifierExists(String semanticIdentifier)
Check that a record with such semantic identifier exists
|
boolean |
checkSemanticIdentifierExistsInDomain(String semanticIdentifier,
String domain)
Check that a record with such semantic identifier exists in a given domain
|
org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue |
getCatalogue(String discoverScope)
Instanciate the ckan util library.
|
ManageProductBean |
getProductBeanById(String productIdentifier)
Get the product bean from the product identifier
|
boolean |
isAdminUser()
check if the user has the rights to manage the item
|
String |
notifyProductUpdate(ManageProductBean bean)
Notify product update
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue getCatalogue(String discoverScope) throws Exception
discoverScope - if you want to the discover the utils library in this specified scopeExceptionpublic ManageProductBean getProductBeanById(String productIdentifier) throws Exception
GRSFManageWidgetServicegetProductBeanById in interface GRSFManageWidgetServiceExceptionpublic boolean isAdminUser()
GRSFManageWidgetServiceisAdminUser in interface GRSFManageWidgetServicepublic boolean checkSemanticIdentifierExists(String semanticIdentifier) throws Exception
GRSFManageWidgetServicecheckSemanticIdentifierExists in interface GRSFManageWidgetServiceExceptionpublic boolean checkSemanticIdentifierExistsInDomain(String semanticIdentifier, String domain) throws Exception
GRSFManageWidgetServicecheckSemanticIdentifierExistsInDomain in interface GRSFManageWidgetServiceExceptionpublic boolean checkIdentifierExists(String id) throws Exception
GRSFManageWidgetServicecheckIdentifierExists in interface GRSFManageWidgetServiceExceptionpublic boolean checkIdentifierExistsInDomain(String id, String domain) throws Exception
GRSFManageWidgetServicecheckIdentifierExistsInDomain in interface GRSFManageWidgetServicedomain - (stock or fishery)Exceptionpublic String notifyProductUpdate(ManageProductBean bean) throws Exception
GRSFManageWidgetServicenotifyProductUpdate in interface GRSFManageWidgetServiceExceptionCopyright © 2017. All Rights Reserved.