fr.paris.lutece.portal.service.datastore
Class DatastoreService

java.lang.Object
  extended by fr.paris.lutece.portal.service.datastore.DatastoreService

public final class DatastoreService
extends java.lang.Object

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

VALUE_TRUE

public static final java.lang.String VALUE_TRUE
See Also:
Constant Field Values

VALUE_FALSE

public static final java.lang.String VALUE_FALSE
See Also:
Constant Field Values
Method Detail

getDataValue

public static java.lang.String getDataValue(java.lang.String strKey,
                                            java.lang.String strDefault)
Get entity

Parameters:
strKey - The entity's key
strDefault - The default value
Returns:
The value

setDataValue

public static void setDataValue(java.lang.String strKey,
                                java.lang.String strValue)
Get entity

Parameters:
strKey - The entity's key
strValue - The value


Copyright © 2012 Mairie de Paris. All Rights Reserved.