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

In This Topic
    IOrderStatusRepository Interface Members
    In This Topic

    The following tables list the members exposed by IOrderStatusRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Counts the number of OrderStatus objects for the given StoreId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Gets a list of order statuses that should be considered fraudulent, cancelled, or otherwise invalidated orders.  
     Method Gets the order status that should be assigned to new orders.  
     Method Gets the next value of the OrderBy field for OrderStatus objects.  
     Method Gets a list of order statuses that should be considered valid sales and included in reports of sales totals.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
     Method Loads a collection of OrderStatus objects for the given StoreId from the database  
     Method Load all valid order statuses.  
     Method Moves all orders from one order status to another.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatus,int>)
    Top
    See Also