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()
Exemple #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()
Exemple #3
0
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
Exemple #4
0
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()