| Name | Description | |
|---|---|---|
![]()  | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | CountForStore | Counts the number of ShipGateway objects for the given StoreId in the database. | 
![]()  | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | GetShipGatewayIdByClassId | Given the class Id of a ship gateway implementation, finds out the object Id of the corresponding record in database. | 
![]()  | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | LoadForClassId | Loads a collection of ShipGateway objects for given class Id | 
![]()  | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
![]()  | LoadForStore | Loads a collection of ShipGateway objects for the given StoreId from the database | 
![]()  | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipGateway,int>) | 
            