예제 #1
0
    def __getAddUserSavesCheckInput(self, _from, to, order_by, desc):
        if self.search_helper.hasCondFor("users_from", "users_to"):
            users_from = to_int(self.search_helper.getCondValue("users_from"),
                                "users from")
            users_to = to_int(self.search_helper.getCondValue("users_to"),
                              "users to")
            report_lib.checkFromTo(users_from, users_to)

        report_lib.checkFromTo(_from, to)
        self.__checkOrderBy(order_by)
예제 #2
0
    def __searchUsersCheckInput(self,conds,_from,to,order_by,desc,admin_obj):
	report_lib.checkFromTo(_from,to)
예제 #3
0
 def __getConnectionLogCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #4
0
 def __checkInput(self,_from,to):
     report_lib.checkFromTo(_from,to)
예제 #5
0
 def __webAnalyzerLogsCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #6
0
 def __topVisitedCheckInput(self, _from, to):
     report_lib.checkFromTo(_from, to)
예제 #7
0
 def __getCreditChangesCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #8
0
파일: credit.py 프로젝트: sankopay/IBSng
 def __getCreditChangesCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #9
0
    def __getEventsCheckInput(self, from_event_id, _from, to):
        if not isInt(from_event_id):
            raise GeneralException(errorText("IAS", "INVALID_EVENT_ID"))

        report_lib.checkFromTo(_from, to)
예제 #10
0
파일: audit_log.py 프로젝트: sankopay/IBSng
 def __getUserAuditLogsCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #11
0
 def __getAdminDepositChangeLogsCheckInput(self, _from, to, order_by, desc):
     report_lib.checkFromTo(_from, to)
     self.__checkOrderBy(order_by)
예제 #12
0
    def __getConnectionLogCheckInput(self,_from,to,order_by,desc):
	report_lib.checkFromTo(_from,to)
	self.__checkOrderBy(order_by)
예제 #13
0
    def __getAddUserSavesCheckInput(self,_from,to,order_by,desc):
	report_lib.checkFromTo(_from,to)
	self.__checkOrderBy(order_by)
예제 #14
0
 def __searchUsersCheckInput(self, conds, _from, to, order_by, desc,
                             admin_obj):
     report_lib.checkFromTo(_from, to)