Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |
![]() | CountForCountry | Counts the number of Warehouse objects for the given CountryCode in the database. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |
![]() | CountForStore | Counts the number of Warehouse objects for the given StoreId in the database. |
![]() | Delete | Deletes a warehouse, reassociating any products with the specified warehouse. |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |
![]() | LoadForCountry | Loads a collection of Warehouse objects for the given CountryCode from the database |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |
![]() | LoadForName | Loads a warehouse given the name. |
![]() | LoadForStore | Loads a collection of Warehouse objects for the given StoreId from the database |
![]() | MoveProducts | Overloaded. Moves all products from one warehouse to another. |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Warehouse,int>) |