|
|
@ -32,6 +32,8 @@ import com.liferay.portal.kernel.dao.orm.QueryUtil; |
|
|
|
import com.liferay.portal.kernel.exception.PortalException; |
|
|
|
import com.liferay.portal.kernel.exception.PortalException; |
|
|
|
import com.liferay.portal.kernel.exception.SystemException; |
|
|
|
import com.liferay.portal.kernel.exception.SystemException; |
|
|
|
import com.liferay.portal.kernel.language.LanguageUtil; |
|
|
|
import com.liferay.portal.kernel.language.LanguageUtil; |
|
|
|
|
|
|
|
import com.liferay.portal.kernel.log.Log; |
|
|
|
|
|
|
|
import com.liferay.portal.kernel.log.LogFactoryUtil; |
|
|
|
import com.liferay.portal.kernel.util.LocaleUtil; |
|
|
|
import com.liferay.portal.kernel.util.LocaleUtil; |
|
|
|
import com.liferay.portal.kernel.util.StringPool; |
|
|
|
import com.liferay.portal.kernel.util.StringPool; |
|
|
|
import com.liferay.portal.kernel.util.Validator; |
|
|
|
import com.liferay.portal.kernel.util.Validator; |
|
|
@ -57,6 +59,7 @@ public class AsseverazioniUtil { |
|
|
|
public final static String ASSEVERAZIONE_DA_ALLEGATO = "AL"; |
|
|
|
public final static String ASSEVERAZIONE_DA_ALLEGATO = "AL"; |
|
|
|
|
|
|
|
|
|
|
|
private static final String[] statiAttivi = new String[] { STATO_ASSEGNATA, STATO_ESEGUITA }; |
|
|
|
private static final String[] statiAttivi = new String[] { STATO_ASSEGNATA, STATO_ESEGUITA }; |
|
|
|
|
|
|
|
private static final Log _log = LogFactoryUtil.getLog(ValidazionePraticaUtil.class); |
|
|
|
|
|
|
|
|
|
|
|
public static boolean hasAsseverazioniAttive(long dettPraticaId) throws SystemException { |
|
|
|
public static boolean hasAsseverazioniAttive(long dettPraticaId) throws SystemException { |
|
|
|
|
|
|
|
|
|
|
@ -321,6 +324,7 @@ public class AsseverazioniUtil { |
|
|
|
soggetti = true; |
|
|
|
soggetti = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return titolareDigitale && soggetti && delegati; |
|
|
|
return titolareDigitale && soggetti && delegati; |
|
|
|
} else if (TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione())) { |
|
|
|
} else if (TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(dettPratica.getTipoIntegrazione())) { |
|
|
|
boolean soggettiPrincipali = false; |
|
|
|
boolean soggettiPrincipali = false; |
|
|
|