Uses of Class
org.openwms.common.domain.LocationType

Packages that use LocationType
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 LocationType in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return LocationType
 LocationType TypePlacingRule.getAllowedLocationType()
          Get the allowedLocationType.
 LocationType Location.getLocationType()
          Returns the type of Location.
 

Methods in org.openwms.common.domain with parameters of type LocationType
 void Location.setLocationType(LocationType locationType)
          Change the type of the Location.
 

Constructors in org.openwms.common.domain with parameters of type LocationType
TypePlacingRule(TransportUnitType transportUnitType, LocationType allowedLocationType)
          Create a new TypePlacingRule with allowedLocationType.
TypePlacingRule(TransportUnitType transportUnitType, LocationType allowedLocationType, int privilegeLevel)
          Create a new TypePlacingRule with privilegeLevel and allowedLocationType.
 

Uses of LocationType in org.openwms.common.service
 

Methods in org.openwms.common.service that return LocationType
 LocationType LocationService.saveLocationType(LocationType locationType)
          Saves a LocationType.
 

Methods in org.openwms.common.service that return types with arguments of type LocationType
 List<LocationType> LocationService.getAllLocationTypes()
          Return a list of all LocationTypes not sorted and not filtered in natural order.
 

Methods in org.openwms.common.service with parameters of type LocationType
 void LocationService.createLocationType(LocationType locationType)
          Create a new LocationType.
 LocationType LocationService.saveLocationType(LocationType locationType)
          Saves a LocationType.
 

Method parameters in org.openwms.common.service with type arguments of type LocationType
 void LocationService.deleteLocationTypes(List<LocationType> locationTypes)
          Delete already persisted LocationType instances.
 TransportUnitType TransportUnitService.updateRules(String type, List<LocationType> newAssigned, List<LocationType> newNotAssigned)
          Update the List of TypePlacingRules for the given TransportUnitType type.
 TransportUnitType TransportUnitService.updateRules(String type, List<LocationType> newAssigned, List<LocationType> newNotAssigned)
          Update the List of TypePlacingRules for the given TransportUnitType type.
 

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

Methods in org.openwms.common.service.spring that return LocationType
 LocationType LocationServiceImpl.saveLocationType(LocationType locationType)
          Saves a LocationType.
 

Methods in org.openwms.common.service.spring that return types with arguments of type LocationType
 List<LocationType> LocationServiceImpl.getAllLocationTypes()
          Return a list of all LocationTypes not sorted and not filtered in natural order.
 

Methods in org.openwms.common.service.spring with parameters of type LocationType
 void LocationServiceImpl.createLocationType(LocationType locationType)
          Create a new LocationType.
 LocationType LocationServiceImpl.saveLocationType(LocationType locationType)
          Saves a LocationType.
 

Method parameters in org.openwms.common.service.spring with type arguments of type LocationType
 void LocationServiceImpl.deleteLocationTypes(List<LocationType> locationTypes)
          Delete already persisted LocationType instances.
 TransportUnitType TransportUnitServiceImpl.updateRules(String type, List<LocationType> newAssigned, List<LocationType> newNotAssigned)
          Update the List of TypePlacingRules for the given TransportUnitType type.
 TransportUnitType TransportUnitServiceImpl.updateRules(String type, List<LocationType> newAssigned, List<LocationType> newNotAssigned)
          Update the List of TypePlacingRules for the given TransportUnitType type.
 



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