Uses of Class
org.gatein.pc.portlet.state.InvalidStateIdException
Packages that use InvalidStateIdException
Package
Description
-
Uses of InvalidStateIdException in org.gatein.pc.portlet.impl.state.consumer
Methods in org.gatein.pc.portlet.impl.state.consumer that throw InvalidStateIdExceptionModifier and TypeMethodDescriptionvoidAbstractConsumerPersistenceManagerService.destroyState(String stateId) voidAbstractConsumerPersistenceManagerService.updateState(String stateId, ConsumerState<S> state) -
Uses of InvalidStateIdException in org.gatein.pc.portlet.impl.state.producer
Methods in org.gatein.pc.portlet.impl.state.producer that throw InvalidStateIdExceptionModifier and TypeMethodDescriptionprotected PortletStateContextPortletStatePersistenceManagerService.destroyStateContext(String stateId) protected PortletStateContextPortletStatePersistenceManagerService.getStateContext(String stateId) -
Uses of InvalidStateIdException in org.gatein.pc.portlet.state.consumer
Methods in org.gatein.pc.portlet.state.consumer that throw InvalidStateIdExceptionModifier and TypeMethodDescriptionvoidConsumerPersistenceManager.destroyState(String stateId) Destroy the state.Load the state.voidConsumerPersistenceManager.updateState(String stateId, ConsumerState<S> propertyMap) Update the state. -
Uses of InvalidStateIdException in org.gatein.pc.portlet.state.producer
Methods in org.gatein.pc.portlet.state.producer that throw InvalidStateIdExceptionModifier 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 abstract PortletStateContextAbstractPortletStatePersistenceManager.destroyStateContext(String stateId) protected PortletStateprotected abstract PortletStateContextAbstractPortletStatePersistenceManager.getStateContext(String stateId) Load 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.