public void updateAllPropertyCombinations(Property p, DataObject data) throws Exception {
   DataObjectManipulator.SimpleTypeManipulator manip = getManipulator(p);
   manip.updateAllPropertyCombinations(p, data);
 }