Package org.cyclos.impl.users
Class ProductsAccessorCacheKey
- java.lang.Object
-
- org.cyclos.impl.users.ProductsAccessorCacheKey
-
- All Implemented Interfaces:
Serializable
public class ProductsAccessorCacheKey extends Object implements Serializable
Cache key forProductsAccessorinvocations- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ObjectgetArgument()StringgetmethodName()LonggetNetworkId()Set<Long>getProductIds()inthashCode()booleanmatchesNetwork(Long networkId)booleanmatchesNetworkAndMethod(Long networkId, String methodName)booleanmatchesNetworkAndMethod(Long networkId, Collection<String> methodNames)booleanmatchesNetworkMethodAndArgument(Long networkId, String methodName, Serializable argument)booleanmatchesProduct(Long productId)StringtoString()
-
-
-
Method Detail
-
getArgument
public Object getArgument()
-
getmethodName
public String getmethodName()
-
getNetworkId
public Long getNetworkId()
-
matchesNetwork
public boolean matchesNetwork(Long networkId)
-
matchesNetworkAndMethod
public boolean matchesNetworkAndMethod(Long networkId, Collection<String> methodNames)
-
matchesNetworkMethodAndArgument
public boolean matchesNetworkMethodAndArgument(Long networkId, String methodName, Serializable argument)
-
matchesProduct
public boolean matchesProduct(Long productId)
-
-