Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | CountForAffiliate | Overloaded. Counts the number of Order objects for the given AffiliateId in the database. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | CountForFilter | Overloaded. Builds a command to count the total records that are within the bounds of the filter |
![]() | CountForOrderStatus | Counts the number of Order objects for the given OrderStatusId in the database. |
![]() | CountForSearch | Count the total records that are within the bounds of the given search criteria |
![]() | CountForStore | Counts the number of Order objects for the given StoreId in the database. |
![]() | CountForUser | Counts the number of Order objects for the given UserId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | GetCouponCodes | Overloaded. Gets coupons codes used for orders |
![]() | GetOrderIdList | Returns a comma delimited list of OrderId given a comma delimited list of OrderNumber |
![]() | GetOrderNumberList | Returns a comma delimited list of OrderNumber given a comma delimited list of OrderId |
![]() | GetOrderStatus | Gets OrderStatus for the given order |
![]() | GetOrderStatusId | Gets OrderStatusId for the given order |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | LoadForAffiliate | Overloaded. Loads a collection of Order objects for the given AffiliateId from the database |
![]() | LoadForCouponCode | Loads a collection of orders associated to the given coupon code |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Order,int>) |
![]() | LoadForFilter | Overloaded. Loads orders based on the current filter. |
![]() | LoadForGoogleOrderNumber | Loads an order object for given GoogleOrderNumber |
![]() | LoadForOrderNumber | Load the order for order number |
![]() | LoadForOrderStatus | Loads a collection of Order objects for the given OrderStatusId from the database |
![]() | LoadForStore | Loads a collection of Order objects for the given StoreId from the database |
![]() | LoadForUser | Loads a collection of Order objects for the given UserId from the database |
![]() | LoadOrderStatusSummaries | Use to load order status based summaries. |
![]() | LookupOrderId | Gets the OrderId for given the order number |
![]() | LookupOrderIds | Gets a lookup dictionary to translate order numbers into order ids |
![]() | LookupOrderNumber | Gets the OrderNumber for given the OrderId |
![]() | LookupOrderNumbers | Gets a lookup dictionary to translate order Ids into order numbers |
![]() | Save | Save this order to database |
![]() | Search | Overloaded. Search orders for given criteria |
![]() | SearchCount | Counts the number of orders for given search criteria |
![]() | UpdateGoogleOrderNumber | Overloaded. Updates the GoogleOrderNumber for the given order. |
![]() | UpdateOrderStatus | Overloaded. Updates order status of the given order |
![]() | UpdateUser | Overloaded. Reassign orders from one user to another. |