Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>) | |
Delete | Deletes a category parent record given the id of category and parent | |
GetCategoryLevels | Overloaded. Gets the category tree of the store in a flat collection, sorted by level. | |
Load | Loads a category parent record given the id of category and parent | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>) | |
LoadForCategory | Loads all parent nodes for a category. | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>) | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>) |