Table of Contents

Class GroupFacetService

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
public class GroupFacetService : ICacheStorage<string, IList<GroupFacet>>, ICacheStorage<string>, ICacheStorage
Inheritance
GroupFacetService
Implements
Inherited Members

Methods

ClearCache()

Resets all keys to the default value for objects stored in the object cache

public void ClearCache()

ClearCache(IEnumerable<string>)

Resets the specified keys to the default value for objects stored in the object cache

public void ClearCache(IEnumerable<string> keys)

Parameters

keys IEnumerable<string>

Keys to reset

ClearCache(string)

Resets the specified key to the default value for objects stored in the object cache

public void ClearCache(string key)

Parameters

key string

Key to reset

DeleteGroupFacet(GroupFacet)

public void DeleteGroupFacet(GroupFacet groupFacet)

Parameters

groupFacet GroupFacet

DeleteGroupFacet(string, string, string)

public void DeleteGroupFacet(string groupId, string repositoryName, string facetGroupName)

Parameters

groupId string
repositoryName string
facetGroupName string

DeleteGroupFacets(Group)

public void DeleteGroupFacets(Group group)

Parameters

group Group

GetAlteredGroupFacets(string)

public IEnumerable<GroupFacet> GetAlteredGroupFacets(string groupId)

Parameters

groupId string

Returns

IEnumerable<GroupFacet>

SaveGroupFacet(GroupFacet)

public void SaveGroupFacet(GroupFacet groupFacet)

Parameters

groupFacet GroupFacet
To top