private Map<String, Object> createArgsForAdvancedAllocation(Order order,
AllocationResult allocationResult,
IAdvanceAllocationResultReceiver resultReceiver) {
Map<String, Object> result = new HashMap<String, Object>();
result.put("advancedAllocationController",
new AdvancedAllocationController(order, createBack(),
asAllocationInput(allocationResult, resultReceiver)));
return result;
}