Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |
![]() | CountCustomizedUrls | Count customized catalog urls |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |
![]() | CountForStore | Counts the number of CatalogUrl objects for the given StoreId in the database. |
![]() | Delete | Deletes any catalog url defined for the given catalog node |
![]() | IsAlreadyUsed | Overloaded. Indicates whether the given URL is already defined |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |
![]() | LoadCatalogUrl | Overloaded. Loads a catalog url for the given catalog node resource |
![]() | LoadCustomizedUrls | Load customized catalog urls |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |
![]() | LoadForStore | Loads a collection of CatalogUrl objects for the given StoreId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>) |