Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.CMS Namespace / IWidgetZoneRepository Interface
Methods

In This Topic
    IWidgetZoneRepository Interface Members
    In This Topic

    The following tables list the members exposed by IWidgetZoneRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     Method Counts the number of Webpages returned for specified keywords  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     Method Counts the number of Webpages returned for specified keywords  
     Method Counts the number of Webpages returned for specified keywords  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     Method Search Webpages for specified keywords  
     MethodOverloaded.  Loads a collection of WidgetZone objects for the given ViewName from the database  
     MethodOverloaded.  Loads a collection of WidgetZone objects for the given category from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
     MethodOverloaded.  Loads a collection of WidgetZone objects for the given product from the database  
     MethodOverloaded.  Loads a collection of WidgetZone objects for the given AreaName, ViewName and LayoutName from the database  
     MethodOverloaded.  Loads a collection of WidgetZone objects for the given ViewName from the database  
     Method Search Webpages for specified keywords  
     Method Search Webpages for specified keywords  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WidgetZone,int>)
    Top
    See Also