Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>) |
![]() | CountForCategory | Overloaded. Counts the number of catalog node objects for the given category Id. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>) |
![]() | Delete | Overloaded. Deletes the catalog node with the given key. |
![]() | GetNextOrderBy | Gets the next order sequence for a new catalog node. |
![]() | GetParentCategoryIds | Gets an integer list of the ids of all parent categories |
![]() | Load | Loads the catalog node with the given key |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>) |
![]() | LoadForCatalogable | Loads all catalog nodes that point to the specified catalogable item. |
![]() | LoadForCategory | Overloaded. Loads all catalog nodes for a category. |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>) |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>) |