@RemoteServiceRelativePath(value="tourmanagerservice")
public interface TourManagerServices
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTourShowable(String callerIdentifier,
int versionNumber)
Check if this tour can be shown or not.
|
boolean |
setShowNextTime(String callerIdentifier,
int versionNumber,
boolean show)
Set the action to take for this tour.
|
boolean setShowNextTime(String callerIdentifier, int versionNumber, boolean show)
callerIdentifier - versionNumber - show - boolean isTourShowable(String callerIdentifier, int versionNumber)
Copyright © 2019. All Rights Reserved.