Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
CountForAddress | Counts the number of BasketShipment objects for the given AddressId in the database. | |
CountForBasket | Counts the number of BasketShipment objects for the given BasketId in the database. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
CountForShipMethod | Counts the number of BasketShipment objects for the given ShipMethodId in the database. | |
CountForWarehouse | Counts the number of BasketShipment objects for the given WarehouseId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
LoadForAddress | Loads a collection of BasketShipment objects for the given AddressId from the database | |
LoadForBasket | Loads a collection of BasketShipment objects for the given BasketId from the database | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) | |
LoadForShipMethod | Loads a collection of BasketShipment objects for the given ShipMethodId from the database | |
LoadForWarehouse | Loads a collection of BasketShipment objects for the given WarehouseId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketShipment,int>) |