Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentPK
Packages that use ShipmentPK
Package
Description
-
Uses of ShipmentPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPKModifier and TypeMethodDescriptionShipment.getPrimaryKey()ShipmentAlias.getShipmentPK()ShipmentDetail.getShipmentPK()ShipmentLineDetail.getShipmentPK()ShipmentPackageDetail.getShipmentPK()ShipmentStatus.getShipmentPK()ShipmentTime.getShipmentPK()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPKModifier and TypeMethodDescriptionvoidShipmentAlias.setShipmentPK(ShipmentPK shipmentPK) voidShipmentDetail.setShipmentPK(ShipmentPK shipmentPK) voidShipmentLineDetail.setShipmentPK(ShipmentPK shipmentPK) voidShipmentPackageDetail.setShipmentPK(ShipmentPK shipmentPK) voidShipmentStatus.setShipmentPK(ShipmentPK shipmentPK) voidShipmentTime.setShipmentPK(ShipmentPK shipmentPK) -
Uses of ShipmentPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPKModifier and TypeMethodDescriptionShipmentFactory.getNextPK()ShipmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPKModifier and TypeMethodDescriptionShipmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPKModifier and TypeMethodDescriptionShipmentAliasFactory.create(ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) ShipmentDetailFactory.create(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) ShipmentLineDetailFactory.create(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ShipmentPackageDetailFactory.create(ShipmentPackagePK shipmentPackagePK, ShipmentTypePK shipmentTypePK, String shipmentPackageName, ShipmentPackagePK parentShipmentPackagePK, ShipmentPK shipmentPK, PackageTypePK packageTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long weight, Long fromTime, Long thruTime) ShipmentStatusFactory.create(ShipmentPK shipmentPK, Integer shipmentLineSequence) ShipmentTimeFactory.create(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) ShipmentFactory.getEntityFromCache(ShipmentPK pk) ShipmentFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentPK pk) ShipmentFactory.getValueFromPK(ShipmentPK pk) voidShipmentFactory.remove(ShipmentPK pk) booleanShipmentFactory.validPK(ShipmentPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPKModifier and TypeMethodDescriptionShipmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentPK> pks) ShipmentFactory.getValuesFromPKs(Collection<ShipmentPK> pks) voidShipmentFactory.remove(Collection<ShipmentPK> pks) -
Uses of ShipmentPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPKModifier and TypeMethodDescriptionShipmentValue.getPrimaryKey()ShipmentAliasValue.getShipmentPK()ShipmentDetailValue.getShipmentPK()ShipmentLineDetailValue.getShipmentPK()ShipmentPackageDetailValue.getShipmentPK()ShipmentStatusValue.getShipmentPK()ShipmentTimeValue.getShipmentPK()Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentPKModifier and TypeMethodDescriptionvoidShipmentAliasValue.setShipmentPK(ShipmentPK shipmentPK) voidShipmentDetailValue.setShipmentPK(ShipmentPK shipmentPK) voidShipmentLineDetailValue.setShipmentPK(ShipmentPK shipmentPK) voidShipmentPackageDetailValue.setShipmentPK(ShipmentPK shipmentPK) voidShipmentStatusValue.setShipmentPK(ShipmentPK shipmentPK) voidShipmentTimeValue.setShipmentPK(ShipmentPK shipmentPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentPKModifierConstructorDescriptionShipmentAliasValue(ShipmentAliasPK shipmentAliasPK, ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ShipmentAliasValueShipmentAliasValue(ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ShipmentAliasValueShipmentDetailValue(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 ShipmentDetailValueShipmentDetailValue(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 ShipmentDetailValueShipmentLineDetailValue(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 ShipmentLineDetailValueShipmentLineDetailValue(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 ShipmentLineDetailValueShipmentPackageDetailValue(ShipmentPackageDetailPK shipmentPackageDetailPK, ShipmentPackagePK shipmentPackagePK, ShipmentTypePK shipmentTypePK, String shipmentPackageName, ShipmentPackagePK parentShipmentPackagePK, ShipmentPK shipmentPK, PackageTypePK packageTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long weight, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageDetailValueShipmentPackageDetailValue(ShipmentPackagePK shipmentPackagePK, ShipmentTypePK shipmentTypePK, String shipmentPackageName, ShipmentPackagePK parentShipmentPackagePK, ShipmentPK shipmentPK, PackageTypePK packageTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long weight, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageDetailValueShipmentStatusValue(ShipmentPK shipmentPK, Integer shipmentLineSequence) Creates a new instance of ShipmentStatusValueShipmentStatusValue(ShipmentStatusPK shipmentStatusPK, ShipmentPK shipmentPK, Integer shipmentLineSequence) Creates a new instance of ShipmentStatusValueShipmentTimeValue(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of ShipmentTimeValueShipmentTimeValue(ShipmentTimePK shipmentTimePK, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of ShipmentTimeValueShipmentValue(ShipmentPK shipmentPK, ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) Creates a new instance of ShipmentValue -
Uses of ShipmentPK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ShipmentPKModifier and TypeMethodDescriptionShipmentAliases.Shipment()Getter forshipmentaliases.shpal_shp_shipmentid.ShipmentDetails.Shipment()Getter forshipmentdetails.shpdt_shp_shipmentid.ShipmentLineDetails.Shipment()Getter forshipmentlinedetails.shpldt_shp_shipmentid.ShipmentPackageDetails.Shipment()Getter forshipmentpackagedetails.shppckgdt_shp_shipmentid.Shipments.Shipment()Getter forshipments.shp_shipmentid.ShipmentStatuses.Shipment()Getter forshipmentstatuses.shpst_shp_shipmentid.ShipmentTimes.Shipment()Getter forshipmenttimes.shptim_shp_shipmentid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type ShipmentPKMethods in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentPKModifier and TypeMethodDescriptionvoidShipmentAliases.Shipment(ShipmentPK value) Setter forshipmentaliases.shpal_shp_shipmentid.voidShipmentDetails.Shipment(ShipmentPK value) Setter forshipmentdetails.shpdt_shp_shipmentid.voidShipmentLineDetails.Shipment(ShipmentPK value) Setter forshipmentlinedetails.shpldt_shp_shipmentid.voidShipmentPackageDetails.Shipment(ShipmentPK value) Setter forshipmentpackagedetails.shppckgdt_shp_shipmentid.voidShipments.Shipment(ShipmentPK value) Setter forshipments.shp_shipmentid.voidShipmentStatuses.Shipment(ShipmentPK value) Setter forshipmentstatuses.shpst_shp_shipmentid.voidShipmentTimes.Shipment(ShipmentPK value) Setter forshipmenttimes.shptim_shp_shipmentid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentPKModifierConstructorDescriptionShipmentAliases(ShipmentAliasPK ShipmentAlias, ShipmentPK Shipment, ShipmentAliasTypePK ShipmentAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentAliasesShipmentDetails(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 ShipmentDetailsShipmentLineDetails(ShipmentLineDetailPK ShipmentLineDetail, ShipmentLinePK ShipmentLine, ShipmentPK Shipment, Integer ShipmentLineSequence, ShipmentLinePK ParentShipmentLine, OrderLinePK OrderLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentLineDetailsShipmentPackageDetails(ShipmentPackageDetailPK ShipmentPackageDetail, ShipmentPackagePK ShipmentPackage, ShipmentTypePK ShipmentType, String ShipmentPackageName, ShipmentPackagePK ParentShipmentPackage, ShipmentPK Shipment, PackageTypePK PackageType, UnitOfMeasureTypePK UnitOfMeasureType, Long Weight, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentPackageDetailsShipments(ShipmentPK Shipment, ShipmentDetailPK ActiveDetail, ShipmentDetailPK LastDetail) Create a detached, initialised ShipmentsShipmentStatuses(ShipmentStatusPK ShipmentStatus, ShipmentPK Shipment, Integer ShipmentLineSequence) Create a detached, initialised ShipmentStatusesShipmentTimes(ShipmentTimePK ShipmentTime, ShipmentPK Shipment, ShipmentTimeTypePK ShipmentTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentTimes -
Uses of ShipmentPK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentAliases, ShipmentPK> ShipmentAliases.SHIPMENTThe columnshipmentaliases.shpal_shp_shipmentid.final org.jooq.TableField<ShipmentDetails, ShipmentPK> ShipmentDetails.SHIPMENTThe columnshipmentdetails.shpdt_shp_shipmentid.final org.jooq.TableField<ShipmentLineDetails, ShipmentPK> ShipmentLineDetails.SHIPMENTThe columnshipmentlinedetails.shpldt_shp_shipmentid.final org.jooq.TableField<ShipmentPackageDetails, ShipmentPK> ShipmentPackageDetails.SHIPMENTThe columnshipmentpackagedetails.shppckgdt_shp_shipmentid.final org.jooq.TableField<Shipments, ShipmentPK> Shipments.SHIPMENTThe columnshipments.shp_shipmentid.final org.jooq.TableField<ShipmentStatuses, ShipmentPK> ShipmentStatuses.SHIPMENTThe columnshipmentstatuses.shpst_shp_shipmentid.final org.jooq.TableField<ShipmentTimes, ShipmentPK> ShipmentTimes.SHIPMENTThe columnshipmenttimes.shptim_shp_shipmentid.