|
|||||||||
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()
|
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.lang.String sourceName,
java.util.Hashtable mappings)
Save the given ItemMap for the given source |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingManager()
Method Detail |
---|
public java.util.Hashtable getMappings(java.lang.String sourceName)
sourceName
- the name of the source to be retrieved
public void saveMappings(java.lang.String sourceName, java.util.Hashtable mappings)
sourceName
- the ItemMap namemappings
- 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 |