protected List<PresentationPlace> partialLoadWithParentPresentationPlace(PresentationPlace presentationPlaceWhat, PresentationPlace positivePresentationPlace, PresentationPlace negativePresentationPlace, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentPresentationPlace(presentationPlaceWhat, positivePresentationPlace, negativePresentationPlace, new QuerySelectInit(), nbOfResult, useCache);
}
protected List partialLoadWithParentPresentationPlaceQueryResult (PresentationPlace presentationPlaceWhat, PresentationPlace positivePresentationPlace, PresentationPlace negativePresentationPlace, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentPresentationPlaceQueryResult (presentationPlaceWhat, positivePresentationPlace, negativePresentationPlace, new QuerySelectInit(), nbOfResult, useCache);
}