@RemoteServiceRelativePath(value="grsfmanageservice")
public interface GRSFManageWidgetService
extends com.google.gwt.user.client.rpc.RemoteService
| 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
|
ManageProductBean |
getProductBeanById(String identifier)
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
|
boolean isAdminUser()
ManageProductBean getProductBeanById(String identifier) throws Exception
identifier - ExceptionString notifyProductUpdate(ManageProductBean bean) throws Exception
Exceptionboolean checkSemanticIdentifierExists(String semanticIdentifier) throws Exception
semanticIdentifier - Exceptionboolean checkSemanticIdentifierExistsInDomain(String semanticIdentifier, String domain) throws Exception
semanticIdentifier - domain - Exceptionboolean checkIdentifierExists(String id) throws Exception
id - ExceptionCopyright © 2017. All Rights Reserved.