示例#1
0
 def getFuncs(self):
     funcs = [
         "create",
         "FindByEstateID",
         "FindBySimUUID"
         ]
     return ServiceBase.getFuncs() + funcs    
示例#2
0
 def getFuncs(self):
     funcs = [
         ]
     return ServiceBase.getFuncs() + funcs
示例#3
0
 def getFuncs(self):
     funcs = []
     return ServiceBase.getFuncs() + funcs
示例#4
0
 def getFuncs(cls):
     funcs = [
         "GetAvailableReleases"
         ]
     return ServiceBase.getFuncs() + funcs
示例#5
0
 def getFuncs(self):
     funcs = ["create", "FindByEstateID", "FindBySimUUID"]
     return ServiceBase.getFuncs() + funcs
示例#6
0
 def getFuncs(cls):
     funcs = ["GetAvailableReleases"]
     return ServiceBase.getFuncs() + funcs
示例#7
0
 def getFuncs(self):
     funcs = ["FindByUserID", "FindByName"]
     return ServiceBase.getFuncs() + funcs
示例#8
0
 def getFuncs(cls):
     funcs = [
         "create",
         "FindByName",
         ]
     return ServiceBase.getFuncs() + funcs
示例#9
0
文件: User.py 项目: InWorldz/maestro
 def getFuncs(self):
     funcs = [
         "FindByUserID",
         "FindByName"
         ]
     return ServiceBase.getFuncs() + funcs