Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | CountForOrder | Counts the number of OrderShipment objects for the given OrderId in the database. |
![]() | CountForShipMethod | Counts the number of OrderShipment objects for the given ShipMethodId in the database. |
![]() | CountForWarehouse | Counts the number of OrderShipment objects for the given WarehouseId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |
![]() | LoadForOrder | Loads a collection of OrderShipment objects for the given OrderId from the database |
![]() | LoadForShipMethod | Loads a collection of OrderShipment objects for the given ShipMethodId from the database |
![]() | LoadForWarehouse | Loads a collection of OrderShipment objects for the given WarehouseId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderShipment,int>) |