示例#1
0
 def getRequestNames(self):
     # 2013-02-13 is wrong anyway (e.g. Campaign is not working)
     # should be removed
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
示例#2
0
 def getRequestNames(self):
     # 2013-02-13 is wrong anyway (e.g. Campaign is not working)
     # should be removed
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
示例#3
0
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
示例#4
0
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()