Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
CountForGroup | Counts the number of Affiliate objects for the given GroupId in the database. | |
CountForStore | Counts the number of Affiliate objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
GetConversionRate | Calculates the percentage of referred users who made purchases for a given timeframe. | |
GetOrderCountForUser | Get the total count of order for specified user associated with specifed affiliate | |
GetReferralCount | Gets a count of users who were referred by the affiliate during the given timeframe. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) | |
LoadForGroup | Loads a collection of Affiliate objects for the given GroupId from the database | |
LoadForStore | Loads a collection of Affiliate objects for the given StoreId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Affiliate,int>) |