Interface PropertyValueCache
-
- All Known Implementing Classes:
AbstractPropertyValueRedisCache
,PropertyValueCacheImpl
public interface PropertyValueCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAffiliationPrimaryTypeId()
boolean
getBoolean(String key)
String
getDefaultManagedSysId()
int
getInt(String key)
PropertyValue
getProperty(String key)
List<PropertyValue>
getPropertyValues(List<String> key)
String
getString(String key)
String
getValue(String key)
boolean
isProvisioningEnabled()
boolean
isProvisioningEntitlementsEnabled()
-
-
-
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)
-
-