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 TypeMethodDescriptionvoid
ShipmentLine.setActiveDetailPK
(ShipmentLineDetailPK activeDetailPK) void
ShipmentLine.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) ShipmentLineFactory.create
(Session session, ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) ShipmentLineDetailFactory.getEntityFromCache
(Session session, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getValueFromPK
(Session session, ShipmentLineDetailPK pk) void
ShipmentLineDetailFactory.remove
(Session session, ShipmentLineDetailPK pk) boolean
ShipmentLineDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentLineDetailPK> pks) ShipmentLineDetailFactory.getValuesFromPKs
(Session session, Collection<ShipmentLineDetailPK> pks) void
ShipmentLineDetailFactory.remove
(Session session, Collection<ShipmentLineDetailPK> pks) void
ShipmentLineDetailFactory.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 TypeMethodDescriptionvoid
ShipmentLineValue.setActiveDetailPK
(ShipmentLineDetailPK activeDetailPK) void
ShipmentLineValue.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