Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentPackageLinePK
Packages that use ShipmentPackageLinePK
Package
Description
-
Uses of ShipmentPackageLinePK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLine.getPrimaryKey()ShipmentPackageLineDetail.getShipmentPackageLinePK()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageLinePKModifier and TypeMethodDescriptionvoidShipmentPackageLineDetail.setShipmentPackageLinePK(ShipmentPackageLinePK shipmentPackageLinePK) -
Uses of ShipmentPackageLinePK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineFactory.getNextPK()ShipmentPackageLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentPackageLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentPackageLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentPackageLineFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentPackageLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineDetailFactory.create(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ShipmentPackageLineFactory.getEntityFromCache(ShipmentPackageLinePK pk) ShipmentPackageLineFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentPackageLinePK pk) ShipmentPackageLineFactory.getValueFromPK(ShipmentPackageLinePK pk) voidShipmentPackageLineFactory.remove(ShipmentPackageLinePK pk) booleanShipmentPackageLineFactory.validPK(ShipmentPackageLinePK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentPackageLinePK> pks) ShipmentPackageLineFactory.getValuesFromPKs(Collection<ShipmentPackageLinePK> pks) voidShipmentPackageLineFactory.remove(Collection<ShipmentPackageLinePK> pks) -
Uses of ShipmentPackageLinePK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineValue.getPrimaryKey()ShipmentPackageLineDetailValue.getShipmentPackageLinePK()Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentPackageLinePKModifier and TypeMethodDescriptionvoidShipmentPackageLineDetailValue.setShipmentPackageLinePK(ShipmentPackageLinePK shipmentPackageLinePK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentPackageLinePKModifierConstructorDescriptionShipmentPackageLineDetailValue(ShipmentPackageLineDetailPK shipmentPackageLineDetailPK, ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageLineDetailValueShipmentPackageLineDetailValue(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageLineDetailValueShipmentPackageLineValue(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackageLineDetailPK activeDetailPK, ShipmentPackageLineDetailPK lastDetailPK) Creates a new instance of ShipmentPackageLineValue -
Uses of ShipmentPackageLinePK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ShipmentPackageLinePKModifier and TypeMethodDescriptionShipmentPackageLineDetails.ShipmentPackageLine()Getter forshipmentpackagelinedetails.shppckgldt_shppckgl_shipmentpackagelineid.ShipmentPackageLines.ShipmentPackageLine()Getter forshipmentpackagelines.shppckgl_shipmentpackagelineid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type ShipmentPackageLinePKModifier and TypeMethodDescriptionorg.jooq.Record1<ShipmentPackageLinePK> ShipmentPackageLines.key()Methods in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentPackageLinePKModifier and TypeMethodDescriptionvoidShipmentPackageLineDetails.ShipmentPackageLine(ShipmentPackageLinePK value) Setter forshipmentpackagelinedetails.shppckgldt_shppckgl_shipmentpackagelineid.voidShipmentPackageLines.ShipmentPackageLine(ShipmentPackageLinePK value) Setter forshipmentpackagelines.shppckgl_shipmentpackagelineid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentPackageLinePKModifierConstructorDescriptionShipmentPackageLineDetails(ShipmentPackageLineDetailPK ShipmentPackageLineDetail, ShipmentPackageLinePK ShipmentPackageLine, ShipmentPackagePK ShipmentPackage, Integer ShipmentPackageLineSequence, ShipmentLinePK ShipmentLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentPackageLineDetailsShipmentPackageLines(ShipmentPackageLinePK ShipmentPackageLine, ShipmentPackageLineDetailPK ActiveDetail, ShipmentPackageLineDetailPK LastDetail) Create a detached, initialised ShipmentPackageLines -
Uses of ShipmentPackageLinePK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentPackageLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentPackageLineDetails, ShipmentPackageLinePK> ShipmentPackageLineDetails.SHIPMENT_PACKAGE_LINEThe columnshipmentpackagelinedetails.shppckgldt_shppckgl_shipmentpackagelineid.final org.jooq.TableField<ShipmentPackageLines, ShipmentPackageLinePK> ShipmentPackageLines.SHIPMENT_PACKAGE_LINEThe columnshipmentpackagelines.shppckgl_shipmentpackagelineid.