Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentLineDetailPK
Packages that use ShipmentLineDetailPK
Package
Description
-
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLine.getActiveDetailPK()ShipmentLine.getLastDetailPK()ShipmentLineDetail.getPrimaryKey()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionvoidShipmentLine.setActiveDetailPK(ShipmentLineDetailPK activeDetailPK) voidShipmentLine.setLastDetailPK(ShipmentLineDetailPK lastDetailPK) -
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getNextPK()ShipmentLineDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentLineDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineFactory.create(ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) ShipmentLineDetailFactory.getEntityFromCache(ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getValueFromPK(ShipmentLineDetailPK pk) voidShipmentLineDetailFactory.remove(ShipmentLineDetailPK pk) booleanShipmentLineDetailFactory.validPK(ShipmentLineDetailPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentLineDetailPK> pks) ShipmentLineDetailFactory.getValuesFromPKs(Collection<ShipmentLineDetailPK> pks) voidShipmentLineDetailFactory.remove(Collection<ShipmentLineDetailPK> pks) -
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineValue.getActiveDetailPK()ShipmentLineValue.getLastDetailPK()ShipmentLineDetailValue.getPrimaryKey()Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionvoidShipmentLineValue.setActiveDetailPK(ShipmentLineDetailPK activeDetailPK) voidShipmentLineValue.setLastDetailPK(ShipmentLineDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLineDetailPKModifierConstructorDescriptionShipmentLineDetailValue(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 ShipmentLineDetailValueShipmentLineValue(ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) Creates a new instance of ShipmentLineValueShipmentLineValue(ShipmentLinePK shipmentLinePK, ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) Creates a new instance of ShipmentLineValue