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 TypeMethodDescriptionvoid
ShipmentAlias.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentDetail.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentLineDetail.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentPackageDetail.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentStatus.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentTime.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) ShipmentAliasFactory.create
(Session session, 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) ShipmentDetailFactory.create
(Session session, 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) ShipmentLineDetailFactory.create
(Session session, 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) ShipmentPackageDetailFactory.create
(Session session, 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) ShipmentStatusFactory.create
(Session session, ShipmentPK shipmentPK, Integer shipmentLineSequence) ShipmentTimeFactory.create
(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) ShipmentTimeFactory.create
(Session session, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) ShipmentFactory.getEntityFromCache
(Session session, ShipmentPK pk) ShipmentFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentPK pk) ShipmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentPK pk) ShipmentFactory.getValueFromPK
(Session session, ShipmentPK pk) void
ShipmentFactory.remove
(Session session, ShipmentPK pk) boolean
ShipmentFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentPK> pks) ShipmentFactory.getValuesFromPKs
(Session session, Collection<ShipmentPK> pks) void
ShipmentFactory.remove
(Session session, Collection<ShipmentPK> pks) void
ShipmentFactory.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 TypeMethodDescriptionvoid
ShipmentAliasValue.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentDetailValue.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentLineDetailValue.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentPackageDetailValue.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentStatusValue.setShipmentPK
(ShipmentPK shipmentPK) void
ShipmentTimeValue.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