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 TypeMethodDescriptionvoid
OrderLineAdjustmentDetail.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineDetail.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineStatus.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineTime.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineDetail.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) OrderLineAdjustmentDetailFactory.create
(Session session, 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) OrderLineDetailFactory.create
(Session session, 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) OrderLineStatusFactory.create
(Session session, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence) OrderLineTimeFactory.create
(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderLineTimeFactory.create
(Session session, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderLineFactory.getEntityFromCache
(Session session, OrderLinePK pk) OrderLineFactory.getEntityFromPK
(EntityPermission entityPermission, OrderLinePK pk) OrderLineFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderLinePK pk) OrderLineFactory.getValueFromPK
(Session session, OrderLinePK pk) void
OrderLineFactory.remove
(Session session, OrderLinePK pk) boolean
OrderLineFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderLinePK> pks) OrderLineFactory.getValuesFromPKs
(Session session, Collection<OrderLinePK> pks) void
OrderLineFactory.remove
(Session session, Collection<OrderLinePK> pks) void
OrderLineFactory.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 TypeMethodDescriptionvoid
OrderLineAdjustmentDetailValue.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineDetailValue.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineStatusValue.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineTimeValue.setOrderLinePK
(OrderLinePK orderLinePK) void
OrderLineDetailValue.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) SalesOrderLineFactory.create
(Session session, 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 TypeMethodDescriptionvoid
SalesOrderLineValue.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 TypeMethodDescriptionvoid
ShipmentLineDetail.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) 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) -
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 TypeMethodDescriptionvoid
ShipmentLineDetailValue.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) WishlistLineFactory.create
(Session session, 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