|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.spds.MappingManager
public class MappingManager
A class that saves and retrieves the mapping information from the store
Constructor Summary | |
---|---|
MappingManager(java.lang.String sourceName)
|
Method Summary | |
---|---|
java.util.Hashtable |
getMappings(java.lang.String sourceName)
Returns the ItemMap related to the given name |
void |
resetMappings(java.lang.String sourceName)
Reset the mappings for the given source |
void |
saveMappings(java.util.Hashtable mappings)
Replace the current mappings with the new one and persist the info |
static void |
setStoreBuilder(MappingStoreBuilder builder)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingManager(java.lang.String sourceName)
Method Detail |
---|
public static void setStoreBuilder(MappingStoreBuilder builder)
public java.util.Hashtable getMappings(java.lang.String sourceName)
sourceName
- the name of the source to be retrieved
public void saveMappings(java.util.Hashtable mappings)
mappings
- the mapping hshtablepublic void resetMappings(java.lang.String sourceName)
sourceName
- is the name of the source to be reset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |