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

In This Topic
    IWishlistItemRepository Interface Members
    In This Topic

    The following tables list the members exposed by IWishlistItemRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Counts the number of WishlistItem objects for the given ProductId in the database.  
     Method Counts the number of WishlistItem objects for the given WishlistId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Delets all WishlistItem objects from database for given product Id  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
     Method Loads a collection of WishlistItem objects for the given ProductId from the database  
     Method Loads a collection of WishlistItem objects for the given WishlistId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>)
    Top
    See Also