Uses of Class
com.echothree.model.data.order.common.pk.OrderPK
Packages that use OrderPK
Package
Description
-
Uses of OrderPK in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type OrderPK -
Uses of OrderPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderPKModifier and TypeMethodDescriptionOrderAdjustmentDetail.getOrderPK()
OrderAlias.getOrderPK()
OrderDetail.getOrderPK()
OrderLineDetail.getOrderPK()
OrderPaymentPreferenceDetail.getOrderPK()
OrderRole.getOrderPK()
OrderShipmentGroupDetail.getOrderPK()
OrderStatus.getOrderPK()
OrderTime.getOrderPK()
OrderUserVisit.getOrderPK()
Order.getPrimaryKey()
Methods in com.echothree.model.data.order.server.entity with parameters of type OrderPKModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetail.setOrderPK
(OrderPK orderPK) void
OrderAlias.setOrderPK
(OrderPK orderPK) void
OrderDetail.setOrderPK
(OrderPK orderPK) void
OrderLineDetail.setOrderPK
(OrderPK orderPK) void
OrderPaymentPreferenceDetail.setOrderPK
(OrderPK orderPK) void
OrderRole.setOrderPK
(OrderPK orderPK) void
OrderShipmentGroupDetail.setOrderPK
(OrderPK orderPK) void
OrderStatus.setOrderPK
(OrderPK orderPK) void
OrderTime.setOrderPK
(OrderPK orderPK) void
OrderUserVisit.setOrderPK
(OrderPK orderPK) -
Uses of OrderPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderPKModifier and TypeMethodDescriptionOrderFactory.getNextPK()
OrderFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OrderFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderPKModifier and TypeMethodDescriptionOrderFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OrderFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OrderFactory.getPKsFromResultSetAsList
(ResultSet rs) OrderFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderPKModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.create
(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderAdjustmentDetailFactory.create
(Session session, OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderAliasFactory.create
(OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) OrderAliasFactory.create
(Session session, OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) OrderDetailFactory.create
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, 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) OrderPaymentPreferenceDetailFactory.create
(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) OrderPaymentPreferenceDetailFactory.create
(Session session, OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) OrderRoleFactory.create
(OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) OrderRoleFactory.create
(Session session, OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create
(OrderShipmentGroupPK orderShipmentGroupPK, OrderPK orderPK, Integer orderShipmentGroupSequence, ItemDeliveryTypePK itemDeliveryTypePK, Boolean isDefault, PartyContactMechanismPK partyContactMechanismPK, ShippingMethodPK shippingMethodPK, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create
(Session session, OrderShipmentGroupPK orderShipmentGroupPK, OrderPK orderPK, Integer orderShipmentGroupSequence, ItemDeliveryTypePK itemDeliveryTypePK, Boolean isDefault, PartyContactMechanismPK partyContactMechanismPK, ShippingMethodPK shippingMethodPK, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderStatusFactory.create
(OrderPK orderPK, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) OrderStatusFactory.create
(Session session, OrderPK orderPK, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) OrderTimeFactory.create
(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderTimeFactory.create
(Session session, OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderUserVisitFactory.create
(OrderPK orderPK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) OrderUserVisitFactory.create
(Session session, OrderPK orderPK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) OrderFactory.getEntityFromCache
(Session session, OrderPK pk) OrderFactory.getEntityFromPK
(EntityPermission entityPermission, OrderPK pk) OrderFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderPK pk) OrderFactory.getValueFromPK
(Session session, OrderPK pk) void
boolean
Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPKModifier and TypeMethodDescriptionOrderFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderPK> pks) OrderFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderPK> pks) OrderFactory.getValuesFromPKs
(Session session, Collection<OrderPK> pks) void
OrderFactory.remove
(Session session, Collection<OrderPK> pks) void
OrderFactory.remove
(Collection<OrderPK> pks) -
Uses of OrderPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderPKModifier and TypeMethodDescriptionOrderAdjustmentDetailValue.getOrderPK()
OrderAliasValue.getOrderPK()
OrderDetailValue.getOrderPK()
OrderLineDetailValue.getOrderPK()
OrderPaymentPreferenceDetailValue.getOrderPK()
OrderRoleValue.getOrderPK()
OrderShipmentGroupDetailValue.getOrderPK()
OrderStatusValue.getOrderPK()
OrderTimeValue.getOrderPK()
OrderUserVisitValue.getOrderPK()
OrderValue.getPrimaryKey()
Methods in com.echothree.model.data.order.server.value with parameters of type OrderPKModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetailValue.setOrderPK
(OrderPK orderPK) void
OrderAliasValue.setOrderPK
(OrderPK orderPK) void
OrderDetailValue.setOrderPK
(OrderPK orderPK) void
OrderLineDetailValue.setOrderPK
(OrderPK orderPK) void
OrderPaymentPreferenceDetailValue.setOrderPK
(OrderPK orderPK) void
OrderRoleValue.setOrderPK
(OrderPK orderPK) void
OrderShipmentGroupDetailValue.setOrderPK
(OrderPK orderPK) void
OrderStatusValue.setOrderPK
(OrderPK orderPK) void
OrderTimeValue.setOrderPK
(OrderPK orderPK) void
OrderUserVisitValue.setOrderPK
(OrderPK orderPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderPKModifierConstructorDescriptionOrderAdjustmentDetailValue
(OrderAdjustmentDetailPK orderAdjustmentDetailPK, OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAdjustmentDetailValue
(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAliasValue
(OrderAliasPK orderAliasPK, OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of OrderAliasValueOrderAliasValue
(OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of OrderAliasValueOrderDetailValue
(OrderDetailPK orderDetailPK, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderDetailValue
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderLineDetailValue
(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 OrderLineDetailValueOrderPaymentPreferenceDetailValue
(OrderPaymentPreferenceDetailPK orderPaymentPreferenceDetailPK, OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPaymentPreferenceDetailValueOrderPaymentPreferenceDetailValue
(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPaymentPreferenceDetailValueOrderRoleValue
(OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValueOrderRoleValue
(OrderRolePK orderRolePK, OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValueOrderShipmentGroupDetailValue
(OrderShipmentGroupDetailPK orderShipmentGroupDetailPK, OrderShipmentGroupPK orderShipmentGroupPK, OrderPK orderPK, Integer orderShipmentGroupSequence, ItemDeliveryTypePK itemDeliveryTypePK, Boolean isDefault, PartyContactMechanismPK partyContactMechanismPK, ShippingMethodPK shippingMethodPK, Boolean holdUntilComplete, Long fromTime, Long thruTime) Creates a new instance of OrderShipmentGroupDetailValueOrderShipmentGroupDetailValue
(OrderShipmentGroupPK orderShipmentGroupPK, OrderPK orderPK, Integer orderShipmentGroupSequence, ItemDeliveryTypePK itemDeliveryTypePK, Boolean isDefault, PartyContactMechanismPK partyContactMechanismPK, ShippingMethodPK shippingMethodPK, Boolean holdUntilComplete, Long fromTime, Long thruTime) Creates a new instance of OrderShipmentGroupDetailValueOrderStatusValue
(OrderPK orderPK, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) Creates a new instance of OrderStatusValueOrderStatusValue
(OrderStatusPK orderStatusPK, OrderPK orderPK, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) Creates a new instance of OrderStatusValueOrderTimeValue
(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderTimeValueOrderTimeValue
(OrderTimePK orderTimePK, OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderTimeValueOrderUserVisitValue
(OrderPK orderPK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) Creates a new instance of OrderUserVisitValueOrderUserVisitValue
(OrderUserVisitPK orderUserVisitPK, OrderPK orderPK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) Creates a new instance of OrderUserVisitValueOrderValue
(OrderPK orderPK, OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) Creates a new instance of OrderValue -
Uses of OrderPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return OrderPKMethods in com.echothree.model.data.sales.server.entity with parameters of type OrderPK -
Uses of OrderPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type OrderPKModifier and TypeMethodDescriptionSalesOrderFactory.create
(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) SalesOrderFactory.create
(Session session, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) -
Uses of OrderPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return OrderPKMethods in com.echothree.model.data.sales.server.value with parameters of type OrderPKConstructors in com.echothree.model.data.sales.server.value with parameters of type OrderPKModifierConstructorDescriptionSalesOrderValue
(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValueSalesOrderValue
(SalesOrderPK salesOrderPK, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValue -
Uses of OrderPK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return OrderPKMethods in com.echothree.model.data.wishlist.server.entity with parameters of type OrderPK -
Uses of OrderPK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type OrderPKModifier and TypeMethodDescriptionWishlistFactory.create
(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) WishlistFactory.create
(Session session, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) -
Uses of OrderPK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return OrderPKMethods in com.echothree.model.data.wishlist.server.value with parameters of type OrderPKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type OrderPKModifierConstructorDescriptionWishlistValue
(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValueWishlistValue
(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValue