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

In This Topic
    IWebpageRepository Interface Members
    In This Topic

    The following tables list the members exposed by IWebpageRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Gets the webpages count for the given category  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Counts the number of Webpage objects for the given StoreId in the database.  
     Method Counts the number of Webpages associated with the given theme  
     Method Counts the number of Webpages associated with the given webpage type  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Gets the webpages from the given category  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Loads a collection of Webpage objects for the given StoreId from the database  
     Method Loads a list of Webpage type objects  
     MethodOverloaded.  Loads a list of orphaned Webpage objects  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>)
     Method Search Webpages for specified keywords  
     Method Counts the number of Webpages returned for specified keywords  
    Top
    See Also