Modifier and Type | Method and Description |
---|---|
SystemProperty |
SystemPropertiesDaoImpl.createNewSystemProperty() |
SystemProperty |
SystemPropertiesDao.createNewSystemProperty() |
protected SystemProperty |
SystemPropertiesDaoImpl.getNullObject(Class<SystemProperty> responseClass) |
SystemProperty |
SystemPropertiesDaoImpl.readById(Long id) |
SystemProperty |
SystemPropertiesDao.readById(Long id)
Reads a SystemProperty by its internal database id
|
SystemProperty |
SystemPropertiesDaoImpl.readSystemPropertyByName(String name) |
SystemProperty |
SystemPropertiesDao.readSystemPropertyByName(String name) |
SystemProperty |
SystemPropertiesDaoImpl.saveSystemProperty(SystemProperty systemProperty) |
SystemProperty |
SystemPropertiesDao.saveSystemProperty(SystemProperty systemProperty) |
Modifier and Type | Method and Description |
---|---|
List<SystemProperty> |
SystemPropertiesDaoImpl.readAllSystemProperties() |
List<SystemProperty> |
SystemPropertiesDao.readAllSystemProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SystemPropertiesDaoImpl.deleteSystemProperty(SystemProperty systemProperty) |
void |
SystemPropertiesDao.deleteSystemProperty(SystemProperty systemProperty) |
void |
SystemPropertiesDaoImpl.removeFromCache(SystemProperty systemProperty) |
void |
SystemPropertiesDao.removeFromCache(SystemProperty systemProperty)
Removes the SystemProperty from the null-capable cache.
|
SystemProperty |
SystemPropertiesDaoImpl.saveSystemProperty(SystemProperty systemProperty) |
SystemProperty |
SystemPropertiesDao.saveSystemProperty(SystemProperty systemProperty) |
Modifier and Type | Method and Description |
---|---|
protected SystemProperty |
SystemPropertiesDaoImpl.getNullObject(Class<SystemProperty> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
NullSystemProperty
Class created for caching misses as some cache implementations, such as Redis, are unable to serialize a proxy (see
AbstractCacheMissAware and SystemPropertiesDaoImpl ) |
class |
SystemPropertyImpl
Allows the storage and retrieval of System Properties in the database
User: Kelly Tisdell
Date: 6/20/12
|
Modifier and Type | Method and Description |
---|---|
<G extends SystemProperty> |
SystemPropertyImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
<G extends SystemProperty> |
NullSystemProperty.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
SystemPropertiesServiceImpl.findById(Long id) |
SystemProperty |
SystemPropertiesService.findById(Long id)
Finds a SystemProperty by its internal id
|
Modifier and Type | Method and Description |
---|---|
protected String |
SystemPropertiesServiceImpl.buildKey(SystemProperty systemProperty)
Properties can vary by site.
|
protected String |
SystemPropertiesServiceImpl.buildKey(SystemProperty systemProperty,
boolean forceEnvPrefix) |
void |
SystemPropertiesServiceImpl.removeFromCache(SystemProperty systemProperty) |
void |
SystemPropertiesService.removeFromCache(SystemProperty systemProperty)
Evicts the given SystemProperty from the cache
|
Modifier and Type | Method and Description |
---|---|
protected Entity |
SystemPropertyCustomPersistenceHandler.validateTypeAndValueCombo(SystemProperty prop) |
Copyright © 2022. All rights reserved.