585586587588589590591592
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new SuperclassUpdateController(eventController, dataMap, false).startupAction(); } }
621622623624625626627628
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new SuperclassUpdateController(eventController, dataMap, true).startupAction(); } }
637638639640641642643644
673674675676677678679680
533534535536537538539540
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new SuperclassUpdateController(eventController, dataMap).startup(); } }
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new SuperclassUpdateController(eventController, dataMap, false).startup(); } }
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new SuperclassUpdateController(eventController, dataMap, true).startup(); } }
602603604605606607608609
638639640641642643644645