Ignore:
Timestamp:
2011-08-12T09:57:26+12:00 (13 years ago)
Author:
sjm84
Message:

Adding in the server-side code for the Document Maker as well as several other enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/FlatDatabaseWrapper.java

    r16797 r24393  
    3737  /** returns the value associated with the key */
    3838  public String getValue(String key);
     39 
     40  /** sets the given key to the given value in the database */
     41  public boolean setValue(String key, String value);
     42 
     43  /** deletes the given key from the database */
     44  public boolean deleteKey(String key);
    3945
    4046  /** returns a string of key-value entries that can be
Note: See TracChangeset for help on using the changeset viewer.