@RemoteServiceRelativePath(value="grsfmanageservice")
public interface GRSFManageWidgetService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
checkIdentifierExists(String id)
Identifier of the record (UUID)
|
String |
checkIdentifierExistsInDomain(String id,
String domain)
Identifier of the record (UUID)
|
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
|
void |
notifyProductUpdate(ManageProductBean bean)
Notify product update
|
Boolean |
performRevertOperation(RevertableOperationInfo rInfo)
Perform a revert operation
|
RevertableOperationInfo |
validateRevertOperation(String url)
Check if the given url for reverting the operation is valid and get back the needed info to proceed
|
boolean isAdminUser()
ManageProductBean getProductBeanById(String identifier) throws Exception
identifier - Exceptionvoid notifyProductUpdate(ManageProductBean bean) throws Exception
ExceptionString checkIdentifierExists(String id) throws Exception
id - ExceptionString checkIdentifierExistsInDomain(String id, String domain) throws Exception
id - domain - (stock or fishery)ExceptionRevertableOperationInfo validateRevertOperation(String url) throws Exception
url - ExceptionBoolean performRevertOperation(RevertableOperationInfo rInfo) throws Exception
rInfo - ExceptionCopyright © 2018. All Rights Reserved.