Uses of Class
de.xima.fc.exceptions.ValidationException
- 
Packages that use ValidationException Package Description de.xima.fc.dao.hook de.xima.fc.web.common.utils  - 
- 
Uses of ValidationException in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that throw ValidationException Modifier and Type Method Description static voidDaoActionHookHelper. validateBedingung(de.xima.cmn.dao.interfaces.IBaseEntityContext ec, Bedingung bedingung)Deprecated. - 
Uses of ValidationException in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that throw ValidationException Modifier and Type Method Description static ValueDescriptorBeanUtils. correctlyTypedDescriptor(Object bean, String propName, Object propValue)static voidBeanUtils. setProp(UserContext uc, Object bean, String propName, Object propValue)Setzt folgendes voraus, wenn es sich bei den zu setzenden Properties um eine oder mehrere Entitäten-IDs handelt: ein passendes DAO mit dem Namen "[großgeschriebener Property- oder Collection-Parametertyp]_DAO" existiert als statisches Feld in DaoProviderpropNamemuss dem Muster "[Name einfache Eigenschaft].id" oder "[Name Collection-basierte Eigenschaft].ids" entsprechen, z.B. 
 -