protected List<Presentation> partialLoadWithParentPresentation(Presentation presentationWhat, Presentation positivePresentation, Presentation negativePresentation, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentPresentation(presentationWhat, positivePresentation, negativePresentation, new QuerySelectInit(), nbOfResult, useCache);
}
protected List partialLoadWithParentPresentationQueryResult (Presentation presentationWhat, Presentation positivePresentation, Presentation negativePresentation, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentPresentationQueryResult (presentationWhat, positivePresentation, negativePresentation, new QuerySelectInit(), nbOfResult, useCache);
}