Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
CountForCountry | Counts the number of Address objects for the given CountryCode in the database. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
CountForUser | Counts the number of Address objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
LoadForCountry | Loads a collection of Address objects for the given CountryCode from the database | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
LoadForUser | Loads a collection of Address objects for the given UserId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Address,int>) | |
UpdateUser | Reassign addresses from one user to another. |