|
|
|
@ -36,6 +36,7 @@ import com.liferay.portal.kernel.util.Validator;
|
|
|
|
|
* |
|
|
|
|
* @author Davide Barbagallo, 3F Consulting |
|
|
|
|
*/ |
|
|
|
|
@SuppressWarnings("serial") |
|
|
|
|
public class IntPraticaImpl extends IntPraticaBaseImpl { |
|
|
|
|
/* |
|
|
|
|
* NOTE FOR DEVELOPERS: Never reference this class directly. All methods |
|
|
|
@ -49,12 +50,6 @@ public class IntPraticaImpl extends IntPraticaBaseImpl {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void setStatoPratica(String statoPratica) { |
|
|
|
|
_log.info("Progetto " + getNumeroProgetto() + " - setStatoPratica(\"" + statoPratica + "\")"); |
|
|
|
|
super.setStatoPratica(statoPratica); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getTitle(Locale locale, boolean completed) { |
|
|
|
|
|
|
|
|
|
DettPratica dettPratica = null; |
|
|
|
|