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
keysIEnumerable<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
keystring- Key to reset
DeleteGroupFacet(GroupFacet)
public void DeleteGroupFacet(GroupFacet groupFacet)
Parameters
groupFacetGroupFacet
DeleteGroupFacet(string, string, string)
public void DeleteGroupFacet(string groupId, string repositoryName, string facetGroupName)
Parameters
DeleteGroupFacets(Group)
public void DeleteGroupFacets(Group group)
Parameters
groupGroup
GetAlteredGroupFacets(string)
public IEnumerable<GroupFacet> GetAlteredGroupFacets(string groupId)
Parameters
groupIdstring
Returns
SaveGroupFacet(GroupFacet)
public void SaveGroupFacet(GroupFacet groupFacet)
Parameters
groupFacetGroupFacet