Name | Description | |
---|---|---|
UserRepository Constructor |
The following tables list the members exposed by UserRepository.
Name | Description | |
---|---|---|
UserRepository Constructor |
Name | Description | |
---|---|---|
BeforeDelete | Overridden. | |
BeforeSave | Overridden. | |
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForAffiliate | Overloaded. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForGroup | ||
CountForStore | ||
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 | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,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 | ||
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>) | |
LoadForAffiliate | ||
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForEmail | Overloaded. Loads User objects associated with the given email address | |
LoadForGroup | Overloaded. | |
LoadForPayPalId | Loads a User object given its PayPal Id | |
LoadForShipment | Loads a user object tiven a shipment | |
LoadForStore | ||
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.Repository<User>) | |
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. |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |