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