672673674675676677678679680681682
s.begin(); wcs.update(data); } finally { s.end(); } } /**
691692693694695696697698699
s.begin(); return wcs.getACLHolders(); } finally { s.end(); } } }
279280281282283284285286287288289
s.begin(); wcs.add(data); } finally { s.end(); } } /** * {@inheritDoc}
297298299300301302303304305306307
314315316317318319320321322323324
s.begin(); wcs.close(); } finally { s.end(); } } /** * {@inheritDoc}
331332333334335336337338339340341
s.begin(); wcs.commit(); } finally { s.end(); } } /** * {@inheritDoc}
349350351352353354355356357358359
s.begin(); wcs.delete(data); } finally { s.end(); } } /** * {@inheritDoc}
367368369370371372373374375376377
384385386387388389390391392393394
s.begin(); return wcs.getLastOrderNumber(parent); } finally { s.end(); } } /** * {@inheritDoc}
401402403404405406407408409410411
s.begin(); return wcs.getChildNodesCount(parent); } finally { s.end(); } } /** * {@inheritDoc}