Uses of Class
org.gatein.pc.portlet.state.consumer.ConsumerStateContext
-
Packages that use ConsumerStateContext Package Description org.gatein.pc.portlet.impl.state.consumer org.gatein.pc.portlet.state.consumer -
-
Uses of ConsumerStateContext in org.gatein.pc.portlet.impl.state.consumer
Methods in org.gatein.pc.portlet.impl.state.consumer that return ConsumerStateContext Modifier and Type Method Description protected abstract ConsumerStateContext<S>AbstractConsumerPersistenceManagerService. get(String stateId)protected ConsumerStateContext<byte[]>ConsumerPersistenceManagerService. get(String stateId)ConsumerStateContext<S>AbstractConsumerPersistenceManagerService. loadState(String stateId)Methods in org.gatein.pc.portlet.impl.state.consumer with parameters of type ConsumerStateContext Modifier and Type Method Description protected abstract voidAbstractConsumerPersistenceManagerService. put(String stateId, ConsumerStateContext<S> state)protected voidConsumerPersistenceManagerService. put(String stateId, ConsumerStateContext<byte[]> state) -
Uses of ConsumerStateContext in org.gatein.pc.portlet.state.consumer
Methods in org.gatein.pc.portlet.state.consumer that return ConsumerStateContext Modifier and Type Method Description ConsumerStateContext<S>ConsumerPersistenceManager. loadState(String stateId)Load the state.
-