|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.datastore.DatastoreService
public final class DatastoreService
Datastore Service
Field Summary | |
---|---|
static String |
VALUE_FALSE
|
static String |
VALUE_TRUE
|
Method Summary | |
---|---|
static boolean |
existsInstanceKey(String strKey)
Check if a key is available in the datastore depending the current web app instance |
static boolean |
existsKey(String strKey)
Check if a key is available in the datastore |
static ReferenceList |
getDataByPrefix(String strPrefix)
Gets a list of key/value where keys are matching a given prefix |
static String |
getDataValue(String strKey,
String strDefault)
Get entity |
static ReferenceList |
getInstanceDataByPrefix(String strPrefix)
Gets a list of key/value where keys are matching a given prefix depending the current web app instance |
static String |
getInstanceDataValue(String strKey,
String strDefault)
Get entity depending the current web app instance |
static void |
removeData(String strKey)
Remove a give key |
static void |
removeDataByPrefix(String strPrefix)
Remove all data where keys begin with a given prefix |
static void |
removeInstanceData(String strKey)
Remove a give key depending the current web app instance |
static void |
removeInstanceDataByPrefix(String strPrefix)
Remove all data where keys begin with a given prefix depending the current web app instance |
static String |
replaceKeys(String strSource)
This method replace keys by their value into a given content |
static void |
setDataValue(String strKey,
String strValue)
Set entity |
static void |
setInstanceDataValue(String strKey,
String strValue)
Set entity depending the current web app instance |
static void |
startCache()
Start cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String VALUE_TRUE
public static final String VALUE_FALSE
Method Detail |
---|
public static String getDataValue(String strKey, String strDefault)
strKey
- The entity's keystrDefault
- The default value
public static String getInstanceDataValue(String strKey, String strDefault)
strKey
- The entity's keystrDefault
- The default value
public static void setDataValue(String strKey, String strValue)
strKey
- The entity's keystrValue
- The valuepublic static void setInstanceDataValue(String strKey, String strValue)
strKey
- The entity's keystrValue
- The valuepublic static void removeData(String strKey)
strKey
- The keypublic static void removeInstanceData(String strKey)
strKey
- The keypublic static void removeDataByPrefix(String strPrefix)
strPrefix
- The prefixpublic static void removeInstanceDataByPrefix(String strPrefix)
strPrefix
- The prefixpublic static ReferenceList getDataByPrefix(String strPrefix)
strPrefix
- The prefix
public static ReferenceList getInstanceDataByPrefix(String strPrefix)
strPrefix
- The prefix
public static String replaceKeys(String strSource)
strSource
- The string that contains datastore keys
public static boolean existsKey(String strKey)
strKey
- The key
public static boolean existsInstanceKey(String strKey)
strKey
- The key
public static void startCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |