Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
CountForCategory | Gets the webpages count for the given category | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
CountForStore | Counts the number of Webpage objects for the given StoreId in the database. | |
CountForTheme | Counts the number of Webpages associated with the given theme | |
CountForWebpageType | Counts the number of Webpages associated with the given webpage type | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
LoadForCategory | Gets the webpages from the given category | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
LoadForStore | Loads a collection of Webpage objects for the given StoreId from the database | |
LoadForWebpageType | Loads a list of Webpage type objects | |
LoadOrphaned | Overloaded. Loads a list of orphaned Webpage objects | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Webpage,int>) | |
Search | Search Webpages for specified keywords | |
SearchCount | Counts the number of Webpages returned for specified keywords |