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 -
Uses of ShipmentDetailPK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ShipmentDetailPKModifier and TypeMethodDescriptionShipments.ActiveDetail()Getter forshipments.shp_activedetailid.Shipments.LastDetail()Getter forshipments.shp_lastdetailid.ShipmentDetails.ShipmentDetail()Getter forshipmentdetails.shpdt_shipmentdetailid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type ShipmentDetailPKMethods in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentDetailPKModifier and TypeMethodDescriptionvoidShipments.ActiveDetail(ShipmentDetailPK value) Setter forshipments.shp_activedetailid.voidShipments.LastDetail(ShipmentDetailPK value) Setter forshipments.shp_lastdetailid.voidShipmentDetails.ShipmentDetail(ShipmentDetailPK value) Setter forshipmentdetails.shpdt_shipmentdetailid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentDetailPKModifierConstructorDescriptionShipmentDetails(ShipmentDetailPK ShipmentDetail, ShipmentPK Shipment, ShipmentTypePK ShipmentType, String ShipmentName, PartyPK OriginParty, PartyPK OriginWarehouseParty, PartyContactMechanismPK OriginPartyContactMechanism, PartyPK DestinationParty, PartyPK DestinationWarehouseParty, PartyContactMechanismPK DestinationPartyContactMechanism, ShippingMethodPK ShippingMethod, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentDetailsShipments(ShipmentPK Shipment, ShipmentDetailPK ActiveDetail, ShipmentDetailPK LastDetail) Create a detached, initialised Shipments -
Uses of ShipmentDetailPK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Shipments, ShipmentDetailPK> Shipments.ACTIVE_DETAILThe columnshipments.shp_activedetailid.final org.jooq.TableField<Shipments, ShipmentDetailPK> Shipments.LAST_DETAILThe columnshipments.shp_lastdetailid.final org.jooq.TableField<ShipmentDetails, ShipmentDetailPK> ShipmentDetails.SHIPMENT_DETAILThe columnshipmentdetails.shpdt_shipmentdetailid.