Serialized Form

  • Package org.openwms.values

    • Class org.openwms.values.Message

      class Message extends Object implements Serializable
      • Serialized Fields

        • messageNo
          Integer messageNo
          Message number.
        • messageText
          String messageText
          Message description text.
    • Class org.openwms.values.Problem

      class Problem extends Object implements Serializable
      • Serialized Fields

        • message
          String message
          Message text about the Problem.
        • messageNo
          int messageNo
          Message number of the Problem.
        • occurred
          Date occurred
          Timestamp when the Problem occurred.
    • Class org.openwms.values.QMessage

      class QMessage extends com.querydsl.core.types.dsl.BeanPath<Message> implements Serializable
      serialVersionUID:
      956213984L
      • Serialized Fields

        • messageNo
          com.querydsl.core.types.dsl.NumberPath<Integer> messageNo
        • messageText
          com.querydsl.core.types.dsl.StringPath messageText
    • Class org.openwms.values.QProblem

      class QProblem extends com.querydsl.core.types.dsl.BeanPath<Problem> implements Serializable
      serialVersionUID:
      -308253320L
      • Serialized Fields

        • message
          com.querydsl.core.types.dsl.StringPath message
        • messageNo
          com.querydsl.core.types.dsl.NumberPath<Integer> messageNo
        • occurred
          com.querydsl.core.types.dsl.DateTimePath<Date> occurred
  • Package org.openwms.wms.app

  • Package org.openwms.wms.inventory

    • Class org.openwms.wms.inventory.Dimension

      class Dimension extends Object implements Serializable
      • Serialized Fields

        • height
          int height
        • length
          int length
        • uom
          String uom
          The Unit of Measure (UOM) of each dimension value.
        • width
          int width
    • Class org.openwms.wms.inventory.LoadUnit

      class LoadUnit extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • dimension
          Dimension dimension
          The current dimension of the LoadUnit.
        • label
          String label
          An identifying label of the LoadUnit.
        • locked
          boolean locked
          Locked for allocation.
        • mixedProducts
          boolean mixedProducts
          Whether it is allowed to store different Products in this LoadUnit.
        • mixedProductsDefault
          boolean mixedProductsDefault
        • packagingUnits
          List<PackagingUnit> packagingUnits
          All PackagingUnits that belong to this LoadUnit.
        • physicalPosition
          @NotEmpty String physicalPosition
          Where this LoadUnit is located on the TransportUnit.
        • product
          Product product
          The Product that is carried within the LoadUnit.
        • transportUnit
          @NotNull TransportUnit transportUnit
          The TransportUnit where this LoadUnit belongs to.
        • type
          @NotNull LoadUnitType type
          The LoadUnitType the LoadUnit is of.
    • Class org.openwms.wms.inventory.LoadUnitType

      class LoadUnitType extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • description
          String description
          Description for this type.
        • innerHeight
          Integer innerHeight
          The inner or applicable height of the LoadUnitType.
        • innerLength
          Integer innerLength
          The inner or applicable length of the LoadUnitType.
        • innerWidth
          Integer innerWidth
          The inner or applicable width of the LoadUnitType.
        • outerHeight
          Integer outerHeight
          The outer or external height of the LoadUnitType.
        • outerLength
          Integer outerLength
          The outer or external length of the LoadUnitType.
        • outerWidth
          Integer outerWidth
          The outer or external width of the LoadUnitType.
        • type
          String type
          Unique natural key.
        • weightMax
          org.openwms.core.units.api.Weight weightMax
          Maximum allowed weight of the LoadUnitType.
        • weightTare
          org.openwms.core.units.api.Weight weightTare
          Tare weight of the LoadUnitType.
    • Class org.openwms.wms.inventory.PackagingUnit

      class PackagingUnit extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
    • Class org.openwms.wms.inventory.Product

      class Product extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • accountId
          String accountId
          The name of the Account the Product belongs to.
        • availabilityState
          AvailabilityState availabilityState
          The Product definition can be set to be unavailable for further operations.
        • baseUnit
          @NotNull org.openwms.core.units.api.Measurable baseUnit
          Products may be defined with different base units.
        • classification
          String classification
          Products may be classified, ie. hazardous.
        • description
          String description
          A short descriptive text.
        • descriptionText
          String descriptionText
          A longer description of the Product.
        • details
          Map<String,String> details
          Arbitrary detail information on this Product, might be populated with ERP information.
        • dimension
          Dimension dimension
          The defined dimension of the Product in it's baseUnit.
        • group
          String group
          Products may be grouped.
        • label
          String label
          An identifying label of the Product.
        • netWeight
          org.openwms.core.units.api.Weight netWeight
          The defined netto weight of the Product.
        • overbookingAllowed
          @javax.validation.constraints.NotNull boolean overbookingAllowed
          Is it allowed to receive a higher quantity as expected/announced of this Product?
        • preferableStorageLocation
          Location preferableStorageLocation
          What is typically the preferable Location where the Product shall be stored.
        • sku
          @NotEmpty String sku
          The product id is part of the unique business key.
        • stackingRules
          List<ProductStackingRule> stackingRules
          A list of rules that define what kind of Product can be stacked on top of this one.
        • stockZone
          String stockZone
          Where the Product has to be placed in stock.
        • units
          List<UomRelation> units
          A Product can be packed and stored in different box sizes.
    • Class org.openwms.wms.inventory.ProductStackingRule

      class ProductStackingRule extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • allowedProduct
          Product allowedProduct
          The allowed Product that may be placed on the owning Product (not-null).
        • baseProduct
          Product baseProduct
          Parent Product (not-null).
        • noProducts
          int noProducts
          Number of units the allowedProduct can be stacked on the owning baseProduct (not-null).
    • Class org.openwms.wms.inventory.QDimension

      class QDimension extends com.querydsl.core.types.dsl.BeanPath<Dimension> implements Serializable
      serialVersionUID:
      2012790270L
      • Serialized Fields

        • height
          com.querydsl.core.types.dsl.NumberPath<Integer> height
        • length
          com.querydsl.core.types.dsl.NumberPath<Integer> length
        • uom
          com.querydsl.core.types.dsl.StringPath uom
        • width
          com.querydsl.core.types.dsl.NumberPath<Integer> width
    • Class org.openwms.wms.inventory.QLoadUnit

      class QLoadUnit extends com.querydsl.core.types.dsl.EntityPathBase<LoadUnit> implements Serializable
      serialVersionUID:
      -1240699918L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • dimension
          QDimension dimension
        • label
          com.querydsl.core.types.dsl.StringPath label
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • locked
          com.querydsl.core.types.dsl.BooleanPath locked
        • mixedProducts
          com.querydsl.core.types.dsl.BooleanPath mixedProducts
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • packagingUnits
          com.querydsl.core.types.dsl.ListPath<PackagingUnit,QPackagingUnit> packagingUnits
        • physicalPosition
          com.querydsl.core.types.dsl.StringPath physicalPosition
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • product
          QProduct product
        • transportUnit
          QTransportUnit transportUnit
        • type
          QLoadUnitType type
    • Class org.openwms.wms.inventory.QLoadUnitType

      class QLoadUnitType extends com.querydsl.core.types.dsl.EntityPathBase<LoadUnitType> implements Serializable
      serialVersionUID:
      -1051122100L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • description
          com.querydsl.core.types.dsl.StringPath description
        • innerHeight
          com.querydsl.core.types.dsl.NumberPath<Integer> innerHeight
        • innerLength
          com.querydsl.core.types.dsl.NumberPath<Integer> innerLength
        • innerWidth
          com.querydsl.core.types.dsl.NumberPath<Integer> innerWidth
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • outerHeight
          com.querydsl.core.types.dsl.NumberPath<Integer> outerHeight
        • outerLength
          com.querydsl.core.types.dsl.NumberPath<Integer> outerLength
        • outerWidth
          com.querydsl.core.types.dsl.NumberPath<Integer> outerWidth
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • type
          com.querydsl.core.types.dsl.StringPath type
        • weightMax
          com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> weightMax
        • weightTare
          com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> weightTare
    • Class org.openwms.wms.inventory.QPackagingUnit

      class QPackagingUnit extends com.querydsl.core.types.dsl.EntityPathBase<PackagingUnit> implements Serializable
      serialVersionUID:
      -1565036481L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • actualLocation
          QLocation actualLocation
        • alive
          com.querydsl.core.types.dsl.BooleanPath alive
        • availabilityState
          com.querydsl.core.types.dsl.EnumPath<AvailabilityState> availabilityState
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • details
          com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> details
        • dimension
          QDimension dimension
        • expiresAt
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> expiresAt
        • fifoDate
          com.querydsl.core.types.dsl.DateTimePath<Date> fifoDate
        • labels
          com.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath> labels
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • loadUnit
          QLoadUnit loadUnit
        • lotId
          com.querydsl.core.types.dsl.StringPath lotId
        • message
          QMessage message
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • packagingUnits
          com.querydsl.core.types.dsl.SetPath<PackagingUnit,QPackagingUnit> packagingUnits
        • parent
          QPackagingUnit parent
        • physicalPosition
          com.querydsl.core.types.dsl.StringPath physicalPosition
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • producedAt
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> producedAt
        • product
          QProduct product
        • qtyAvailable
          com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> qtyAvailable
        • quantity
          com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> quantity
        • reservations
          com.querydsl.core.types.dsl.ListPath<Reservation,QReservation> reservations
        • serialNumber
          com.querydsl.core.types.dsl.StringPath serialNumber
        • uomRelation
          QUomRelation uomRelation
        • weight
          com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> weight
    • Class org.openwms.wms.inventory.QPhysicalDistribution

      class QPhysicalDistribution extends com.querydsl.core.types.dsl.BeanPath<PhysicalDistribution> implements Serializable
      serialVersionUID:
      1369758051L
      • Serialized Fields

        • carrierType
          com.querydsl.core.types.dsl.StringPath carrierType
        • numberOfLayers
          com.querydsl.core.types.dsl.NumberPath<Integer> numberOfLayers
        • piecesPerLayer
          com.querydsl.core.types.dsl.NumberPath<Integer> piecesPerLayer
    • Class org.openwms.wms.inventory.QProduct

      class QProduct extends com.querydsl.core.types.dsl.EntityPathBase<Product> implements Serializable
      serialVersionUID:
      -963222649L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • accountId
          com.querydsl.core.types.dsl.StringPath accountId
        • availabilityState
          com.querydsl.core.types.dsl.EnumPath<AvailabilityState> availabilityState
        • baseUnit
          com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> baseUnit
        • classification
          com.querydsl.core.types.dsl.StringPath classification
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • description
          com.querydsl.core.types.dsl.StringPath description
        • descriptionText
          com.querydsl.core.types.dsl.StringPath descriptionText
        • details
          com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> details
        • dimension
          QDimension dimension
        • group
          com.querydsl.core.types.dsl.StringPath group
        • label
          com.querydsl.core.types.dsl.StringPath label
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • netWeight
          com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> netWeight
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • overbookingAllowed
          com.querydsl.core.types.dsl.BooleanPath overbookingAllowed
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • preferableStorageLocation
          QLocation preferableStorageLocation
        • sku
          com.querydsl.core.types.dsl.StringPath sku
        • stackingRules
          com.querydsl.core.types.dsl.ListPath<ProductStackingRule,QProductStackingRule> stackingRules
        • stockZone
          com.querydsl.core.types.dsl.StringPath stockZone
        • units
          com.querydsl.core.types.dsl.ListPath<UomRelation,QUomRelation> units
    • Class org.openwms.wms.inventory.QProductStackingRule

      class QProductStackingRule extends com.querydsl.core.types.dsl.EntityPathBase<ProductStackingRule> implements Serializable
      serialVersionUID:
      -1010148451L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • allowedProduct
          QProduct allowedProduct
        • baseProduct
          QProduct baseProduct
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • noProducts
          com.querydsl.core.types.dsl.NumberPath<Integer> noProducts
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
    • Class org.openwms.wms.inventory.QReservation

      class QReservation extends com.querydsl.core.types.dsl.EntityPathBase<Reservation> implements Serializable
      serialVersionUID:
      33607268L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • packagingUnit
          QPackagingUnit packagingUnit
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • quantityReserved
          com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> quantityReserved
        • reservedAt
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> reservedAt
        • reservedBy
          com.querydsl.core.types.dsl.StringPath reservedBy
    • Class org.openwms.wms.inventory.QUomRelation

      class QUomRelation extends com.querydsl.core.types.dsl.EntityPathBase<UomRelation> implements Serializable
      serialVersionUID:
      1534782151L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • code
          com.querydsl.core.types.dsl.StringPath code
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • description
          com.querydsl.core.types.dsl.StringPath description
        • details
          com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> details
        • dimension
          QDimension dimension
        • label
          com.querydsl.core.types.dsl.StringPath label
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • product
          QProduct product
        • unit
          com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> unit
    • Class org.openwms.wms.inventory.Reservation

      class Reservation extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • packagingUnit
          PackagingUnit packagingUnit
          The PackagingUnit instance, the Reservation belongs to.
        • quantityReserved
          org.openwms.core.units.api.Measurable quantityReserved
          The reserved quantity of this PackagingUnit.
        • reservedAt
          ZonedDateTime reservedAt
        • reservedBy
          String reservedBy
          An arbitrary field to store User, PickOrderPositionSplit etc.
    • Class org.openwms.wms.inventory.UomRelation

      class UomRelation extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • code
          String code
          An internal identifying code of UomRelation
        • description
          String description
          Textual descriptive text.
        • details
          Map<String,String> details
          Arbitrary detail information on this product unit, might be populated with ERP information.
        • dimension
          Dimension dimension
          The defined dimension of the UomRelation.
        • label
          String label
          An identifying label of the UomRelation.
        • product
          @NotNull Product product
          The Product this relation belongs to.
        • unit
          @NotNull org.openwms.core.units.api.Measurable unit
          The actual unit definition of this relation to the Product.
  • Package org.openwms.wms.inventory.allocation

  • Package org.openwms.wms.inventory.allocation.api

  • Package org.openwms.wms.inventory.allocation.spi

  • Package org.openwms.wms.inventory.api

  • Package org.openwms.wms.inventory.events

  • Package org.openwms.wms.location

    • Class org.openwms.wms.location.Location

      class Location extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • classification
          @Size(max=255) String classification
          The Location may be classified, like 'hazardous'.
        • description
          @Size(max=255) String description
          Description of the Location.
        • directBookingAllowed
          Boolean directBookingAllowed
          Whether it is allowed to move Products without TransportUnit to this Location directly.
        • erpCode
          String erpCode
          ERP code of the Location.
        • foreignPKey
          String foreignPKey
          The foreign persistent key of the Location.
        • incomingActive
          Boolean incomingActive
          Signals the incoming state of this Location. Locations which are blocked for incoming cannot pick up TransportUnits.
          • true : Location is ready to pick up TransportUnits
          • false: Location is locked, and cannot pick up TransportUnits
        • lastInventoryDate
          ZonedDateTime lastInventoryDate
          When was this Location the last time under stock-taking.
        • lastPickingDate
          ZonedDateTime lastPickingDate
          When picking happened the last time on this Location.
        • locationGroup
          String locationGroup
          Unique identifier of a LocationGroup.
        • locationId
          @NotNull LocationPK locationId
          Unique natural key.
        • mixedProducts
          Boolean mixedProducts
          Whether it is allowed to store different Products on this Location.
        • noMaxTransportUnits
          int noMaxTransportUnits
          Maximum number of TransportUnits allowed on this Location.
        • outgoingActive
          Boolean outgoingActive
          Signals the outgoing state of this Location. Locations which are blocked for outgoing cannot release TransportUnits.
          • true : Location is enabled for outgoing TransportUnits.
          • false: Location is locked, TransportUnits can't leave this Location.
        • plcState
          int plcState
          The PLC is able to change the state of a Location. This property stores the last state, received from the PLC.
          • 0 : No PLC error, everything okay
          • <0: Not defined
          • >0: Some kind of defined error code
        • sortOrder
          Integer sortOrder
          Sort order index used by Putaway strategies.
        • stockZone
          String stockZone
          Might be assigned to a particular zone in stock.
    • Class org.openwms.wms.location.LocationPK

      class LocationPK extends Object implements Serializable
      • Serialized Fields

        • aisle
          @Max(4L) String aisle
          Expresses the aisle the Location belongs to.
        • area
          @Max(4L) String area
          Expresses the area the Location belongs to.
        • x
          @Max(4L) String x
          Expresses the x-dimension the Location belongs to.
        • y
          @Max(4L) String y
          Expresses the y-dimension the Location belongs to.
        • z
          @Max(4L) String z
          Expresses the z-dimension the Location belongs to.
    • Class org.openwms.wms.location.QLocation

      class QLocation extends com.querydsl.core.types.dsl.EntityPathBase<Location> implements Serializable
      serialVersionUID:
      -493804744L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • classification
          com.querydsl.core.types.dsl.StringPath classification
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • description
          com.querydsl.core.types.dsl.StringPath description
        • directBookingAllowed
          com.querydsl.core.types.dsl.BooleanPath directBookingAllowed
        • erpCode
          com.querydsl.core.types.dsl.StringPath erpCode
        • foreignPKey
          com.querydsl.core.types.dsl.StringPath foreignPKey
        • incomingActive
          com.querydsl.core.types.dsl.BooleanPath incomingActive
        • lastInventoryDate
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> lastInventoryDate
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • lastPickingDate
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> lastPickingDate
        • locationGroup
          com.querydsl.core.types.dsl.StringPath locationGroup
        • locationId
          QLocationPK locationId
        • mixedProducts
          com.querydsl.core.types.dsl.BooleanPath mixedProducts
        • noMaxTransportUnits
          com.querydsl.core.types.dsl.NumberPath<Integer> noMaxTransportUnits
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • outgoingActive
          com.querydsl.core.types.dsl.BooleanPath outgoingActive
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • plcState
          com.querydsl.core.types.dsl.NumberPath<Integer> plcState
        • sortOrder
          com.querydsl.core.types.dsl.NumberPath<Integer> sortOrder
        • stockZone
          com.querydsl.core.types.dsl.StringPath stockZone
    • Class org.openwms.wms.location.QLocationPK

      class QLocationPK extends com.querydsl.core.types.dsl.BeanPath<LocationPK> implements Serializable
      serialVersionUID:
      -2099953869L
      • Serialized Fields

        • aisle
          com.querydsl.core.types.dsl.StringPath aisle
        • area
          com.querydsl.core.types.dsl.StringPath area
        • x
          com.querydsl.core.types.dsl.StringPath x
        • y
          com.querydsl.core.types.dsl.StringPath y
        • z
          com.querydsl.core.types.dsl.StringPath z
  • Package org.openwms.wms.location.api

    • Class org.openwms.wms.location.api.LocationVO

      class LocationVO extends org.ameba.http.AbstractBase<LocationVO> implements Serializable
      • Serialized Fields

        • description
          String description
          Description of the Location.
        • directBookingAllowed
          Boolean directBookingAllowed
          Whether it is allowed to move Products without TransportUnit to this Location directly.
        • erpCode
          String erpCode
          ERP code of the Location.
        • incomingActive
          Boolean incomingActive
          Signals the incoming state of this Location.
        • lastInventoryDate
          ZonedDateTime lastInventoryDate
          When was this Location the last time under stock-taking.
        • lastPickingDate
          ZonedDateTime lastPickingDate
          When picking happened the last time on this Location.
        • locationGroupName
          String locationGroupName
          Unique identifier of a LocationGroup.
        • locationId
          String locationId
          Unique natural key.
        • mixedProducts
          Boolean mixedProducts
          Whether it is allowed to store different Products on this Location.
        • noMaxTransportUnits
          Integer noMaxTransportUnits
          Maximum number of TransportUnits allowed on this Location.
        • outgoingActive
          Boolean outgoingActive
          Signals the outgoing state of this Location.
        • pKey
          String pKey
          The persistent technical key.
        • plcState
          Integer plcState
          The PLC is able to change the state of a Location. This property stores the last state, received from the PLC.
        • sortOrder
          Integer sortOrder
          Sort order index used by Putaway strategies.
  • Package org.openwms.wms.location.api.commands

  • Package org.openwms.wms.transport

    • Class org.openwms.wms.transport.QTransportUnit

      class QTransportUnit extends com.querydsl.core.types.dsl.EntityPathBase<TransportUnit> implements Serializable
      serialVersionUID:
      -2106785806L
      • Serialized Fields

        • _super
          org.ameba.integration.jpa.QApplicationEntity _super
        • acknowledged
          com.querydsl.core.types.dsl.BooleanPath acknowledged
        • actualLocation
          QLocation actualLocation
        • actualLocationDate
          com.querydsl.core.types.dsl.DateTimePath<Date> actualLocationDate
        • createdBy
          com.querydsl.core.types.dsl.StringPath createdBy
        • createDt
          com.querydsl.core.types.dsl.DateTimePath<Date> createDt
        • customerOrderId
          com.querydsl.core.types.dsl.StringPath customerOrderId
        • foreignPKey
          com.querydsl.core.types.dsl.StringPath foreignPKey
        • height
          com.querydsl.core.types.dsl.NumberPath<Integer> height
        • lastModifiedBy
          com.querydsl.core.types.dsl.StringPath lastModifiedBy
        • lastModifiedDt
          com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
        • length
          com.querydsl.core.types.dsl.NumberPath<Integer> length
        • ol
          com.querydsl.core.types.dsl.NumberPath<Long> ol
        • pk
          com.querydsl.core.types.dsl.NumberPath<Long> pk
        • pKey
          com.querydsl.core.types.dsl.StringPath pKey
        • reconciledAt
          com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> reconciledAt
        • reconciledBy
          com.querydsl.core.types.dsl.StringPath reconciledBy
        • state
          com.querydsl.core.types.dsl.StringPath state
        • target
          com.querydsl.core.types.dsl.StringPath target
        • transportUnitBK
          QBarcode transportUnitBK
        • transportUnitType
          com.querydsl.core.types.dsl.StringPath transportUnitType
        • width
          com.querydsl.core.types.dsl.NumberPath<Integer> width
    • Class org.openwms.wms.transport.TransportUnit

      class TransportUnit extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
      • Serialized Fields

        • acknowledged
          boolean acknowledged
          Whether this instance has been synchronized with the master data source correctly.
        • actualLocation
          @NotNull Location actualLocation
          The current Location coordinate of the TransportUnit.
        • actualLocationDate
          Date actualLocationDate
          Date when the TransportUnit has been moved to the current Location.
        • customerOrderId
          String customerOrderId
          An optional assignment to a customer order.
        • foreignPKey
          String foreignPKey
          The foreign persistent key of the Location.
        • height
          Integer height
          The current height of the TransportUnit.
        • length
          Integer length
          The current length of the TransportUnit.
        • reconciledAt
          ZonedDateTime reconciledAt
          Date of last reconciliation.
        • reconciledBy
          String reconciledBy
          The User who performed the last reconciliation on the TransportUnit.
        • state
          String state
          State of the TransportUnit.
        • target
          String target
          The current target Location coordinate or LocationGroup name of the TransportUnit.
        • transportUnitBK
          @NotNull Barcode transportUnitBK
          The business key of the TransportUnit.
        • transportUnitType
          @NotEmpty String transportUnitType
          The TransportUnitType of the TransportUnit.
        • width
          Integer width
          The current width of the TransportUnit.
  • Package org.openwms.wms.transport.api

  • Package org.openwms.wms.transport.api.commands

  • Package org.openwms.wms.transport.barcode

  • Package org.openwms.wms.transport.commands

  • Package org.openwms.wms.transport.events

  • Package org.openwms.wms.transport.spi

    • Class org.openwms.wms.transport.spi.CommonTransportUnitTypeVO

      class CommonTransportUnitTypeVO extends org.ameba.http.AbstractBase<CommonTransportUnitTypeVO> implements Serializable
      • Serialized Fields

        • description
          String description
          Description for the TransportUnitType.
        • height
          @NotBlank String height
          Height of the TransportUnitType.
        • length
          @NotBlank String length
          Length of the TransportUnitType.
        • pKey
          @NotBlank String pKey
          The persistent key.
        • type
          @NotBlank String type
          Unique natural key.
        • width
          @NotBlank String width
          Width of the TransportUnitType.
    • Class org.openwms.wms.transport.spi.CommonTransportUnitVO

      class CommonTransportUnitVO extends org.ameba.http.AbstractBase<CommonTransportUnitVO> implements Serializable
      • Serialized Fields

        • actualLocation
          @NotNull(message="{owms.common.common.tu.actualLocation}",groups=org.openwms.common.transport.api.ValidationGroups.TransportUnit.Create.class) org.openwms.common.location.api.LocationVO actualLocation
        • actualLocationDate
          Date actualLocationDate
        • actualPlcCode
          String actualPlcCode
        • barcode
          @NotEmpty(message="{owms.common.common.tu.barcode}") String barcode
        • createDate
          Date createDate
        • customerOrderId
          String customerOrderId
          An optional assignment to a customer order.
        • height
          Integer height
        • length
          Integer length
        • pKey
          String pKey
          The persistent key.
        • state
          String state
          The state of the TransportUnit.
        • target
          String target
        • transportUnitType
          @NotEmpty(message="{owms.common.common.tu.transportUnitTypeName}",groups={org.openwms.common.transport.api.ValidationGroups.TransportUnit.Create.class,org.openwms.common.transport.api.ValidationGroups.TransportUnit.WithTuT.class}) CommonTransportUnitTypeVO transportUnitType
        • width
          Integer width