Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICategoryRepository Interface
Methods

In This Topic
    ICategoryRepository Interface Members
    In This Topic

    The following tables list the members exposed by ICategoryRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     Method Counts number of Categories for display page  
     Method Counts the number of child categories of the given parent category  
     Method Counts the number of Category objects for the given StoreId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     MethodOverloaded.  Gets a collection of categories matching the given name  
     Method Gets the number of categories matching the given name  
     MethodOverloaded.  Finds the categories for given parameters  
     MethodOverloaded.  Finds the categories for given parameters  
     Method Gets name of a category given its Id  
     Method Gets featured categories  
     Method Gets Id of the parent category of the given category  
     Method Gets a random selection of featured categories  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
     Method Loads Categories for display page  
     Method Loads a category given the name.  
     Method Get all child categories of the given parent.  
     Method Loads a category record given the named path.  
     Method Loads a collection of Category objects for the given StoreId from the database  
     MethodOverloaded.  Gets a List of orphaned categories  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Category,int>)
    Top
    See Also