Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IWarehouseRepository Interface
Methods

In This Topic
    IWarehouseRepository Interface Members
    In This Topic

    The following tables list the members exposed by IWarehouseRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
     Method Counts the number of Warehouse objects for the given CountryCode in the database.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
     Method Counts the number of Warehouse objects for the given StoreId in the database.  
     Method Deletes a warehouse, reassociating any products with the specified warehouse.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
     Method Loads a collection of Warehouse objects for the given CountryCode from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
     Method Loads a warehouse given the name.  
     Method Loads a collection of Warehouse objects for the given StoreId from the database  
     MethodOverloaded.  Moves all products from one warehouse to another.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>)
    Top
    See Also