Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentLineDetailPK
Packages that use ShipmentLineDetailPK
Package
Description
-
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLine.getActiveDetailPK()ShipmentLine.getLastDetailPK()ShipmentLineDetail.getPrimaryKey()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionvoidShipmentLine.setActiveDetailPK(ShipmentLineDetailPK activeDetailPK) voidShipmentLine.setLastDetailPK(ShipmentLineDetailPK lastDetailPK) -
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getNextPK()ShipmentLineDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentLineDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentLineDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineFactory.create(ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) ShipmentLineDetailFactory.getEntityFromCache(ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getValueFromPK(ShipmentLineDetailPK pk) voidShipmentLineDetailFactory.remove(ShipmentLineDetailPK pk) booleanShipmentLineDetailFactory.validPK(ShipmentLineDetailPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentLineDetailPK> pks) ShipmentLineDetailFactory.getValuesFromPKs(Collection<ShipmentLineDetailPK> pks) voidShipmentLineDetailFactory.remove(Collection<ShipmentLineDetailPK> pks) -
Uses of ShipmentLineDetailPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLineValue.getActiveDetailPK()ShipmentLineValue.getLastDetailPK()ShipmentLineDetailValue.getPrimaryKey()Methods in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionvoidShipmentLineValue.setActiveDetailPK(ShipmentLineDetailPK activeDetailPK) voidShipmentLineValue.setLastDetailPK(ShipmentLineDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentLineDetailPKModifierConstructorDescriptionShipmentLineDetailValue(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 ShipmentLineDetailValueShipmentLineValue(ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) Creates a new instance of ShipmentLineValueShipmentLineValue(ShipmentLinePK shipmentLinePK, ShipmentLineDetailPK activeDetailPK, ShipmentLineDetailPK lastDetailPK) Creates a new instance of ShipmentLineValue -
Uses of ShipmentLineDetailPK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ShipmentLineDetailPKModifier and TypeMethodDescriptionShipmentLines.ActiveDetail()Getter forshipmentlines.shpl_activedetailid.ShipmentLines.LastDetail()Getter forshipmentlines.shpl_lastdetailid.ShipmentLineDetails.ShipmentLineDetail()Getter forshipmentlinedetails.shpldt_shipmentlinedetailid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type ShipmentLineDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ShipmentLineDetailPK> ShipmentLineDetails.key()Methods in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentLineDetailPKModifier and TypeMethodDescriptionvoidShipmentLines.ActiveDetail(ShipmentLineDetailPK value) Setter forshipmentlines.shpl_activedetailid.voidShipmentLines.LastDetail(ShipmentLineDetailPK value) Setter forshipmentlines.shpl_lastdetailid.voidShipmentLineDetails.ShipmentLineDetail(ShipmentLineDetailPK value) Setter forshipmentlinedetails.shpldt_shipmentlinedetailid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentLineDetailPKModifierConstructorDescriptionShipmentLineDetails(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 ShipmentLineDetailsShipmentLines(ShipmentLinePK ShipmentLine, ShipmentLineDetailPK ActiveDetail, ShipmentLineDetailPK LastDetail) Create a detached, initialised ShipmentLines -
Uses of ShipmentLineDetailPK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentLineDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentLines, ShipmentLineDetailPK> ShipmentLines.ACTIVE_DETAILThe columnshipmentlines.shpl_activedetailid.final org.jooq.TableField<ShipmentLines, ShipmentLineDetailPK> ShipmentLines.LAST_DETAILThe columnshipmentlines.shpl_lastdetailid.final org.jooq.TableField<ShipmentLineDetails, ShipmentLineDetailPK> ShipmentLineDetails.SHIPMENT_LINE_DETAILThe columnshipmentlinedetails.shpldt_shipmentlinedetailid.