Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
CountForDisplayPage | Counts number of Categories for display page | |
CountForParent | Counts the number of child categories of the given parent category | |
CountForStore | Counts the number of Category objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
FindByName | Overloaded. Gets a collection of categories matching the given name | |
FindByNameCount | Gets the number of categories matching the given name | |
FindCategories | Overloaded. Finds the categories for given parameters | |
FindCategoriesCount | Overloaded. Finds the categories for given parameters | |
GetCategoryName | Gets name of a category given its Id | |
GetFeaturedCategories | Gets featured categories | |
GetParentCategoryId | Gets Id of the parent category of the given category | |
GetRandomFeaturedCategories | Gets a random selection of featured categories | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) | |
LoadForDisplayPage | Loads Categories for display page | |
LoadForName | Loads a category given the name. | |
LoadForParent | Get all child categories of the given parent. | |
LoadForPath | Loads a category record given the named path. | |
LoadForStore | Loads a collection of Category objects for the given StoreId from the database | |
LoadOrphaned | Overloaded. Gets a List of orphaned categories | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>) |