Name | Description | |
---|---|---|
![]() | PageViewRepository Constructor |
The following tables list the members exposed by PageViewRepository.
Name | Description | |
---|---|---|
![]() | PageViewRepository Constructor |
Name | Description | |
---|---|---|
![]() | BeforeSave | Overridden. |
![]() | 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.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForStore | |
![]() | CountForUser | |
![]() | Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,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.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,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.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadForStore | |
![]() | LoadForUser | |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<PageView>) |
![]() | UpdateUser | Update/change the UserId value for all records for given old UserId |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |