Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
CountForOrderItem | Counts the number of GiftCertificate objects for the given OrderItemId in the database. | |
CountForStatus | Counts the gift certificates according to status value. | |
CountForStore | Counts the number of GiftCertificate objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
LoadForOrderItem | Loads a collection of GiftCertificate objects for the given OrderItemId from the database | |
LoadForSerialNumber | Loads a GiftCertificate object for given serial number | |
LoadForStatus | Overloaded. Loads the gift certificates according to status value active, inactive or all. | |
LoadForStore | Loads a collection of GiftCertificate objects for the given StoreId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<GiftCertificate,int>) | |
Search | Search a collection of GiftCertificate objects matching the given search criteria | |
SearchCount | Gets a count of GiftCertificates matching the given search criteria |