Uses of Interface
org.openwms.common.domain.Rule

Packages that use Rule
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
org.openwms.common.service Interface definitions of the COMMON Module service layer. 
org.openwms.common.service.spring This package provides common used business logic. 
 

Uses of Rule in org.openwms.common.domain
 

Classes in org.openwms.common.domain that implement Rule
 class TypePlacingRule
          A TypePlacingRule is a Rule that defines which types of TransportUnits (TransportUnitTypes) can be put on which type of Location (LocationType).
 class TypeStackingRule
          A TypeStackingRule is a Rule that defines which TransportUnitType can be stacked on other types.
 

Uses of Rule in org.openwms.common.service
 

Methods in org.openwms.common.service that return types with arguments of type Rule
 List<Rule> TransportUnitService.loadRules(String transportUnitType)
          Return a List of all Rules that belong to this TransportUnitType type.
 

Uses of Rule in org.openwms.common.service.spring
 

Methods in org.openwms.common.service.spring that return types with arguments of type Rule
 List<Rule> TransportUnitServiceImpl.loadRules(String transportUnitType)
          Return a List of all Rules that belong to this TransportUnitType type.
 



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