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

In This Topic
    IPageTemplateRepository Interface Members
    In This Topic

    The following tables list the members exposed by IPageTemplateRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Count the page templates for the specified layout  
     Method Count the page templates for the specified type  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Get the number of the inner templates which are assigned to some products, categories or webapges  
     Method Get the list of inner templates which are assigned to products, categories and webpages  
     Method Get the number of the outer templates which are assigned to some products, categories or webapges  
     Method Get the list of outer templates which are assigned to products, categories and webpages  
     Method Tells whether the template is in use or not  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Filter the page templates for the specified layout  
     Method Filter the page templates for the specified type  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>)
     Method Count the page templates for the specified layout  
     Method Count the page templates for the specified type  
     Method Filter the page templates for the specified layout  
     Method Filter the page templates for the specified type  
    Top
    See Also