Interface KnowledgeBaseHeadersCacheAccessService
-
- All Known Implementing Classes:
KnowledgeBaseHeadersCacheAccessServiceImpl
public interface KnowledgeBaseHeadersCacheAccessServiceFacilitates cache access for KB Header Lists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCache()Clears the cacheProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<CPSMasterDataKBHeaderInfo>>getCache()Access the Cache Region objectjava.util.List<CPSMasterDataKBHeaderInfo>getKnowledgeBases(java.lang.String product)Retrieves knowledgebase headers for a specified product
-
-
-
Method Detail
-
getKnowledgeBases
java.util.List<CPSMasterDataKBHeaderInfo> getKnowledgeBases(java.lang.String product)
Retrieves knowledgebase headers for a specified product- Parameters:
product- product code- Returns:
- list of KB Header Info for product
-
getCache
ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.List<CPSMasterDataKBHeaderInfo>> getCache()
Access the Cache Region object- Returns:
- CacheRegion object
-
clearCache
void clearCache()
Clears the cache
-
-