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}
418419420421422423424425426427428
s.begin(); return wcs.getChildNodesData(parent); } finally { s.end(); } } /** * {@inheritDoc}
436437438439440441442443444445446
s.begin(); return wcs.getChildNodesData(parent, pattern); } finally { s.end(); } } /** * {@inheritDoc}
453454455456457458459460461462463
s.begin(); return wcs.getChildPropertiesData(parent); } finally { s.end(); } } /** * {@inheritDoc}
471472473474475476477478479480481
s.begin(); return wcs.getChildPropertiesData(parent, pattern); } finally { s.end(); } } /** * {@inheritDoc}