Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
CountForShipGateway | Counts the number of ShipMethod objects for the given ShipGatewayId in the database. | |
CountForStore | Counts the number of ShipMethod objects for the given StoreId in the database. | |
CountForTaxCode | Counts the number of ShipMethod objects for the given TaxCodeId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
GetNextOrderBy | Gets the next value of the OrderBy field for ShipMethod objects. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) | |
LoadForShipGateway | Loads a collection of ShipMethod objects for the given ShipGatewayId from the database | |
LoadForShipment | Loads a collection of ShipMethod objects for given BasketShipment | |
LoadForShipMethodName | Loads a ship method for given ship method name | |
LoadForStore | Loads a collection of ShipMethod objects for the given StoreId from the database | |
LoadForTaxCode | Loads a collection of ShipMethod objects for the given TaxCodeId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipMethod,int>) |