Name | Description | |
---|---|---|
ChooseRecentlyViewedCategoryId | Chooses the recently viewed category id using page views from your provided category ids. | |
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
CountForStore | Counts the number of PageView objects for the given StoreId in the database. | |
CountForUser | Counts the number of PageView objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
DeleteAll | Deletes all PageView records from the database | |
GetRecentlyViewedProducts | Overloaded. Get the recently viewed products for the given user Id | |
GetViews | Overloaded. Gets a collection of Key Value pairs; each key representing a ICatalogable object and each value representing the number of views for this object. | |
GetViewsByBrowser | Overloaded. Loads a collection of browsers and it's number of views, as a key value pair. | |
GetViewsByBrowserCount | Overloaded. Gets a count of all unique browsers that have view counts available. | |
GetViewsByCategory | Overloaded. Gets a collection of Key Value pairs; each key representing a ICatalogable (Category) object and each value representing the number of views for this object. The result contains views by category. | |
GetViewsByCategoryCount | Overloaded. Gets the number of results in GetViewsByCategory method | |
GetViewsByDay | Gets a collection of Key Value pairs; each key representing a day and each value representing the number of views during that day. | |
GetViewsByHour | Overloaded. Gets a collection of Key Value pairs; each key representing an hour and each value representing the number of views during that hour. | |
GetViewsByMonth | Gets a collection of Key Value pairs; each key representing a month and each value representing the number of views during that month. | |
GetViewsByProduct | Overloaded. Gets a collection of Key Value pairs; each key representing a ICatalogable (Product) object and each value representing the number of views for this object. The result contains views by product. | |
GetViewsByProductCount | Gets the number of results in GetViewsByProduct method | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
LoadForCatalogNodeType | Overloaded. Loads the page views for the specified node type and user. | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
LoadForStore | Loads a collection of PageView objects for the given StoreId from the database | |
LoadForUser | Loads a collection of PageView objects for the given UserId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageView,int>) | |
UpdateUser | Update/change the UserId value for all records for given old UserId |