Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserRepository Class
Methods


In This Topic
    UserRepository Class Members
    In This Topic

    The following tables list the members exposed by UserRepository.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.   
    Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method  
    Public MethodOverloaded.  Count users that match a particular search pattern.  
    Public MethodOverloaded.  Count users that match a particular search pattern.  
    Public MethodOverloaded.  Create a new user, with a random generated password.  
    Public Method Creates a new user instance.  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Loads users that match a particular search pattern  
    Public Method Count users that match a particular search pattern.  
    Public MethodOverloaded.  Loads users that match a particular search pattern or group  
    Public Method Gets the email address given the user id  
    Public Method Gets UserId of a User object given the user name  
    Public MethodOverloaded.  Gets a UserId given an email address.  
    Public Method Gets a UserId given a username.  
    Public Method  
    Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Loads User objects associated with the given email address  
    Public MethodOverloaded.   
    Public Method Loads a User object given its PayPal Id  
    Public Method Loads a user object tiven a shipment  
    Public Method  
    Public MethodOverloaded.  Loads a User object given the user name  
    Public MethodOverloaded.  Loads a User object that was created last for the given email address  
    Public Method Loads affiliates for the user  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<User>)
    Public MethodOverloaded.  Searches the database for users that match the specified criteria  
    Public Method Counts the total number of records that will be returned by the search criteria  
    Public MethodOverloaded.  Updates the last activity date of the given user to current date  
    Public Method Sets the primary address Id of a user  
    Public Method Sets the primary wishlist Id of a user  
    Public Method Checks whether there is a record for the specified user id.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also