Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderItemRepository Interface
Methods

In This Topic
    IOrderItemRepository Interface Members
    In This Topic

    The following tables list the members exposed by IOrderItemRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Counts the number of OrderItem objects for the given OrderId in the database.  
     Method Counts the number of OrderItem objects for the given OrderShipmentId in the database.  
     Method Counts the number of OrderItem objects for the given ProductId in the database.  
     Method Counts the number of OrderItem objects for the given TaxCodeId in the database.  
     Method Counts the number of OrderItem objects for the given WishlistItemId in the database.  
     Method Counts the number of OrderItem objects for the given WrapStyleId in the database.  
     MethodOverloaded.  Gets the order items that would result from the addition of the given product to an order.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Gets the next value of the OrderBy field for OrderItem objects.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
     Method Loads a collection of OrderItem objects for the given OrderId from the database  
     MethodOverloaded.  Loads a collection of OrderItem objects for given order item type  
     Method Loads a collection of OrderItem objects for the given OrderShipmentId from the database  
     Method Loads a collection of OrderItem objects for the given ProductId from the database  
     Method Loads a collection of OrderItem objects for the given TaxCodeId from the database  
     Method Loads a collection of OrderItem objects for the given WishlistItemId from the database  
     Method Loads a collection of OrderItem objects for the given WrapStyleId from the database  
     Method Gets a collection of order items that are associated with a subscription plan.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItem,int>)
    Top
    See Also