log.debug("PanelInstance with id " + panelInstance.getId() + " has been copied to id " + panelInstanceCopy.getId());
results[0] = panelInstanceCopy;
}
};
txFragment.execute();
return results[0];
}
public Panel copy(final Panel panel, final Section section, final LayoutRegion region) throws Exception {
return copy(panel, section, region, panel.getInstance());