objectSelectionList.clearSelection();
orderCostSelectionList.clearSelection();
orderCostList.clear();
orderCostList.addAll(transportCostBasis.getOrderCosts());
Collections.sort(orderCostList, new OrderCostTransportComparator());
BigDecimal totalCost = getTotalCost(orderCostList);
presentationModelTotalInfo.setValue(
TotalInfo.PROPERTY_TOTAL_NUMBER_STRING, String
.valueOf(orderCostList.size()));
presentationModelTotalInfo.setValue(