Uses of Class
org.openwms.core.exception.StateChangeException

Packages that use StateChangeException
org.openwms.tms.domain.order Contains essential domain classes of the TMS module. 
org.openwms.tms.service.delegate Interface to implemented by delegate classes of the TMS module. 
org.openwms.tms.service.spring.delegate This package contains all delegate classes. 
 

Uses of StateChangeException in org.openwms.tms.domain.order
 

Methods in org.openwms.tms.domain.order that throw StateChangeException
 void TransportOrder.setState(TransportOrderState newState)
          Change the state of the TransportOrder regarding some rules.
protected  void TransportOrder.validateStateChange(TransportOrderState newState)
          Validate whether a state change is valid or not.
 

Uses of StateChangeException in org.openwms.tms.service.delegate
 

Methods in org.openwms.tms.service.delegate that throw StateChangeException
 void TransportOrderStarter.start(TransportOrder transportOrder)
          Call to start a TransportOrder.
 

Uses of StateChangeException in org.openwms.tms.service.spring.delegate
 

Methods in org.openwms.tms.service.spring.delegate that throw StateChangeException
 void TransportOrderStarterImpl.start(TransportOrder transportOrder)
          Call to start a TransportOrder.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.