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