Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentLinePK
Packages that use ShipmentLinePK
Package
Description
-
Uses of ShipmentLinePK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineDetail.getParentShipmentLinePK()ShipmentLine.getPrimaryKey()ShipmentLineDetail.getShipmentLinePK()ShipmentPackageLineDetail.getShipmentLinePK()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLinePKModifier and TypeMethodDescriptionvoidShipmentLineDetail.setParentShipmentLinePK(ShipmentLinePK parentShipmentLinePK) voidShipmentLineDetail.setShipmentLinePK(ShipmentLinePK shipmentLinePK) voidShipmentPackageLineDetail.setShipmentLinePK(ShipmentLinePK shipmentLinePK) -
Uses of ShipmentLinePK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineFactory.getNextPK()ShipmentLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentLineFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineDetailFactory.create(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ShipmentPackageLineDetailFactory.create(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ShipmentLineFactory.getEntityFromCache(ShipmentLinePK pk) ShipmentLineFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentLinePK pk) ShipmentLineFactory.getValueFromPK(ShipmentLinePK pk) voidShipmentLineFactory.remove(ShipmentLinePK pk) booleanShipmentLineFactory.validPK(ShipmentLinePK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentLinePK> pks) ShipmentLineFactory.getValuesFromPKs(Collection<ShipmentLinePK> pks) voidShipmentLineFactory.remove(Collection<ShipmentLinePK> pks) -
Uses of ShipmentLinePK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLinePKModifier and TypeMethodDescriptionShipmentLineDetailValue.getParentShipmentLinePK()ShipmentLineValue.getPrimaryKey()ShipmentLineDetailValue.getShipmentLinePK()ShipmentPackageLineDetailValue.getShipmentLinePK()Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLinePKModifier and TypeMethodDescriptionvoidShipmentLineDetailValue.setParentShipmentLinePK(ShipmentLinePK parentShipmentLinePK) voidShipmentLineDetailValue.setShipmentLinePK(ShipmentLinePK shipmentLinePK) voidShipmentPackageLineDetailValue.setShipmentLinePK(ShipmentLinePK shipmentLinePK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLinePKModifierConstructorDescriptionShipmentLineDetailValue(ShipmentLineDetailPK shipmentLineDetailPK, ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValueShipmentLineDetailValue(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValueShipmentLineValue(ShipmentLinePK shipmentLinePK, ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) Creates a new instance of ShipmentLineValueShipmentPackageLineDetailValue(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 ShipmentPackageLineDetailValue