Interface PropertyValueCache
-
- All Known Implementing Classes:
AbstractPropertyValueRedisCache,PropertyValueCacheImpl
public interface PropertyValueCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAffiliationPrimaryTypeId()booleangetBoolean(String key)StringgetDefaultManagedSysId()intgetInt(String key)PropertyValuegetProperty(String key)List<PropertyValue>getPropertyValues(List<String> key)StringgetString(String key)StringgetValue(String key)booleanisProvisioningEnabled()booleanisProvisioningEntitlementsEnabled()
-
-
-
Method Detail
-
getPropertyValues
List<PropertyValue> getPropertyValues(List<String> key)
-
getBoolean
boolean getBoolean(String key)
-
getInt
int getInt(String key)
-
getDefaultManagedSysId
String getDefaultManagedSysId()
-
getAffiliationPrimaryTypeId
String getAffiliationPrimaryTypeId()
-
isProvisioningEnabled
boolean isProvisioningEnabled()
-
isProvisioningEntitlementsEnabled
boolean isProvisioningEntitlementsEnabled()
-
getProperty
PropertyValue getProperty(String key)
-
-