Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
CountForStore | Counts the number of Manufacturer objects for the given StoreId in the database. | |
CountManufacturersByName | count all manufacturers with names matching the given string pattern. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
FindManufacturersByName | Finds manufacturers with names matching the given string pattern. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) | |
LoadForName | Loads a manufacturer given the name. | |
LoadForStore | Loads a collection of Manufacturer objects for the given StoreId from the database | |
MoveProducts | Moves all products from one manufacturer to another. | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>) |