|
|
@ -188,6 +188,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { |
|
|
|
IntPratica intPratica = intPraticaLocalService.createIntPratica(counterLocalService |
|
|
|
IntPratica intPratica = intPraticaLocalService.createIntPratica(counterLocalService |
|
|
|
.increment(IntPratica.class.getName())); |
|
|
|
.increment(IntPratica.class.getName())); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intPratica.setCompanyId(serviceContext.getCompanyId()); |
|
|
|
intPratica.setCompanyId(serviceContext.getCompanyId()); |
|
|
|
// intPratica.setGroupId(serviceContext.getScopeGroupId());
|
|
|
|
// intPratica.setGroupId(serviceContext.getScopeGroupId());
|
|
|
|
intPratica.setGroupId(territorio.getGroupId()); |
|
|
|
intPratica.setGroupId(territorio.getGroupId()); |
|
|
@ -2081,4 +2082,11 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { |
|
|
|
return IntPraticaFinderUtil.countIngressiCO(dtMin, dtMax, groupId); |
|
|
|
return IntPraticaFinderUtil.countIngressiCO(dtMin, dtMax, groupId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Organization getOrganization(int praticaId){ |
|
|
|
|
|
|
|
IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId); |
|
|
|
|
|
|
|
Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(territorioId); |
|
|
|
|
|
|
|
Group group = GroupLocalServiceUtil.getGroup(territorio.getGroupId()); |
|
|
|
|
|
|
|
group. |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|