com.intel.gpe.client2.defaults
Interface IPreferences

All Known Implementing Classes:
PreferencesImpl

public interface IPreferences

Version:
$Id$
Author:
Denis Zhigula

Method Summary
 java.lang.String get(IKey key)
          Get the value for key.
 java.util.Map<java.lang.String,java.util.List<java.lang.String>> get(ITableKey tableKey)
          Get.
 void set(IKey key, java.lang.String value)
          Set the value for key.
 void set(ITableKey key, java.util.Map<java.lang.String,java.util.List<java.lang.String>> list)
          Set.
 

Method Detail

get

java.lang.String get(IKey key)
Get the value for key.

Parameters:
key - the key
Returns:
the value for key.

set

void set(IKey key,
         java.lang.String value)
Set the value for key.

Parameters:
key - - IKeys key.
value - - new string value for this key.

set

void set(ITableKey key,
         java.util.Map<java.lang.String,java.util.List<java.lang.String>> list)
Set.

Parameters:
list - the list
key - the key

get

java.util.Map<java.lang.String,java.util.List<java.lang.String>> get(ITableKey tableKey)
Get.

Parameters:
tableKey - the list key
Returns:
the mapping between the row and row_id


Copyright © 2008. All Rights Reserved.