Uses of Class
org.gatein.pc.portlet.state.consumer.ConsumerState
-
Packages that use ConsumerState Package Description org.gatein.pc.portlet.impl.state.consumer org.gatein.pc.portlet.state.consumer -
-
Uses of ConsumerState in org.gatein.pc.portlet.impl.state.consumer
Methods in org.gatein.pc.portlet.impl.state.consumer with parameters of type ConsumerState Modifier and Type Method Description StringAbstractConsumerPersistenceManagerService. createState(ConsumerState<S> state)voidAbstractConsumerPersistenceManagerService. updateState(String stateId, ConsumerState<S> state) -
Uses of ConsumerState in org.gatein.pc.portlet.state.consumer
Subclasses of ConsumerState in org.gatein.pc.portlet.state.consumer Modifier and Type Class Description classConsumerStateContext<S extends Serializable>Methods in org.gatein.pc.portlet.state.consumer with parameters of type ConsumerState Modifier and Type Method Description StringConsumerPersistenceManager. createState(ConsumerState<S> state)Create the initial state.voidConsumerPersistenceManager. updateState(String stateId, ConsumerState<S> propertyMap)Update the state.
-