Class POPUPSessionController
- java.lang.Object
-
- org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
-
- org.silverpeas.web.notificationserver.channel.popup.POPUPSessionController
-
- All Implemented Interfaces:
Serializable
,ComponentSessionController
,SessionCloseable
public class POPUPSessionController extends AbstractComponentSessionController
Class declaration- Version:
- %I%, %G%
- Author:
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
currentFunction
protected long
currentMessageId
-
Fields inherited from class org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
context
-
-
Constructor Summary
Constructors Constructor Description POPUPSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getComponentInstName()
String
getCurrentFunction()
Method declarationlong
getCurrentMessageId()
Method declarationPOPUPMessage
getMessage(long messageId)
Method declarationvoid
setCurrentFunction(String currentFunction)
Method declarationvoid
setCurrentMessageId(long value)
Method declaration-
Methods inherited from class org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
addClipboardSelection, clipboardPasteDone, close, getClipboardErrorMessage, getClipboardExceptionError, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getHighestSilverpeasUserRole, getIcon, getLanguage, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoles, getZoneId, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardSelectedElement, setComponentRootName, setSpaceModeMaintenance
-
-
-
-
Field Detail
-
currentFunction
protected String currentFunction
-
currentMessageId
protected long currentMessageId
-
-
Constructor Detail
-
POPUPSessionController
public POPUPSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructor declaration
-
-
Method Detail
-
getComponentInstName
protected String getComponentInstName()
-
setCurrentFunction
public void setCurrentFunction(String currentFunction)
Method declaration- Parameters:
currentFunction
-
-
getCurrentFunction
public String getCurrentFunction()
Method declaration- Returns:
-
getMessage
public POPUPMessage getMessage(long messageId) throws POPUPException
Method declaration- Parameters:
messageId
-- Returns:
- Throws:
POPUPException
-
getCurrentMessageId
public long getCurrentMessageId()
Method declaration- Returns:
-
setCurrentMessageId
public void setCurrentMessageId(long value)
Method declaration- Parameters:
value
-
-
-