Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | CountForOrder | Counts the number of OrderItem objects for the given OrderId in the database. |
![]() | CountForOrderShipment | Counts the number of OrderItem objects for the given OrderShipmentId in the database. |
![]() | CountForProduct | Counts the number of OrderItem objects for the given ProductId in the database. |
![]() | CountForTaxCode | Counts the number of OrderItem objects for the given TaxCodeId in the database. |
![]() | CountForWishlistItem | Counts the number of OrderItem objects for the given WishlistItemId in the database. |
![]() | CountForWrapStyle | Counts the number of OrderItem objects for the given WrapStyleId in the database. |
![]() | CreateForProduct | Overloaded. Gets the order items that would result from the addition of the given product to an order. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | GetNextOrderBy | Gets the next value of the OrderBy field for OrderItem objects. |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |
![]() | LoadForOrder | Loads a collection of OrderItem objects for the given OrderId from the database |
![]() | LoadForOrderItemType | Overloaded. Loads a collection of OrderItem objects for given order item type |
![]() | LoadForOrderShipment | Loads a collection of OrderItem objects for the given OrderShipmentId from the database |
![]() | LoadForProduct | Loads a collection of OrderItem objects for the given ProductId from the database |
![]() | LoadForTaxCode | Loads a collection of OrderItem objects for the given TaxCodeId from the database |
![]() | LoadForWishlistItem | Loads a collection of OrderItem objects for the given WishlistItemId from the database |
![]() | LoadForWrapStyle | Loads a collection of OrderItem objects for the given WrapStyleId from the database |
![]() | LoadSubscriptionItems | Gets a collection of order items that are associated with a subscription plan. |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>) |