Uses of Class
org.gatein.pc.portlet.state.consumer.ConsumerState
Packages that use ConsumerState
-
Uses of ConsumerState in org.gatein.pc.portlet.impl.state.consumer
Methods in org.gatein.pc.portlet.impl.state.consumer with parameters of type ConsumerStateModifier and TypeMethodDescriptionAbstractConsumerPersistenceManagerService.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.consumerMethods in org.gatein.pc.portlet.state.consumer with parameters of type ConsumerStateModifier and TypeMethodDescriptionConsumerPersistenceManager.createState(ConsumerState<S> state) Create the initial state.voidConsumerPersistenceManager.updateState(String stateId, ConsumerState<S> propertyMap) Update the state.