Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class
Methods


In This Topic
    OrderRepository Class Members
    In This Topic

    The following tables list the members exposed by OrderRepository.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public Method Simply invokes the base save method for the given order entity  
    Public MethodOverridden.   
    Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.   
    Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Builds a command to count the total records that are within the bounds of the filter  
    Public Method  
    Public Method Count the total records that are within the bounds of the given search criteria  
    Public Method  
    Public Method  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Gets coupons codes used for orders  
    Public Method Returns a comma delimited list of OrderId given a comma delimited list of OrderNumber  
    Public Method Returns a comma delimited list of OrderNumber given a comma delimited list of OrderId  
    Public Method Gets OrderStatus for the given order  
    Public Method Gets OrderStatusId for the given order  
    Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.   
    Public Method  
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Loads orders based on the current filter.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method Gets the OrderId for given the order number  
    Public Method Gets a lookup dictionary to translate order numbers into order ids  
    Public Method Gets the OrderNumber for given the OrderId  
    Public Method Gets a lookup dictionary to translate order Ids into order numbers  
    Public MethodOverloaded. Overridden.  Saves item to the database  
    Public MethodOverloaded.  Loads orders based on the current search criteria.  
    Public Method  
    Public MethodOverloaded.  Updates the GoogleOrderNumber for the given order.  
    Public MethodOverloaded.  Updates order status of the given order  
    Public MethodOverloaded.  Reassign all orders from one user to another.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also