Uses of Class
org.gatein.pc.portlet.state.NoSuchStateException
Packages that use NoSuchStateException
Package
Description
-
Uses of NoSuchStateException in org.gatein.pc.portlet.impl.state.consumer
Methods in org.gatein.pc.portlet.impl.state.consumer that throw NoSuchStateExceptionModifier and TypeMethodDescriptionvoidAbstractConsumerPersistenceManagerService.destroyState(String stateId) voidAbstractConsumerPersistenceManagerService.updateState(String stateId, ConsumerState<S> state) -
Uses of NoSuchStateException in org.gatein.pc.portlet.state.consumer
Methods in org.gatein.pc.portlet.state.consumer that throw NoSuchStateExceptionModifier and TypeMethodDescriptionvoidConsumerPersistenceManager.destroyState(String stateId) Destroy the state.Load the state.voidConsumerPersistenceManager.updateState(String stateId, ConsumerState<S> propertyMap) Update the state. -
Uses of NoSuchStateException in org.gatein.pc.portlet.state.producer
Methods in org.gatein.pc.portlet.state.producer that throw NoSuchStateExceptionModifier and TypeMethodDescriptionAbstractPortletStatePersistenceManager.cloneState(String stateId) AbstractPortletStatePersistenceManager.cloneState(String stateId, org.gatein.pc.api.state.PropertyMap propertyMap) PortletStatePersistenceManager.cloneState(String stateId) Clone an existing state.PortletStatePersistenceManager.cloneState(String stateId, org.gatein.pc.api.state.PropertyMap propertyMap) Clone an existing state.voidAbstractPortletStatePersistenceManager.destroyState(String stateId) voidPortletStatePersistenceManager.destroyState(String stateId) Destroy the state.protected PortletStateLoad the state.voidAbstractPortletStatePersistenceManager.updateState(String stateId, org.gatein.pc.api.state.PropertyMap propertyMap) voidPortletStatePersistenceManager.updateState(String stateId, org.gatein.pc.api.state.PropertyMap propertyMap) Update the state.