Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IGroupRepository Interface
Methods

In This Topic
    IGroupRepository Interface Members
    In This Topic

    The following tables list the members exposed by IGroupRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
     Method Counts the number of Group objects for the given StoreId in the database.  
     Method Deletes a group from the database  
     Method Gets the ID of a group given the name.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
     Method Loads a group instance given the name.  
     Method Loads a collection of Group objects for the given StoreId from the database  
     Method Loads non-admin groups  
     Method Loads non subscription groups  
     Method Loads subscription groups  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Group,int>)
    Top
    See Also