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