Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
CountForAffiliate | Overloaded. Counts the number of User objects for the given AffiliateId in the database. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
CountForGroup | Counts the number of User objects associated with the given GroupId | |
CountForStore | Counts the number of User objects for the given StoreId in the database. | |
CountUsersByName | Overloaded. Count users that match a particular search pattern. | |
CountUsersByNameOrGroup | Overloaded. Count users that match a particular search pattern. | |
CreateUser | Overloaded. Create a new user, with a random generated password. | |
CreateUserInstance | Creates a new user instance. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
FindUsersByName | Overloaded. Loads users that match a particular search pattern | |
FindUsersByNameCount | Count users that match a particular search pattern. | |
FindUsersByNameOrGroup | Overloaded. Loads users that match a particular search pattern or group | |
GetEmail | Gets the email address given the user id | |
GetUserId | Gets UserId of a User object given the user name | |
GetUserIdByEmail | Overloaded. Gets a UserId given an email address. | |
GetUserIdByUserName | Gets a UserId given a username. | |
IsEmailRegistered | Checks if a user account is registered for given email address. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
LoadForAffiliate | Loads a collection of User objects for the given AffiliateId from the database | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
LoadForEmail | Overloaded. Loads User objects associated with the given email address | |
LoadForGroup | Overloaded. Loads the User objects associated with the given GroupId | |
LoadForPayPalId | Loads a User object given its PayPal Id | |
LoadForShipment | Loads a user object tiven a shipment | |
LoadForStore | Loads a collection of User objects for the given StoreId from the database | |
LoadForUserName | Overloaded. Loads a User object given the user name | |
LoadMostRecentForEmail | Overloaded. Loads a User object that was created last for the given email address | |
LoadUserAffiliateAccounts | Loads affiliates for the user | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<User,int>) | |
Search | Overloaded. Searches the database for users that match the specified criteria | |
SearchCount | Counts the total number of records that will be returned by the search criteria | |
UpdateLastActivityDate | Overloaded. Updates the last activity date of the given user to current date | |
UpdatePrimaryAddressId | Sets the primary address Id of a user | |
UpdatePrimaryWishlistId | Sets the primary wishlist Id of a user | |
UserExists | Checks whether there is a record for the specified user id. |