Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
CountForUser | Overloaded. Counts the number of SearchHistory objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
LoadForUser | Overloaded. Loads a collection of SearchHistory objects for the given User from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SearchHistory,int>) | |
Suggest | Returns suggested search phrases for the given term(s) |