public class TourServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TourService
Modifier and Type | Field and Description |
---|---|
boolean |
withinPortal |
Constructor and Description |
---|
TourServiceImpl() |
Modifier and Type | Method and Description |
---|---|
static String |
getUniqueIdentifier(String username,
String portletid)
need to trunc to 75 char as declared in the schema ( type character varying(75))
|
void |
setNotShowItAgain(String portletUniqueId) |
Boolean |
showTour(String portletUniqueId)
check if a custom attribute with name portlet name exists
|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public Boolean showTour(String portletUniqueId)
showTour
in interface TourService
public void setNotShowItAgain(String portletUniqueId)
setNotShowItAgain
in interface TourService
Copyright © 2014. All Rights Reserved.