Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | CountForStore | Counts the number of OrderStatus objects for the given StoreId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | GetCancelledStatuses | Gets a list of order statuses that should be considered fraudulent, cancelled, or otherwise invalidated orders. |
![]() | GetNewOrderStatus | Gets the order status that should be assigned to new orders. |
![]() | GetNextOrderBy | Gets the next value of the OrderBy field for OrderStatus objects. |
![]() | GetReportStatuses | Gets a list of order statuses that should be considered valid sales and included in reports of sales totals. |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |
![]() | LoadForStore | Loads a collection of OrderStatus objects for the given StoreId from the database |
![]() | LoadValidOrderStatuses | Load all valid order statuses. |
![]() | MoveOrders | Moves all orders from one order status to another. |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>) |