Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentDetailPK
Packages that use ShipmentDetailPK
Package
Description
-
Uses of ShipmentDetailPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentDetailPKModifier and TypeMethodDescriptionShipment.getActiveDetailPK()
Shipment.getLastDetailPK()
ShipmentDetail.getPrimaryKey()
Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailPKModifier and TypeMethodDescriptionvoid
Shipment.setActiveDetailPK
(ShipmentDetailPK activeDetailPK) void
Shipment.setLastDetailPK
(ShipmentDetailPK lastDetailPK) -
Uses of ShipmentDetailPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentDetailPKModifier and TypeMethodDescriptionShipmentDetailFactory.getNextPK()
ShipmentDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ShipmentDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentDetailPKModifier and TypeMethodDescriptionShipmentDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ShipmentDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ShipmentDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ShipmentDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentDetailPKModifier and TypeMethodDescriptionShipmentFactory.create
(ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) ShipmentFactory.create
(Session session, ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) ShipmentDetailFactory.getEntityFromCache
(Session session, ShipmentDetailPK pk) ShipmentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentDetailPK pk) ShipmentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentDetailPK pk) ShipmentDetailFactory.getValueFromPK
(Session session, ShipmentDetailPK pk) void
ShipmentDetailFactory.remove
(Session session, ShipmentDetailPK pk) boolean
ShipmentDetailFactory.validPK
(Session session, ShipmentDetailPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentDetailPKModifier and TypeMethodDescriptionShipmentDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShipmentDetailPK> pks) ShipmentDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentDetailPK> pks) ShipmentDetailFactory.getValuesFromPKs
(Session session, Collection<ShipmentDetailPK> pks) void
ShipmentDetailFactory.remove
(Session session, Collection<ShipmentDetailPK> pks) void
ShipmentDetailFactory.remove
(Collection<ShipmentDetailPK> pks) -
Uses of ShipmentDetailPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentDetailPKModifier and TypeMethodDescriptionShipmentValue.getActiveDetailPK()
ShipmentValue.getLastDetailPK()
ShipmentDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentDetailPKModifier and TypeMethodDescriptionvoid
ShipmentValue.setActiveDetailPK
(ShipmentDetailPK activeDetailPK) void
ShipmentValue.setLastDetailPK
(ShipmentDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentDetailPKModifierConstructorDescriptionShipmentDetailValue
(ShipmentDetailPK shipmentDetailPK, ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) Creates a new instance of ShipmentDetailValueShipmentValue
(ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) Creates a new instance of ShipmentValueShipmentValue
(ShipmentPK shipmentPK, ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) Creates a new instance of ShipmentValue