Name | Description | |
---|---|---|
![]() | OrderRepository Constructor |
The following tables list the members exposed by OrderRepository.
Name | Description | |
---|---|---|
![]() | OrderRepository Constructor |
Name | Description | |
---|---|---|
![]() | BaseSave | Simply invokes the base save method for the given order entity |
![]() | BeforeSave | Overridden. |
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForAffiliate | Overloaded. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForFilter | Overloaded. Builds a command to count the total records that are within the bounds of the filter |
![]() | CountForOrderStatus | |
![]() | CountForSearch | Count the total records that are within the bounds of the given search criteria |
![]() | CountForStore | |
![]() | CountForUser | |
![]() | Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,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.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadForAffiliate | Overloaded. |
![]() | LoadForCouponCode | |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadForFilter | Overloaded. Loads orders based on the current filter. |
![]() | LoadForGoogleOrderNumber | |
![]() | LoadForOrderNumber | |
![]() | LoadForOrderStatus | |
![]() | LoadForStore | |
![]() | LoadForUser | |
![]() | LoadOrderStatusSummaries | |
![]() | 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 | Overloaded. Overridden. Saves item to the database |
![]() | Search | Overloaded. Loads orders based on the current search criteria. |
![]() | SearchCount | |
![]() | UpdateGoogleOrderNumber | Overloaded. Updates the GoogleOrderNumber for the given order. |
![]() | UpdateOrderStatus | Overloaded. Updates order status of the given order |
![]() | UpdateUser | Overloaded. Reassign all orders from one user to another. |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |