Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | CountDynamicRedirects | Counts the number of dynamic Redirect objects for the current store. |
![]() | CountFixedRedirects | Counts the number of fixed Redirect objects for the current store. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | CountForStore | Counts the number of Redirect objects for the given StoreId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | LoadDynamicRedirects | Overloaded. Loads a collection of dynamic Redirect objects for the current store from the database |
![]() | LoadFixedRedirects | Overloaded. Loads a collection of fixed Redirect objects for the current store from the database |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |
![]() | LoadForSourceUrl | Load this Redirect object from the database for the given source URL. |
![]() | LoadForStore | Loads a collection of Redirect objects for the given StoreId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>) |