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