|
||||||||||
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 java.lang.String |
VALUE_FALSE
|
static java.lang.String |
VALUE_TRUE
|
Method Summary | |
---|---|
static java.lang.String |
getDataValue(java.lang.String strKey,
java.lang.String strDefault)
Get entity |
static void |
setDataValue(java.lang.String strKey,
java.lang.String strValue)
Get entity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VALUE_TRUE
public static final java.lang.String VALUE_FALSE
Method Detail |
---|
public static java.lang.String getDataValue(java.lang.String strKey, java.lang.String strDefault)
strKey
- The entity's keystrDefault
- The default value
public static void setDataValue(java.lang.String strKey, java.lang.String strValue)
strKey
- The entity's keystrValue
- The value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |