|
|
@ -232,9 +232,13 @@ public class ControlloPraticaLocalServiceClp |
|
|
|
|
|
|
|
|
|
|
|
_methodParameterTypes42 = new String[] { "long" }; |
|
|
|
_methodParameterTypes42 = new String[] { "long" }; |
|
|
|
|
|
|
|
|
|
|
|
_methodName43 = "calculateDateAvvioProcedimento"; |
|
|
|
_methodName43 = "countByIntPratica"; |
|
|
|
|
|
|
|
|
|
|
|
_methodParameterTypes43 = new String[] { "long" }; |
|
|
|
_methodParameterTypes43 = new String[] { "long" }; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_methodName44 = "calculateDateAvvioProcedimento"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_methodParameterTypes44 = new String[] { "long" }; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
@ -1691,6 +1695,34 @@ public class ControlloPraticaLocalServiceClp |
|
|
|
return (java.util.List<it.tref.liferay.portos.bo.model.ControlloPratica>)ClpSerializer.translateOutput(returnObj); |
|
|
|
return (java.util.List<it.tref.liferay.portos.bo.model.ControlloPratica>)ClpSerializer.translateOutput(returnObj); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public int countByIntPratica(long intPraticaId) |
|
|
|
|
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
|
|
|
|
Object returnObj = null; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
|
|
|
returnObj = _invokableLocalService.invokeMethod(_methodName43, |
|
|
|
|
|
|
|
_methodParameterTypes43, new Object[] { intPraticaId }); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
catch (Throwable t) { |
|
|
|
|
|
|
|
t = ClpSerializer.translateThrowable(t); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof com.liferay.portal.kernel.exception.SystemException) { |
|
|
|
|
|
|
|
throw (com.liferay.portal.kernel.exception.SystemException)t; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof RuntimeException) { |
|
|
|
|
|
|
|
throw (RuntimeException)t; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
else { |
|
|
|
|
|
|
|
throw new RuntimeException(t.getClass().getName() + |
|
|
|
|
|
|
|
" is not a valid exception"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ((Integer)returnObj).intValue(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public java.lang.Long calculateDateAvvioProcedimento( |
|
|
|
public java.lang.Long calculateDateAvvioProcedimento( |
|
|
|
long controlloPraticaId) |
|
|
|
long controlloPraticaId) |
|
|
@ -1699,8 +1731,8 @@ public class ControlloPraticaLocalServiceClp |
|
|
|
Object returnObj = null; |
|
|
|
Object returnObj = null; |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
returnObj = _invokableLocalService.invokeMethod(_methodName43, |
|
|
|
returnObj = _invokableLocalService.invokeMethod(_methodName44, |
|
|
|
_methodParameterTypes43, new Object[] { controlloPraticaId }); |
|
|
|
_methodParameterTypes44, new Object[] { controlloPraticaId }); |
|
|
|
} |
|
|
|
} |
|
|
|
catch (Throwable t) { |
|
|
|
catch (Throwable t) { |
|
|
|
t = ClpSerializer.translateThrowable(t); |
|
|
|
t = ClpSerializer.translateThrowable(t); |
|
|
@ -1812,4 +1844,6 @@ public class ControlloPraticaLocalServiceClp |
|
|
|
private String[] _methodParameterTypes42; |
|
|
|
private String[] _methodParameterTypes42; |
|
|
|
private String _methodName43; |
|
|
|
private String _methodName43; |
|
|
|
private String[] _methodParameterTypes43; |
|
|
|
private String[] _methodParameterTypes43; |
|
|
|
|
|
|
|
private String _methodName44; |
|
|
|
|
|
|
|
private String[] _methodParameterTypes44; |
|
|
|
} |
|
|
|
} |