99100101102103104105106107
return insertStepUpAction; } public static Action getLoadBatchAction() { if (loadBatchAction == null) { loadBatchAction = new LoadBatchAction(); } return loadBatchAction; }
110111112113114115116117118
101102103104105106107108109
9293949596979899100
105106107108109110111112113