protected List<StatMbPerCtryConf> partialLoadWithParentStatMbPerCtryConf(StatMbPerCtryConf statMbPerCtryConfWhat, StatMbPerCtryConf positiveStatMbPerCtryConf, StatMbPerCtryConf negativeStatMbPerCtryConf, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentStatMbPerCtryConf(statMbPerCtryConfWhat, positiveStatMbPerCtryConf, negativeStatMbPerCtryConf, new QuerySelectInit(), nbOfResult, useCache);
}
protected List partialLoadWithParentStatMbPerCtryConfQueryResult (StatMbPerCtryConf statMbPerCtryConfWhat, StatMbPerCtryConf positiveStatMbPerCtryConf, StatMbPerCtryConf negativeStatMbPerCtryConf, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentStatMbPerCtryConfQueryResult (statMbPerCtryConfWhat, positiveStatMbPerCtryConf, negativeStatMbPerCtryConf, new QuerySelectInit(), nbOfResult, useCache);
}