Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / IGiftCertificateRepository Interface
Methods

In This Topic
    IGiftCertificateRepository Interface Members
    In This Topic

    The following tables list the members exposed by IGiftCertificateRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Counts the number of GiftCertificate objects for the given OrderItemId in the database.  
     Method Counts the gift certificates according to status value.  
     Method Counts the number of GiftCertificate objects for the given StoreId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Loads a collection of GiftCertificate objects for the given OrderItemId from the database  
     Method Loads a GiftCertificate object for given serial number  
     MethodOverloaded.  Loads the gift certificates according to status value active, inactive or all.  
     Method Loads a collection of GiftCertificate objects for the given StoreId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>)
     Method Search a collection of GiftCertificate objects matching the given search criteria  
     Method Gets a count of GiftCertificates matching the given search criteria  
    Top
    See Also