Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) | |
CountForStore | Counts the number of Group objects for the given StoreId in the database. | |
Delete | Deletes a group from the database | |
GetIdByName | Gets the ID of a group given the name. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) | |
LoadForName | Loads a group instance given the name. | |
LoadForStore | Loads a collection of Group objects for the given StoreId from the database | |
LoadNonAdminGroups | Loads non-admin groups | |
LoadNonSubscriptionGroups | Loads non subscription groups | |
LoadSubscriptionGroups | Loads subscription groups | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>) |