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)
def __searchUsersCheckInput(self,conds,_from,to,order_by,desc,admin_obj): report_lib.checkFromTo(_from,to)
def __getConnectionLogCheckInput(self, _from, to, order_by, desc): report_lib.checkFromTo(_from, to) self.__checkOrderBy(order_by)
def __checkInput(self,_from,to): report_lib.checkFromTo(_from,to)
def __webAnalyzerLogsCheckInput(self, _from, to, order_by, desc): report_lib.checkFromTo(_from, to) self.__checkOrderBy(order_by)
def __topVisitedCheckInput(self, _from, to): report_lib.checkFromTo(_from, to)
def __getCreditChangesCheckInput(self, _from, to, order_by, desc): report_lib.checkFromTo(_from, to) self.__checkOrderBy(order_by)
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)
def __getUserAuditLogsCheckInput(self, _from, to, order_by, desc): report_lib.checkFromTo(_from, to) self.__checkOrderBy(order_by)
def __getAdminDepositChangeLogsCheckInput(self, _from, to, order_by, desc): report_lib.checkFromTo(_from, to) self.__checkOrderBy(order_by)
def __getConnectionLogCheckInput(self,_from,to,order_by,desc): report_lib.checkFromTo(_from,to) self.__checkOrderBy(order_by)
def __getAddUserSavesCheckInput(self,_from,to,order_by,desc): report_lib.checkFromTo(_from,to) self.__checkOrderBy(order_by)
def __searchUsersCheckInput(self, conds, _from, to, order_by, desc, admin_obj): report_lib.checkFromTo(_from, to)