changed name of getMapped*4 functions to create*IfNotExistsFor

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 12:38:03 +01:00
parent 578f8db311
commit dc15682a27
5 changed files with 8 additions and 8 deletions

View file

@ -36,13 +36,13 @@ catch(e)
//a list of all functions
var functions = {
"createGroup" : [],
"getMappedGroup4" : ["groupMapper"],
"createGroupIfNotExistsFor" : ["groupMapper"],
// "deleteGroup" : ["groupID"],
"listPads" : ["groupID"],
"createPad" : ["padID", "text"],
"createGroupPad" : ["groupID", "padName", "text"],
"createAuthor" : ["name"],
"getMappedAuthor4" : ["authorMapper" , "name"],
"createAuthorIfNotExistsFor" : ["authorMapper" , "name"],
"createSession" : ["groupID", "authorID", "validUntil"],
// "deleteSession" : ["sessionID"],
"getSessionInfo" : ["sessionID"],