|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentSessionController
The interface for all component session controllers.
Method Detail |
---|
OrganisationController getOrganisationController()
String getLanguage()
UserDetail getUserDetail()
String getUserId()
String getSpaceLabel()
String getSpaceId()
String getComponentName()
String getComponentLabel()
String getComponentId()
List getComponentParameters()
String getComponentParameterValue(String parameterName)
String getComponentParameterValue(ComponentInstanceParameterName parameterName)
String[] getUserAvailComponentIds()
String[] getUserAvailSpaceIds()
String getComponentUrl()
Collection<SilverpeasRole> getSilverpeasUserRoles()
SilverpeasRole getHighestSilverpeasUserRole()
@Deprecated String[] getUserRoles()
@Deprecated String getUserRoleLevel()
UserPreferences getPersonalization()
ResourceLocator getMultilang()
ResourceLocator getIcon()
ResourceLocator getSettings()
boolean isAppInMaintenance()
void setAppModeMaintenance(boolean mode)
boolean isSpaceInMaintenance(String spaceId)
void setSpaceModeMaintenance(String spaceId, boolean mode)
Collection getClipboardSelectedObjects() throws Exception
Exception
String getClipboardErrorMessage() throws Exception
Exception
Exception getClipboardExceptionError() throws Exception
Exception
Collection getClipboardObjects() throws Exception
Exception
void addClipboardSelection(ClipboardSelection selection) throws Exception
Exception
String getClipboardName() throws Exception
Exception
Integer getClipboardCount() throws Exception
Exception
void clipboardPasteDone() throws Exception
Exception
void setClipboardSelectedElement(int index, boolean selected) throws Exception
Exception
int getClipboardSize() throws Exception
Exception
void removeClipboardElement(int index) throws Exception
Exception
void setClipboardError(String messageId, Exception ex) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |