public class CacheKeyItem extends Object implements com.vaadin.v7.data.Item
Item
extension for CacheKey
.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CACHE_NAME |
static String |
PROPERTY_EXTENSION |
static String |
PROPERTY_LOCATION |
Constructor and Description |
---|
CacheKeyItem(String cacheName,
info.magnolia.module.cache.cachekey.CacheKey cacheKey) |
Modifier and Type | Method and Description |
---|---|
void |
addCacheService(String name,
CacheService cacheService) |
boolean |
addItemProperty(Object id,
com.vaadin.v7.data.Property property) |
boolean |
equals(Object obj) |
String |
getCacheName() |
Map<String,CacheService> |
getCacheServices() |
info.magnolia.module.cache.cachekey.CacheKey |
getItemId() |
com.vaadin.v7.data.Property<?> |
getItemProperty(Object id) |
Collection<?> |
getItemPropertyIds() |
int |
hashCode() |
boolean |
removeItemProperty(Object id) |
public static final String PROPERTY_LOCATION
public static final String PROPERTY_CACHE_NAME
public static final String PROPERTY_EXTENSION
public CacheKeyItem(String cacheName, info.magnolia.module.cache.cachekey.CacheKey cacheKey)
public com.vaadin.v7.data.Property<?> getItemProperty(Object id)
getItemProperty
in interface com.vaadin.v7.data.Item
public Collection<?> getItemPropertyIds()
getItemPropertyIds
in interface com.vaadin.v7.data.Item
public boolean addItemProperty(Object id, com.vaadin.v7.data.Property property) throws UnsupportedOperationException
addItemProperty
in interface com.vaadin.v7.data.Item
UnsupportedOperationException
public boolean removeItemProperty(Object id) throws UnsupportedOperationException
removeItemProperty
in interface com.vaadin.v7.data.Item
UnsupportedOperationException
public void addCacheService(String name, CacheService cacheService)
public info.magnolia.module.cache.cachekey.CacheKey getItemId()
public Map<String,CacheService> getCacheServices()
public String getCacheName()
Copyright © 2021 Magnolia International Ltd.. All rights reserved.