Uses of Class
com.echothree.model.data.order.common.pk.OrderLinePK
Packages that use OrderLinePK
Package
Description
-
Uses of OrderLinePK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLinePKModifier and TypeMethodDescriptionOrderLineAdjustmentDetail.getOrderLinePK()OrderLineDetail.getOrderLinePK()OrderLineStatus.getOrderLinePK()OrderLineTime.getOrderLinePK()OrderLineDetail.getParentOrderLinePK()OrderLine.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetail.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineDetail.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineStatus.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineTime.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineDetail.setParentOrderLinePK(OrderLinePK parentOrderLinePK) -
Uses of OrderLinePK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLinePKModifier and TypeMethodDescriptionOrderLineFactory.getNextPK()OrderLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLinePKModifier and TypeMethodDescriptionOrderLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderLineFactory.getPKsFromResultSetAsList(ResultSet rs) OrderLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLinePKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.create(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderLineDetailFactory.create(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderLineStatusFactory.create(OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence) OrderLineTimeFactory.create(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderLineFactory.getEntityFromCache(OrderLinePK pk) OrderLineFactory.getEntityFromPK(EntityPermission entityPermission, OrderLinePK pk) OrderLineFactory.getValueFromPK(OrderLinePK pk) voidOrderLineFactory.remove(OrderLinePK pk) booleanOrderLineFactory.validPK(OrderLinePK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLinePKModifier and TypeMethodDescriptionOrderLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderLinePK> pks) OrderLineFactory.getValuesFromPKs(Collection<OrderLinePK> pks) voidOrderLineFactory.remove(Collection<OrderLinePK> pks) -
Uses of OrderLinePK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLinePKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailValue.getOrderLinePK()OrderLineDetailValue.getOrderLinePK()OrderLineStatusValue.getOrderLinePK()OrderLineTimeValue.getOrderLinePK()OrderLineDetailValue.getParentOrderLinePK()OrderLineValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetailValue.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineDetailValue.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineStatusValue.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineTimeValue.setOrderLinePK(OrderLinePK orderLinePK) voidOrderLineDetailValue.setParentOrderLinePK(OrderLinePK parentOrderLinePK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderLinePKModifierConstructorDescriptionOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailPK orderLineAdjustmentDetailPK, OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentDetailValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineDetailValue(OrderLineDetailPK orderLineDetailPK, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValueOrderLineDetailValue(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValueOrderLineStatusValue(OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence) Creates a new instance of OrderLineStatusValueOrderLineStatusValue(OrderLineStatusPK orderLineStatusPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence) Creates a new instance of OrderLineStatusValueOrderLineTimeValue(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderLineTimeValueOrderLineTimeValue(OrderLineTimePK orderLineTimePK, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderLineTimeValueOrderLineValue(OrderLinePK orderLinePK, OrderLineDetailPK activeDetailPK, OrderLineDetailPK lastDetailPK) Creates a new instance of OrderLineValue -
Uses of OrderLinePK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return OrderLinePKMethods in com.echothree.model.data.sales.server.entity with parameters of type OrderLinePK -
Uses of OrderLinePK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type OrderLinePKModifier and TypeMethodDescriptionSalesOrderLineFactory.create(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) -
Uses of OrderLinePK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return OrderLinePKMethods in com.echothree.model.data.sales.server.value with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidSalesOrderLineValue.setOrderLinePK(OrderLinePK orderLinePK) Constructors in com.echothree.model.data.sales.server.value with parameters of type OrderLinePKModifierConstructorDescriptionSalesOrderLineValue(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValueSalesOrderLineValue(SalesOrderLinePK salesOrderLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValue -
Uses of OrderLinePK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return OrderLinePKMethods in com.echothree.model.data.shipment.server.entity with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidShipmentLineDetail.setOrderLinePK(OrderLinePK orderLinePK) -
Uses of OrderLinePK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type OrderLinePKModifier and TypeMethodDescriptionShipmentLineDetailFactory.create(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) -
Uses of OrderLinePK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return OrderLinePKMethods in com.echothree.model.data.shipment.server.value with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidShipmentLineDetailValue.setOrderLinePK(OrderLinePK orderLinePK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type OrderLinePKModifierConstructorDescriptionShipmentLineDetailValue(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 ShipmentLineDetailValue -
Uses of OrderLinePK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return OrderLinePKMethods in com.echothree.model.data.wishlist.server.entity with parameters of type OrderLinePK -
Uses of OrderLinePK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type OrderLinePKModifier and TypeMethodDescriptionWishlistLineFactory.create(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) -
Uses of OrderLinePK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return OrderLinePKMethods in com.echothree.model.data.wishlist.server.value with parameters of type OrderLinePKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type OrderLinePKModifierConstructorDescriptionWishlistLineValue(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValueWishlistLineValue(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValue -
Uses of OrderLinePK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderLinePKModifier and TypeMethodDescriptionOrderLineAdjustmentDetails.OrderLine()Getter fororderlineadjustmentdetails.ordladjdt_ordl_orderlineid.OrderLineDetails.OrderLine()Getter fororderlinedetails.ordldt_ordl_orderlineid.OrderLines.OrderLine()Getter fororderlines.ordl_orderlineid.OrderLineStatuses.OrderLine()Getter fororderlinestatuses.ordlst_ordl_orderlineid.OrderLineTimes.OrderLine()Getter fororderlinetimes.ordltim_ordl_orderlineid.OrderLineDetails.ParentOrderLine()Getter fororderlinedetails.ordldt_parentorderlineid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderLinePKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetails.OrderLine(OrderLinePK value) Setter fororderlineadjustmentdetails.ordladjdt_ordl_orderlineid.voidOrderLineDetails.OrderLine(OrderLinePK value) Setter fororderlinedetails.ordldt_ordl_orderlineid.voidOrderLines.OrderLine(OrderLinePK value) Setter fororderlines.ordl_orderlineid.voidOrderLineStatuses.OrderLine(OrderLinePK value) Setter fororderlinestatuses.ordlst_ordl_orderlineid.voidOrderLineTimes.OrderLine(OrderLinePK value) Setter fororderlinetimes.ordltim_ordl_orderlineid.voidOrderLineDetails.ParentOrderLine(OrderLinePK value) Setter fororderlinedetails.ordldt_parentorderlineid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderLinePKModifierConstructorDescriptionOrderLineAdjustmentDetails(OrderLineAdjustmentDetailPK OrderLineAdjustmentDetail, OrderLineAdjustmentPK OrderLineAdjustment, OrderLinePK OrderLine, Integer OrderLineAdjustmentSequence, OrderLineAdjustmentTypePK OrderLineAdjustmentType, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineAdjustmentDetailsOrderLineDetails(OrderLineDetailPK OrderLineDetail, OrderLinePK OrderLine, OrderPK Order, Integer OrderLineSequence, OrderLinePK ParentOrderLine, OrderShipmentGroupPK OrderShipmentGroup, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long UnitAmount, String Description, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, Boolean Taxable, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineDetailsOrderLines(OrderLinePK OrderLine, OrderLineDetailPK ActiveDetail, OrderLineDetailPK LastDetail) Create a detached, initialised OrderLinesOrderLineStatuses(OrderLineStatusPK OrderLineStatus, OrderLinePK OrderLine, Integer OrderLineAdjustmentSequence) Create a detached, initialised OrderLineStatusesOrderLineTimes(OrderLineTimePK OrderLineTime, OrderLinePK OrderLine, OrderTimeTypePK OrderTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineTimes -
Uses of OrderLinePK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return OrderLinePKModifier and TypeMethodDescriptionSalesOrderLines.OrderLine()Getter forsalesorderlines.salordl_ordl_orderlineid.Methods in com.echothree.model.jooq.server.records.sales with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidSalesOrderLines.OrderLine(OrderLinePK value) Setter forsalesorderlines.salordl_ordl_orderlineid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type OrderLinePKModifierConstructorDescriptionSalesOrderLines(SalesOrderLinePK SalesOrderLine, OrderLinePK OrderLine, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrderLines -
Uses of OrderLinePK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return OrderLinePKModifier and TypeMethodDescriptionShipmentLineDetails.OrderLine()Getter forshipmentlinedetails.shpldt_ordl_orderlineid.Methods in com.echothree.model.jooq.server.records.shipment with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidShipmentLineDetails.OrderLine(OrderLinePK value) Setter forshipmentlinedetails.shpldt_ordl_orderlineid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type OrderLinePKModifierConstructorDescriptionShipmentLineDetails(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 ShipmentLineDetails -
Uses of OrderLinePK in com.echothree.model.jooq.server.records.wishlist
Methods in com.echothree.model.jooq.server.records.wishlist that return OrderLinePKModifier and TypeMethodDescriptionWishlistLines.OrderLine()Getter forwishlistlines.wshll_ordl_orderlineid.Methods in com.echothree.model.jooq.server.records.wishlist with parameters of type OrderLinePKModifier and TypeMethodDescriptionvoidWishlistLines.OrderLine(OrderLinePK value) Setter forwishlistlines.wshll_ordl_orderlineid.Constructors in com.echothree.model.jooq.server.records.wishlist with parameters of type OrderLinePKModifierConstructorDescriptionWishlistLines(WishlistLinePK WishlistLine, OrderLinePK OrderLine, OfferUsePK OfferUse, WishlistPriorityPK WishlistPriority, AssociateReferralPK AssociateReferral, String Comment, Long FromTime, Long ThruTime) Create a detached, initialised WishlistLines -
Uses of OrderLinePK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderLineAdjustmentDetails, OrderLinePK> OrderLineAdjustmentDetails.ORDER_LINEThe columnorderlineadjustmentdetails.ordladjdt_ordl_orderlineid.final org.jooq.TableField<OrderLineDetails, OrderLinePK> OrderLineDetails.ORDER_LINEThe columnorderlinedetails.ordldt_ordl_orderlineid.final org.jooq.TableField<OrderLines, OrderLinePK> OrderLines.ORDER_LINEThe columnorderlines.ordl_orderlineid.final org.jooq.TableField<OrderLineStatuses, OrderLinePK> OrderLineStatuses.ORDER_LINEThe columnorderlinestatuses.ordlst_ordl_orderlineid.final org.jooq.TableField<OrderLineTimes, OrderLinePK> OrderLineTimes.ORDER_LINEThe columnorderlinetimes.ordltim_ordl_orderlineid.final org.jooq.TableField<OrderLineDetails, OrderLinePK> OrderLineDetails.PARENT_ORDER_LINEThe columnorderlinedetails.ordldt_parentorderlineid. -
Uses of OrderLinePK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type OrderLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrderLines, OrderLinePK> SalesOrderLines.ORDER_LINEThe columnsalesorderlines.salordl_ordl_orderlineid. -
Uses of OrderLinePK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type OrderLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentLineDetails, OrderLinePK> ShipmentLineDetails.ORDER_LINEThe columnshipmentlinedetails.shpldt_ordl_orderlineid. -
Uses of OrderLinePK in com.echothree.model.jooq.server.tables.wishlist
Fields in com.echothree.model.jooq.server.tables.wishlist with type parameters of type OrderLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WishlistLines, OrderLinePK> WishlistLines.ORDER_LINEThe columnwishlistlines.wshll_ordl_orderlineid.