602603604605606607608609610611612
s.begin(); return wcs.getChildNodesDataByPage(parent, fromOrderNum, toOrderNum, childs); } finally { s.end(); } } /** * {@inheritDoc}
620621622623624625626627628629630
s.begin(); wcs.rename(data); } finally { s.end(); } } /** * {@inheritDoc}
637638639640641642643644645646647
s.begin(); wcs.rollback(); } finally { s.end(); } } /** * {@inheritDoc}
655656657658659660661662663664665
s.begin(); wcs.update(data); } finally { s.end(); } } /** * {@inheritDoc}
673674675676677678679680681682683
s.begin(); wcs.update(data); } finally { s.end(); } } /**
692693694695696697698699700
s.begin(); return wcs.getACLHolders(); } finally { s.end(); } } }
254255256257258259260261262263264
s.begin(); wcs.add(data); } finally { s.end(); } } /** * {@inheritDoc}
272273274275276277278279280281282
289290291292293294295296297298299
s.begin(); wcs.close(); } finally { s.end(); } } /** * {@inheritDoc}
306307308309310311312313314315316
s.begin(); wcs.commit(); } finally { s.end(); } } /** * {@inheritDoc}