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 TypeMethodDescriptionvoidShipment.setActiveDetailPK(ShipmentDetailPK activeDetailPK) voidShipment.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) ShipmentDetailFactory.getEntityFromCache(ShipmentDetailPK pk) ShipmentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentDetailPK pk) ShipmentDetailFactory.getValueFromPK(ShipmentDetailPK pk) voidShipmentDetailFactory.remove(ShipmentDetailPK pk) booleanShipmentDetailFactory.validPK(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.getValuesFromPKs(Collection<ShipmentDetailPK> pks) voidShipmentDetailFactory.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 TypeMethodDescriptionvoidShipmentValue.setActiveDetailPK(ShipmentDetailPK activeDetailPK) voidShipmentValue.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