|
|
|
@ -79,7 +79,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
|
|
|
|
|
comune.setProvincia(provincia); |
|
|
|
|
comune.setMailSuap(mailSuap); |
|
|
|
|
comune.setMailSue(mailSue); |
|
|
|
|
comune.setPraticaOspedaliera(praticaOspedaliera); |
|
|
|
|
comune.setPraticaOspedali(praticaOspedaliera); |
|
|
|
|
comune = comunePersistence.update(comune); |
|
|
|
|
return comune; |
|
|
|
|
} |
|
|
|
@ -107,7 +107,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
|
|
|
|
|
comune.setProvincia(provincia); |
|
|
|
|
comune.setMailSuap(mailSuap); |
|
|
|
|
comune.setMailSue(mailSue); |
|
|
|
|
comune.setPraticaOspedaliera(praticaOspedaliera); |
|
|
|
|
comune.setPraticaOspedali(praticaOspedaliera); |
|
|
|
|
comune = comunePersistence.update(comune); |
|
|
|
|
return comune; |
|
|
|
|
} |
|
|
|
@ -219,9 +219,9 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
|
|
|
|
|
return comunePersistence.findByC_Stato(companyId, true); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Comune setPraticaOspedaliera(long comuneId, boolean isPraticaOspedaliera, ServiceContext serviceContext){ |
|
|
|
|
public Comune setPraticaOspedaliera(long comuneId, boolean isPraticaOspedaliera, ServiceContext serviceContext) throws SystemException{ |
|
|
|
|
Comune comune = comunePersistence.fetchByPrimaryKey(comuneId); |
|
|
|
|
comune.setPraticaOspedaliera(isPraticaOspedaliera); |
|
|
|
|
comune.setPraticaOspedali(isPraticaOspedaliera); |
|
|
|
|
comune.setModifiedDate(serviceContext.getModifiedDate(new Date())); |
|
|
|
|
comune = comunePersistence.update(comune); |
|
|
|
|
return comune; |
|
|
|
@ -250,7 +250,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
|
|
|
|
|
comune.setMailSue(mailSue); |
|
|
|
|
comune.setDenominazione(denominazione); |
|
|
|
|
comune.setProvincia(provincia); |
|
|
|
|
comune.setPraticaOspedaliera(praticaOspedaliera); |
|
|
|
|
comune.setPraticaOspedali(praticaOspedaliera); |
|
|
|
|
comune = comunePersistence.update(comune); |
|
|
|
|
return comune; |
|
|
|
|
} |
|
|
|
@ -277,7 +277,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
|
|
|
|
|
comune.setMailSue(mailSue); |
|
|
|
|
comune.setDenominazione(denominazione); |
|
|
|
|
comune.setProvincia(provincia); |
|
|
|
|
comune.setPraticaOspedaliera(praticaOspedaliera); |
|
|
|
|
comune.setPraticaOspedali(praticaOspedaliera); |
|
|
|
|
comune = comunePersistence.update(comune); |
|
|
|
|
return comune; |
|
|
|
|
} |
|
|
|
|