* @see com.sogou.qadev.service.cynthia.service.DataAccessSession#moveJSTreeNode(int, int, int, java.lang.String, boolean, java.lang.String)
*/
@Override
public boolean moveJSTreeNode(int id, int refId, int position,
String title, boolean copy, String userName) {
return new JSTreeAccessSessionMySQL().moveNode(id, refId, position, title, copy,userName);
}