protected void populateObjectFromSQL (Object bean, Object value, String beanPath) throws IllegalAccessException, InvocationTargetException {
BeanUtils.populateObject(bean, value, beanPath);
}
public List<PresentationPlace> countDistinct (PresentationPlace whatMask, PresentationPlace whereEqCriteria) {
return partialLoadWithParentPresentationPlace(whatMask, whereEqCriteria, null, new QuerySelectCountInit("presentationPlace"), null, false);
}