Uses of Class
org.exoplatform.services.uistate.bean.UIStateDataBean

Packages that use UIStateDataBean
org.exoplatform.services.uistate   
org.exoplatform.services.uistate.rest   
org.exoplatform.services.xmpp.connection.impl   
 

Uses of UIStateDataBean in org.exoplatform.services.uistate
 

Methods in org.exoplatform.services.uistate that return UIStateDataBean
 UIStateDataBean UIStateSession.getUIStateData()
           
 

Methods in org.exoplatform.services.uistate with parameters of type UIStateDataBean
 void UIStateSession.setUIStateData(UIStateDataBean uiStateData)
           
 

Uses of UIStateDataBean in org.exoplatform.services.uistate.rest
 

Methods in org.exoplatform.services.uistate.rest with parameters of type UIStateDataBean
 org.exoplatform.services.rest.Response UIStateService.saveState(java.lang.String userName, java.lang.String unreadMessageCnt, UIStateDataBean stateData)
           
 

Uses of UIStateDataBean in org.exoplatform.services.xmpp.connection.impl
 

Methods in org.exoplatform.services.xmpp.connection.impl that return UIStateDataBean
 UIStateDataBean XMPPSessionImpl.getUIStateData()
           
 

Methods in org.exoplatform.services.xmpp.connection.impl with parameters of type UIStateDataBean
 void XMPPSessionImpl.setUIStateData(UIStateDataBean uiStateData)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.