zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

List<PageEntity> findPageChildrenOrdered(final String path, final int count); #574

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Can you please enhance List<PageEntity> findPageChildrenOrdered(final String 
path, final int count);
by @param start - start page index. 0 - based. 
So it will be similar to List<PageEntity> findPageChildren(final List<String> 
paths, final int start, final int count);

Original issue reported on code.google.com by a...@holubec.net on 20 Aug 2012 at 10:28