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

In This Topic
    IWarehouseRepository Interface Methods
    In This Topic

    For a list of all members of this type, see IWarehouseRepository members.

    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