lumis.service.pagepersonalization.widgetmanipulationaction
Class PagePersonalizationManager

Package class diagram package PagePersonalizationManager
java.lang.Object
  extended by lumis.service.pagepersonalization.widgetmanipulationaction.PagePersonalizationManager

public class PagePersonalizationManager
extends Object

Manager of the Page Personalization.

Since:
6.0.0

Nested Class Summary
static class PagePersonalizationManager.DeletedWidgetData
           
 
Constructor Summary
PagePersonalizationManager()
           
 
Method Summary
static void cleanUpThreadLocal()
          Clean up the current thread local.
static Set<PagePersonalizationManager.DeletedWidgetData> getDeletedWidgetsData(String serviceInstanceId)
           
static Set<PagePersonalizationManager.DeletedWidgetData> getDeletedWidgetsData(String[] widgetIds)
           
static List<String> getWidgetPreferences()
          Return the current thread local.
static void setWidgetPreferences(List<String> value)
          Sets a list of preferences of the user on the thread local.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagePersonalizationManager

public PagePersonalizationManager()
Method Detail

getDeletedWidgetsData

public static Set<PagePersonalizationManager.DeletedWidgetData> getDeletedWidgetsData(String[] widgetIds)
                                                                               throws PortalException
Throws:
PortalException

getDeletedWidgetsData

public static Set<PagePersonalizationManager.DeletedWidgetData> getDeletedWidgetsData(String serviceInstanceId)
                                                                               throws PortalException
Throws:
PortalException

getWidgetPreferences

public static List<String> getWidgetPreferences()
Return the current thread local.

Since:
6.0.2

cleanUpThreadLocal

public static void cleanUpThreadLocal()
Clean up the current thread local.

Since:
6.0.2

setWidgetPreferences

public static void setWidgetPreferences(List<String> value)
Sets a list of preferences of the user on the thread local.

Since:
6.0.2


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.