public class TourManagerServicesImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TourManagerServices
| Constructor and Description |
|---|
TourManagerServicesImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevelopmentUser()
when packaging test will fail if the user is not set to test.user
|
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.
|
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 static final String userid
public String getDevelopmentUser()
public boolean setShowNextTime(String callerIdentifier, int versionNumber, boolean show)
TourManagerServicessetShowNextTime in interface TourManagerServicespublic boolean isTourShowable(String callerIdentifier, int versionNumber)
TourManagerServicesisTourShowable in interface TourManagerServicesCopyright © 2019. All Rights Reserved.