Пример #1
0
 def getQuarterPeriodDict(self):
     resultList = FileDataDao().getQuarterPeriodList()
     return tools.convertListToDDDict(resultList=resultList,
                                      indexLabel=1,
                                      indexValue=0)
Пример #2
0
 def getExpressionStatusDict(self):
     resultList = FileDataDao().getStatusList(
         statusAttr=ConstantStatus.EXPRESSION_STATUS)
     return tools.convertListToDDDict(resultList)
Пример #3
0
 def getCalculateStatusDict(self):
     resultList = FileDataDao().getStatusList(
         statusAttr=ConstantStatus.CALCULATE_STATUS)
     return tools.convertListToDDDict(resultList)
Пример #4
0
 def getCopyStatusDict(self):
     resultList = FileDataDao().getStatusList(
         statusAttr=ConstantStatus.COPY_STATUS)
     return tools.convertListToDDDict(resultList)
Пример #5
0
 def getEntityFactStatusDict(self):
     resultList = FileDataDao().getStatusList(
         statusAttr=ConstantStatus.ENTITY_FACT_STATUS)
     return tools.convertListToDDDict(resultList)
Пример #6
0
 def getPriceStatusDict(self):
     resultList = FileDataDao().getStatusList(
         statusAttr=ConstantStatus.PRICE_STATUS)
     return tools.convertListToDDDict(resultList)