There is com.day.cq.commons.jcr.JcrUtilAPI available through which you can reorder/move your nodes.There is setChildNodeOrder() methodwhere you specify the new order for the children.
There is com.day.cq.commons.jcr.JcrUtilAPI available through which you can reorder/move your nodes.There is setChildNodeOrder() methodwhere you specify the new order for the children.