Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
CountForProduct | Counts the number of RestockNotify objects for the given ProductId in the database. | |
CountForProductVariant | Counts the number of RestockNotify objects for the given ProductVariantId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) | |
LoadForEmail | Loads a collection of RestockNotify objects for the given ProductId from the database | |
LoadForProduct | Loads a collection of RestockNotify objects for the given ProductId from the database | |
LoadForProductVariant | Loads a collection of RestockNotify objects for the given ProductVariantId from the database | |
LoadVariantForEmail | Loads a collection of RestockNotify objects for the given ProductId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RestockNotify,int>) |