Uses of Interface
edu.wisc.my.webproxy.beans.http.IWebProxyState

Packages that use IWebProxyState
edu.wisc.my.webproxy.beans.http   
 

Uses of IWebProxyState in edu.wisc.my.webproxy.beans.http
 

Classes in edu.wisc.my.webproxy.beans.http that implement IWebProxyState
 class WebProxyStateImpl
          WebProxyStateImpl represents the default JPA/Hibernate implementation of IWebProxyState.
 

Methods in edu.wisc.my.webproxy.beans.http that return IWebProxyState
protected  IWebProxyState HttpManagerService.getOrCreateState(javax.portlet.PortletRequest request, String stateKey)
           
 IWebProxyState WebProxyStateJpaDaoImpl.getState(String stateKey)
           
 IWebProxyState IWebProxyStateDao.getState(String id)
          Retrieve an IWebProxyState from the store by its unique String key.
 IWebProxyState WebProxyStateJpaDaoImpl.saveState(IWebProxyState state)
           
 IWebProxyState IWebProxyStateDao.saveState(IWebProxyState state)
          Save an IWebProxyState to the store.
 

Methods in edu.wisc.my.webproxy.beans.http with parameters of type IWebProxyState
 IWebProxyState WebProxyStateJpaDaoImpl.saveState(IWebProxyState state)
           
 IWebProxyState IWebProxyStateDao.saveState(IWebProxyState state)
          Save an IWebProxyState to the store.
 



Copyright © 2010 Jasig. All Rights Reserved.