}
private void populateFltJobSummary(long idFlight, String resTypeCode,
String resurce_subType, String resource_type, String workType,
long count, String recStatus, Boolean isLast) {
EntDbFltJobSummary jobSummary = null;
try {
EntDbFltJobSummary fltJobSumRec = new EntDbFltJobSummary();
fltJobSumRec.setIdFlight(idFlight);
fltJobSumRec.setResourceType(resource_type);
fltJobSumRec.setAssignDate(HpUfisCalendar.getCurrentUTCTime()); // ?????
// need
// to
// clarify...
fltJobSumRec.setResourceSubtype(resurce_subType);
fltJobSumRec.setResourceTypeCode(resTypeCode);
if (!workType.isEmpty()) {
fltJobSumRec.setStaffWorkType(workType);
}
fltJobSumRec.setTotalAssigned(count);
fltJobSumRec.setRecStatus(" ");
jobSummary = _fltJobSummary.saveFltJobSummary(fltJobSumRec);
LOG.info("Inserted record into fltJobSummary successfully");
if (jobSummary != null) {
/*
* sendJobAssignSummUpdateToCedaInJson(jobSummary, null,