Esempio n. 1
0
 def getFuncs(self):
     funcs = [
         "create",
         "FindByEstateID",
         "FindBySimUUID"
         ]
     return ServiceBase.getFuncs() + funcs    
Esempio n. 2
0
 def getFuncs(self):
     funcs = [
         ]
     return ServiceBase.getFuncs() + funcs
Esempio n. 3
0
 def getFuncs(self):
     funcs = []
     return ServiceBase.getFuncs() + funcs
Esempio n. 4
0
 def getFuncs(cls):
     funcs = [
         "GetAvailableReleases"
         ]
     return ServiceBase.getFuncs() + funcs
Esempio n. 5
0
 def getFuncs(self):
     funcs = ["create", "FindByEstateID", "FindBySimUUID"]
     return ServiceBase.getFuncs() + funcs
Esempio n. 6
0
 def getFuncs(cls):
     funcs = ["GetAvailableReleases"]
     return ServiceBase.getFuncs() + funcs
Esempio n. 7
0
 def getFuncs(self):
     funcs = ["FindByUserID", "FindByName"]
     return ServiceBase.getFuncs() + funcs
Esempio n. 8
0
 def getFuncs(cls):
     funcs = [
         "create",
         "FindByName",
         ]
     return ServiceBase.getFuncs() + funcs
Esempio n. 9
0
 def getFuncs(self):
     funcs = [
         "FindByUserID",
         "FindByName"
         ]
     return ServiceBase.getFuncs() + funcs