Esempio n. 1
0
 def GetSessionPlanModuleDetailsForCourse(course_id,qp_id):
     return TMADatabase.GetSessionPlanModuleDetailsForCourse(course_id,qp_id)
Esempio n. 2
0
 def GetBatchSessionCurrentStageDetails(batch_id,session_id,user_id):
     return TMADatabase.GetBatchSessionCurrentStageDetails(batch_id,session_id,user_id)
Esempio n. 3
0
 def GetBatchCandidateList_db(batch_id,session_id):
     return TMADatabase.GetBatchCandidateList_db(batch_id,session_id)
Esempio n. 4
0
 def GetSubProjectsForCustomer(customer_ids):
     return TMADatabase.GetSubProjectsForCustomer(customer_ids)
Esempio n. 5
0
 def LogTrainerStageDetails(session_id,user_id,batch_id,stage_id,latitude,longitude,image_file_name,mark_candidate_attendance,attendance_data,group_attendance_image_data,app_version):
     return TMADatabase.LogTrainerStageDetails(session_id,user_id,batch_id,stage_id,latitude,longitude,image_file_name,mark_candidate_attendance,attendance_data,group_attendance_image_data,app_version)
Esempio n. 6
0
 def GetBatchSessionListForTMA(BatchId,UserId,SessionPlanId,ModuleId,StatusId,SessionName,app_version):
     return TMADatabase.GetBatchSessionListForTMA(BatchId,UserId,SessionPlanId,ModuleId,StatusId,SessionName,app_version)
Esempio n. 7
0
 def GetBatchListForTMA(BatchStatusId,UserId,CenterId,role_id,app_version):
     return TMADatabase.GetBatchListForTMA(BatchStatusId,UserId,CenterId,role_id,app_version)