QuerydeleteForecastResultCache=em.createNativeQuery("DELETE FROM public.forecast_result_cache WHERE forecast_configuration_id=:forecastConfigurationId");
QuerydeleteForecastResult=em.createNativeQuery("DELETE FROM public.forecast_result WHERE forecast_configuration_id=:forecastConfigurationId");
QuerydeleteForecastSummary=em.createNativeQuery("DELETE FROM public.forecast_summary WHERE forecast_configuration_id=:forecastConfigurationId");
thrownewDeleteUserException("The user's organization "+user.getOrganizationId().getOrganizationName()+" has no archive user. Can't transfer resources created by the user that are used by others.");