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()OrderContentCatalog.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 TypeMethodDescriptionvoidOrderAdjustmentDetail.setOrderPK(OrderPK orderPK) voidOrderAlias.setOrderPK(OrderPK orderPK) voidOrderContentCatalog.setOrderPK(OrderPK orderPK) voidOrderDetail.setOrderPK(OrderPK orderPK) voidOrderLineDetail.setOrderPK(OrderPK orderPK) voidOrderPaymentPreferenceDetail.setOrderPK(OrderPK orderPK) voidOrderRole.setOrderPK(OrderPK orderPK) voidOrderShipmentGroupDetail.setOrderPK(OrderPK orderPK) voidOrderStatus.setOrderPK(OrderPK orderPK) voidOrderTime.setOrderPK(OrderPK orderPK) voidOrderUserVisit.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) OrderAliasFactory.create(OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) OrderContentCatalogFactory.create(OrderPK orderPK, ContentCatalogPK contentCatalogPK, 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) 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) OrderPaymentPreferenceDetailFactory.create(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) OrderShipmentGroupDetailFactory.create(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) OrderTimeFactory.create(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) OrderUserVisitFactory.create(OrderPK orderPK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) OrderFactory.getEntityFromCache(OrderPK pk) OrderFactory.getEntityFromPK(EntityPermission entityPermission, OrderPK pk) OrderFactory.getValueFromPK(OrderPK pk) voidbooleanMethod parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPKModifier and TypeMethodDescriptionOrderFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderPK> pks) OrderFactory.getValuesFromPKs(Collection<OrderPK> pks) voidOrderFactory.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()OrderContentCatalogValue.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 TypeMethodDescriptionvoidOrderAdjustmentDetailValue.setOrderPK(OrderPK orderPK) voidOrderAliasValue.setOrderPK(OrderPK orderPK) voidOrderContentCatalogValue.setOrderPK(OrderPK orderPK) voidOrderDetailValue.setOrderPK(OrderPK orderPK) voidOrderLineDetailValue.setOrderPK(OrderPK orderPK) voidOrderPaymentPreferenceDetailValue.setOrderPK(OrderPK orderPK) voidOrderRoleValue.setOrderPK(OrderPK orderPK) voidOrderShipmentGroupDetailValue.setOrderPK(OrderPK orderPK) voidOrderStatusValue.setOrderPK(OrderPK orderPK) voidOrderTimeValue.setOrderPK(OrderPK orderPK) voidOrderUserVisitValue.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 OrderAliasValueOrderContentCatalogValue(OrderContentCatalogPK orderContentCatalogPK, OrderPK orderPK, ContentCatalogPK contentCatalogPK, Long fromTime, Long thruTime) Creates a new instance of OrderContentCatalogValueOrderContentCatalogValue(OrderPK orderPK, ContentCatalogPK contentCatalogPK, Long fromTime, Long thruTime) Creates a new instance of OrderContentCatalogValueOrderDetailValue(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) -
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) -
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 -
Uses of OrderPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderPKModifier and TypeMethodDescriptionOrderAdjustmentDetails.Order()Getter fororderadjustmentdetails.ordadjdt_ord_orderid.OrderAliases.Order()Getter fororderaliases.ordal_ord_orderid.OrderContentCatalogs.Order()Getter forordercontentcatalogs.ordcntct_ord_orderid.OrderDetails.Order()Getter fororderdetails.orddt_ord_orderid.OrderLineDetails.Order()Getter fororderlinedetails.ordldt_ord_orderid.OrderPaymentPreferenceDetails.Order()Getter fororderpaymentpreferencedetails.ordpymtprfdt_ord_orderid.OrderRoles.Order()Getter fororderroles.ordr_ord_orderid.Orders.Order()Getter fororders.ord_orderid.OrderShipmentGroupDetails.Order()Getter forordershipmentgroupdetails.ordshpgrpdt_ord_orderid.OrderStatuses.Order()Getter fororderstatuses.ordst_ord_orderid.OrderTimes.Order()Getter forordertimes.ordtim_ord_orderid.OrderUserVisits.Order()Getter fororderuservisits.orduvis_ord_orderid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderPKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderPKModifier and TypeMethodDescriptionvoidSetter fororderadjustmentdetails.ordadjdt_ord_orderid.voidSetter fororderaliases.ordal_ord_orderid.voidSetter forordercontentcatalogs.ordcntct_ord_orderid.voidSetter fororderdetails.orddt_ord_orderid.voidSetter fororderlinedetails.ordldt_ord_orderid.voidSetter fororderpaymentpreferencedetails.ordpymtprfdt_ord_orderid.voidSetter fororderroles.ordr_ord_orderid.voidSetter fororders.ord_orderid.voidSetter forordershipmentgroupdetails.ordshpgrpdt_ord_orderid.voidSetter fororderstatuses.ordst_ord_orderid.voidSetter forordertimes.ordtim_ord_orderid.voidSetter fororderuservisits.orduvis_ord_orderid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderPKModifierConstructorDescriptionOrderAdjustmentDetails(OrderAdjustmentDetailPK OrderAdjustmentDetail, OrderAdjustmentPK OrderAdjustment, OrderPK Order, Integer OrderAdjustmentSequence, OrderAdjustmentTypePK OrderAdjustmentType, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderAdjustmentDetailsOrderAliases(OrderAliasPK OrderAlias, OrderPK Order, OrderAliasTypePK OrderAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised OrderAliasesOrderContentCatalogs(OrderContentCatalogPK OrderContentCatalog, OrderPK Order, ContentCatalogPK ContentCatalog, Long FromTime, Long ThruTime) Create a detached, initialised OrderContentCatalogsOrderDetails(OrderDetailPK OrderDetail, OrderPK Order, OrderTypePK OrderType, String OrderName, OrderPriorityPK OrderPriority, CurrencyPK Currency, Boolean HoldUntilComplete, Boolean AllowBackorders, Boolean AllowSubstitutions, Boolean AllowCombiningShipments, TermPK Term, FreeOnBoardPK FreeOnBoard, String Reference, String Description, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, Boolean Taxable, Long FromTime, Long ThruTime) Create a detached, initialised OrderDetailsOrderLineDetails(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 OrderLineDetailsOrderPaymentPreferenceDetails(OrderPaymentPreferenceDetailPK OrderPaymentPreferenceDetail, OrderPaymentPreferencePK OrderPaymentPreference, OrderPK Order, Integer OrderPaymentPreferenceSequence, PaymentMethodPK PaymentMethod, PartyPaymentMethodPK PartyPaymentMethod, Boolean WasPresent, Long MaximumAmount, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised OrderPaymentPreferenceDetailsOrderRoles(OrderRolePK OrderRole, OrderPK Order, PartyPK Party, OrderRoleTypePK OrderRoleType, Long FromTime, Long ThruTime) Create a detached, initialised OrderRolesOrders(OrderPK Order, OrderDetailPK ActiveDetail, OrderDetailPK LastDetail) Create a detached, initialised OrdersOrderShipmentGroupDetails(OrderShipmentGroupDetailPK OrderShipmentGroupDetail, OrderShipmentGroupPK OrderShipmentGroup, OrderPK Order, Integer OrderShipmentGroupSequence, ItemDeliveryTypePK ItemDeliveryType, Boolean IsDefault, PartyContactMechanismPK PartyContactMechanism, ShippingMethodPK ShippingMethod, Boolean HoldUntilComplete, Long FromTime, Long ThruTime) Create a detached, initialised OrderShipmentGroupDetailsOrderStatuses(OrderStatusPK OrderStatus, OrderPK Order, Integer OrderShipmentGroupSequence, Integer OrderLineSequence, Integer OrderAdjustmentSequence, Integer OrderPaymentPreferenceSequence) Create a detached, initialised OrderStatusesOrderTimes(OrderTimePK OrderTime, OrderPK Order, OrderTimeTypePK OrderTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised OrderTimesOrderUserVisits(OrderUserVisitPK OrderUserVisit, OrderPK Order, UserVisitPK UserVisit, Long FromTime, Long ThruTime) Create a detached, initialised OrderUserVisits -
Uses of OrderPK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return OrderPKMethods in com.echothree.model.jooq.server.records.sales with parameters of type OrderPKModifier and TypeMethodDescriptionvoidSetter forsalesorders.salord_ord_orderid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type OrderPKModifierConstructorDescriptionSalesOrders(SalesOrderPK SalesOrder, OrderPK Order, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrders -
Uses of OrderPK in com.echothree.model.jooq.server.records.wishlist
Methods in com.echothree.model.jooq.server.records.wishlist that return OrderPKMethods in com.echothree.model.jooq.server.records.wishlist with parameters of type OrderPKModifier and TypeMethodDescriptionvoidSetter forwishlists.wshl_ord_orderid.Constructors in com.echothree.model.jooq.server.records.wishlist with parameters of type OrderPKModifierConstructorDescriptionWishlists(WishlistPK Wishlist, OrderPK Order, OfferUsePK OfferUse, WishlistTypePK WishlistType, Long FromTime, Long ThruTime) Create a detached, initialised Wishlists -
Uses of OrderPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderAdjustmentDetails, OrderPK> OrderAdjustmentDetails.ORDERThe columnorderadjustmentdetails.ordadjdt_ord_orderid.final org.jooq.TableField<OrderAliases, OrderPK> OrderAliases.ORDERThe columnorderaliases.ordal_ord_orderid.final org.jooq.TableField<OrderContentCatalogs, OrderPK> OrderContentCatalogs.ORDERThe columnordercontentcatalogs.ordcntct_ord_orderid.final org.jooq.TableField<OrderDetails, OrderPK> OrderDetails.ORDERThe columnorderdetails.orddt_ord_orderid.final org.jooq.TableField<OrderLineDetails, OrderPK> OrderLineDetails.ORDERThe columnorderlinedetails.ordldt_ord_orderid.final org.jooq.TableField<OrderPaymentPreferenceDetails, OrderPK> OrderPaymentPreferenceDetails.ORDERThe columnorderpaymentpreferencedetails.ordpymtprfdt_ord_orderid.final org.jooq.TableField<OrderRoles, OrderPK> OrderRoles.ORDERThe columnorderroles.ordr_ord_orderid.Orders.ORDERThe columnorders.ord_orderid.final org.jooq.TableField<OrderShipmentGroupDetails, OrderPK> OrderShipmentGroupDetails.ORDERThe columnordershipmentgroupdetails.ordshpgrpdt_ord_orderid.final org.jooq.TableField<OrderStatuses, OrderPK> OrderStatuses.ORDERThe columnorderstatuses.ordst_ord_orderid.final org.jooq.TableField<OrderTimes, OrderPK> OrderTimes.ORDERThe columnordertimes.ordtim_ord_orderid.final org.jooq.TableField<OrderUserVisits, OrderPK> OrderUserVisits.ORDERThe columnorderuservisits.orduvis_ord_orderid. -
Uses of OrderPK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type OrderPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrders, OrderPK> SalesOrders.ORDERThe columnsalesorders.salord_ord_orderid. -
Uses of OrderPK in com.echothree.model.jooq.server.tables.wishlist
Fields in com.echothree.model.jooq.server.tables.wishlist with type parameters of type OrderPK