|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportUnitType | |
---|---|
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 TransportUnitType in org.openwms.common.domain |
---|
Methods in org.openwms.common.domain that return TransportUnitType | |
---|---|
TransportUnitType |
TypeStackingRule.getAllowedTransportUnitType()
Returns the allowed TransportUnitType that may be placed on the
owning TransportUnitType . |
TransportUnitType |
TypeStackingRule.getTransportUnitType()
Get the transportUnitType. |
TransportUnitType |
TypePlacingRule.getTransportUnitType()
Get the transportUnitType. |
TransportUnitType |
TransportUnit.getTransportUnitType()
Return the TransportUnitType of the TransportUnit . |
Methods in org.openwms.common.domain with parameters of type TransportUnitType | |
---|---|
void |
TransportUnit.setTransportUnitType(TransportUnitType transportUnitType)
Set the TransportUnitType of the TransportUnit . |
Constructors in org.openwms.common.domain with parameters of type TransportUnitType | |
---|---|
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. |
|
TypeStackingRule(short noTransportUnits,
TransportUnitType allowedTransportUnitType)
Create a new TypeStackingRule . |
Uses of TransportUnitType in org.openwms.common.service |
---|
Methods in org.openwms.common.service that return TransportUnitType | |
---|---|
TransportUnitType |
TransportUnitService.createTransportUnitType(TransportUnitType transportUnitType)
Create a new TransportUnitType . |
TransportUnitType |
TransportUnitService.saveTransportUnitType(TransportUnitType transportUnitType)
Save an already persisted instance of TransportUnitType . |
TransportUnitType |
TransportUnitService.updateRules(String type,
List<LocationType> newAssigned,
List<LocationType> newNotAssigned)
Update the List of TypePlacingRule s for
the given TransportUnitType type. |
Methods in org.openwms.common.service that return types with arguments of type TransportUnitType | |
---|---|
List<TransportUnitType> |
TransportUnitService.getAllTransportUnitTypes()
Returns an unsorted List of all TransportUnitType s. |
Methods in org.openwms.common.service with parameters of type TransportUnitType | |
---|---|
T |
TransportUnitService.createTransportUnit(Barcode barcode,
TransportUnitType transportUnitType,
LocationPK actualLocation)
Create a new TransportUnit with the type
TransportUnitType placed on an initial Location . |
TransportUnitType |
TransportUnitService.createTransportUnitType(TransportUnitType transportUnitType)
Create a new TransportUnitType . |
TransportUnitType |
TransportUnitService.saveTransportUnitType(TransportUnitType transportUnitType)
Save an already persisted instance of TransportUnitType . |
Method parameters in org.openwms.common.service with type arguments of type TransportUnitType | |
---|---|
void |
TransportUnitService.deleteTransportUnitTypes(List<TransportUnitType> transportUnitType)
Delete already persisted TransportUnitType instances. |
Uses of TransportUnitType in org.openwms.common.service.spring |
---|
Methods in org.openwms.common.service.spring that return TransportUnitType | |
---|---|
TransportUnitType |
TransportUnitServiceImpl.createTransportUnitType(TransportUnitType transportUnitType)
Create a new TransportUnitType . |
TransportUnitType |
TransportUnitServiceImpl.saveTransportUnitType(TransportUnitType transportUnitType)
Save an already persisted instance of TransportUnitType . |
TransportUnitType |
TransportUnitServiceImpl.updateRules(String type,
List<LocationType> newAssigned,
List<LocationType> newNotAssigned)
Update the List of TypePlacingRule s for
the given TransportUnitType type. |
Methods in org.openwms.common.service.spring that return types with arguments of type TransportUnitType | |
---|---|
List<TransportUnitType> |
TransportUnitServiceImpl.getAllTransportUnitTypes()
Returns an unsorted List of all TransportUnitType s. |
Methods in org.openwms.common.service.spring with parameters of type TransportUnitType | |
---|---|
TransportUnit |
TransportUnitServiceImpl.createTransportUnit(Barcode barcode,
TransportUnitType transportUnitType,
LocationPK actualLocation)
Create a new TransportUnit with the type
TransportUnitType placed on an initial Location . |
TransportUnitType |
TransportUnitServiceImpl.createTransportUnitType(TransportUnitType transportUnitType)
Create a new TransportUnitType . |
TransportUnitType |
TransportUnitServiceImpl.saveTransportUnitType(TransportUnitType transportUnitType)
Save an already persisted instance of TransportUnitType . |
Method parameters in org.openwms.common.service.spring with type arguments of type TransportUnitType | |
---|---|
void |
TransportUnitServiceImpl.deleteTransportUnitTypes(List<TransportUnitType> transportUnitTypes)
Delete already persisted TransportUnitType instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |