.convertRowIndexToModel(selectedIndex);
if (realIndex != -1 && realIndex < postShipmentList.size()) {
PostShipment postShipment = (PostShipment) postShipmentSelectionList
.getElementAt(realIndex);
if (postShipment != null) {
postShipmentManager
.lazyLoad(
postShipment,
new LazyLoadPostShipmentEnum[] {
LazyLoadPostShipmentEnum.COLLIES,
LazyLoadPostShipmentEnum.ORDER_LINES,