diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml
deleted file mode 100644
index 566ad490..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/build.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF
deleted file mode 100644
index 254272e1..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path:
-
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml
deleted file mode 100644
index 270137cb..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-display.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties
deleted file mode 100644
index 5948839b..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-plugin-package.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-name=PortoTestPlugin
-module-group-id=liferay
-module-incremental-version=1
-tags=
-short-description=
-long-description=
-change-log=
-page-url=http://www.liferay.com
-author=Liferay, Inc.
-licenses=LGPL
-liferay-versions=6.2.0+
-required-deployment-contexts=\
- portos-bo-portlet
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml
deleted file mode 100644
index 588634b1..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/liferay-portlet.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
- test-portos
- /icon.png
- /css/main.css
-
- /js/main.js
-
- test-portos-portlet
-
-
- administrator
- Administrator
-
-
- guest
- Guest
-
-
- power-user
- Power User
-
-
- user
- User
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml
deleted file mode 100644
index c5560dd5..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/portlet.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
- test-portos
- Test Portos
-
- it.tref.liferay.portos.plugin.TestPortosPortlet
-
-
- view-template
- /html/testportos/view.jsp
-
- 0
-
- text/html
- view
-
-
- Test Portos
- Test Portos
-
-
-
- administrator
-
-
- guest
-
-
- power-user
-
-
- user
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java
deleted file mode 100644
index 81bc3a83..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/plugin/TestPortosPortlet.java
+++ /dev/null
@@ -1,99 +0,0 @@
-package it.tref.liferay.portos.plugin;
-
-import it.tref.liferay.portos.bo.model.ControlloPratica;
-import it.tref.liferay.portos.bo.model.IntPratica;
-import it.tref.liferay.portos.bo.service.ClpSerializer;
-import it.tref.liferay.portos.bo.service.ControlloPraticaLocalServiceUtil;
-import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
-
-import java.util.List;
-
-import javax.portlet.ActionRequest;
-import javax.portlet.ActionResponse;
-
-import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil;
-import com.liferay.portal.kernel.dao.orm.DynamicQuery;
-import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
-import com.liferay.portal.kernel.dao.orm.QueryUtil;
-import com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil;
-import com.liferay.portal.kernel.exception.PortalException;
-import com.liferay.portal.kernel.exception.SystemException;
-import com.liferay.portal.kernel.log.Log;
-import com.liferay.portal.kernel.log.LogFactoryUtil;
-import com.liferay.portal.kernel.search.Indexer;
-import com.liferay.portal.kernel.search.IndexerRegistryUtil;
-import com.liferay.portal.kernel.util.ParamUtil;
-import com.liferay.portal.kernel.util.WebKeys;
-import com.liferay.portal.theme.ThemeDisplay;
-import com.liferay.util.bridges.mvc.MVCPortlet;
-
-/**
- * Portlet implementation class TestPortosPortlet
- */
-public class TestPortosPortlet extends MVCPortlet {
- private static final Log _log = LogFactoryUtil.getLog(TestPortosPortlet.class);
-
- public void reIndexFasciolo(ActionRequest actionRequest, ActionResponse actionResponse) {
-
-
- try {
-
- ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY);
- long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId");
-
- Indexer intIndexer = IndexerRegistryUtil.getIndexer(IntPratica.class);
- Indexer controlloIndexer = IndexerRegistryUtil.getIndexer(ControlloPratica.class);
-
- IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
-
- if (intPratica != null) {
-
- intIndexer.delete(themeDisplay.getCompanyId(), intPratica.getUuid());
- intIndexer.reindex(IntPratica.class.getName(), intPratica.getIntPraticaId());
-
- ClassLoader classLoader =
- (ClassLoader) PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), "portletClassLoader");
-
- DynamicQuery queryCP = DynamicQueryFactoryUtil.forClass(ControlloPratica.class, classLoader);
- queryCP.add(RestrictionsFactoryUtil.eq("intPraticaId", intPratica.getIntPraticaId()));
-
- List appList =
- ControlloPraticaLocalServiceUtil.dynamicQuery(queryCP, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
-
- if (appList != null && !appList.isEmpty()) {
- for (ControlloPratica controlloPratica : appList) {
- controlloIndexer.delete(themeDisplay.getCompanyId(),controlloPratica.getUuid());
- controlloIndexer.reindex(ControlloPratica.class.getName(),controlloPratica.getControlloPraticaId());
- }
- }
- }
- } catch (PortalException | SystemException e) {
- _log.error(e,e);
- }
-
-
-
- }
-
- public void updateCollaudoStatico(ActionRequest actionRequest, ActionResponse actionResponse) throws SystemException {
-
-// ClassLoader classLoader =
-// (ClassLoader) PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), "portletClassLoader");
-//
-// DynamicQuery queryCP = DynamicQueryFactoryUtil.forClass(DettPratica.class, classLoader);
-// queryCP.add(RestrictionsFactoryUtil.ne("oldDettPraticaId", 0L));
-//
-// List lista = DettPraticaLocalServiceUtil.dynamicQuery(queryCP, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
-// for (DettPratica dettPratica : lista) {
-//
-// dettPratica.setCollaudoStatico(!dettPratica.getCollaudoStatico());
-// DettPraticaLocalServiceUtil.updateDettPratica(dettPratica);
-//
-// }
- }
-
- public void testActionUrl(ActionRequest actionRequest, ActionResponse actionResponse) {
- System.out.println(ParamUtil.getString(actionRequest, "pagamentoId"));
- }
-
-}
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld
deleted file mode 100644
index 1eeac884..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/aui.tld
+++ /dev/null
@@ -1,2568 +0,0 @@
-
-
-
- aui:.]]>
- 1.0
- aui
- http://alloy.liferay.com/tld/aui
-
-
- button-item
- com.liferay.taglib.aui.ButtonItemTag
- JSP
-
- ]]>
- activeState
- false
- true
- boolean
-
-
- ]]>
- boundingBox
- false
- true
- java.lang.String
-
-
- ]]>
- classNames
- false
- true
- java.lang.Object
-
-
- ]]>
- contentBox
- false
- true
- java.lang.String
-
-
- boundingBox.]]>
- cssClass
- false
- true
- java.lang.String
-
-
- ]]>
- defaultState
- false
- true
- boolean
-
-
- ]]>
- depth
- false
- true
- java.lang.Object
-
-
- ]]>
- destroyed
- false
- true
- boolean
-
-
- ]]>
- disabled
- false
- true
- boolean
-
-
- ]]>
- focused
- false
- true
- boolean
-
-
- {fn: // The function to execute
- context: // The context to execute the function in
- type: // The type of event to listen for (defaults to "click")
- }]]>
- handler
- false
- true
- java.lang.Object
-
-
- ]]>
- height
- false
- true
- java.lang.Object
-
-
- boundingBox when
- visible is set to
- false
.]]>
- hideClass
- false
- true
- java.lang.String
-
-
- ]]>
- hoverState
- false
- true
- boolean
-
-
- ]]>
- icon
- false
- true
- java.lang.String
-
-
- aui-button-icon.]]>
- iconNode
- false
- true
- java.lang.String
-
-
- ]]>
- buttonitemId
- false
- true
- java.lang.String
-
-
- ]]>
- index
- false
- true
- java.lang.Object
-
-
- ]]>
- initialized
- false
- true
- boolean
-
-
- ]]>
- label
- false
- true
- java.lang.String
-
-
- aui-button-label.]]>
- labelNode
- false
- true
- java.lang.String
-
-
- ]]>
- buttonitemParent
- false
- true
- java.lang.Object
-
-
- true the render phase will be autimatically invoked
- preventing the .render()
manual call.]]>
- render
- false
- true
- java.lang.Object
-
-
- ]]>
- rendered
- false
- true
- boolean
-
-
- ]]>
- root
- false
- true
- java.lang.Object
-
-
-
- 0 (Default) Not selected
- 1 Fully selected
- 2 Partially selected
- ]]>
- selected
- false
- true
- java.lang.Object
-
-
- ]]>
- srcNode
- false
- true
- java.lang.String
-
-
- ]]>
- strings
- false
- true
- java.lang.Object
-
-
- ]]>
- tabIndex
- false
- true
- java.lang.Object
-
-
- ]]>
- title
- false
- true
- java.lang.String
-
-
- ]]>
- type
- false
- true
- java.lang.String
-
-
- ]]>
- useARIA
- false
- true
- boolean
-
-
- ]]>
- visible
- false
- true
- boolean
-
-
- ]]>
- width
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterActiveStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterBoundingBoxChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterClassNamesChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterContentBoxChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterCssClassChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterDefaultStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterDepthChange
- false
- true
- java.lang.Object
-
-
-
- Lifecycle event for the destroy phase,
- fired prior to destruction. Invoking the preventDefault
- method on the event object provided to subscribers will
- prevent destruction from proceeding.
-
-
- Subscribers to the "after" moment of this event, will be notified
- after destruction is complete (and as a result cannot prevent
- destruction).
-
]]>
- afterDestroy
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterDestroyedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterDisabledChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterFocusedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterHandlerChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterHeightChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterHideClassChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterHoverStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterIconChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterIconNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterIdChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterIndexChange
- false
- true
- java.lang.Object
-
-
-
- Lifecycle event for the init phase, fired prior to initialization.
- Invoking the preventDefault() method on the event object provided
- to subscribers will prevent initialization from occuring.
-
-
- Subscribers to the "after" momemt of this event, will be notified
- after initialization of the object is complete (and therefore
- cannot prevent initialization).
-
]]>
- afterInit
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterInitializedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterLabelChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterLabelNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterParentChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterRenderChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterRenderedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterRootChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterSelectedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterSrcNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterStringsChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterTabIndexChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterTitleChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterTypeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterUseARIAChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterVisibleChange
- false
- true
- java.lang.Object
-
-
- ]]>
- afterContentUpdate
- false
- true
- java.lang.Object
-
-
-
- Subscribers to the "on" moment of this event, will be notified
- before the widget is rendered.
-
-
- Subscribers to the "after" moment of this event, will be notified
- after rendering is complete.
-
]]>
- afterRender
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- afterWidthChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onActiveStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onBoundingBoxChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onClassNamesChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onContentBoxChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onCssClassChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onDefaultStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onDepthChange
- false
- true
- java.lang.Object
-
-
-
- Lifecycle event for the destroy phase,
- fired prior to destruction. Invoking the preventDefault
- method on the event object provided to subscribers will
- prevent destruction from proceeding.
-
-
- Subscribers to the "after" moment of this event, will be notified
- after destruction is complete (and as a result cannot prevent
- destruction).
-
]]>
- onDestroy
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onDestroyedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onDisabledChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onFocusedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onHandlerChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onHeightChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onHideClassChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onHoverStateChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onIconChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onIconNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onIdChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onIndexChange
- false
- true
- java.lang.Object
-
-
-
- Lifecycle event for the init phase, fired prior to initialization.
- Invoking the preventDefault() method on the event object provided
- to subscribers will prevent initialization from occuring.
-
-
- Subscribers to the "after" momemt of this event, will be notified
- after initialization of the object is complete (and therefore
- cannot prevent initialization).
-
]]>
- onInit
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onInitializedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onLabelChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onLabelNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onParentChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onRenderChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onRenderedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onRootChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onSelectedChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onSrcNodeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onStringsChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onTabIndexChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onTitleChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onTypeChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onUseARIAChange
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onVisibleChange
- false
- true
- java.lang.Object
-
-
- ]]>
- onContentUpdate
- false
- true
- java.lang.Object
-
-
-
- Subscribers to the "on" moment of this event, will be notified
- before the widget is rendered.
-
-
- Subscribers to the "after" moment of this event, will be notified
- after rendering is complete.
-
]]>
- onRender
- false
- true
- java.lang.Object
-
-
- on method if you wish to be notified before the attribute's value has changed, or using the after method if you wish to be notified after the attribute's value has changed.]]>
- onWidthChange
- false
- true
- java.lang.Object
-
- true
-
-
-
- a
- com.liferay.taglib.aui.ATag
- JSP
-
- <p> tag could be used for something other than a paragraph.]]>
- ariaRole
- false
- true
- java.lang.String
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.util.Map
-
-
-
- href
- true
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
-
-
- lang
- false
- true
- java.lang.String
-
-
-
- onClick
- false
- true
- java.lang.String
-
-
- self. Possible values are blank
, self
, parent
, top
, and a unique frame's name.]]>
- target
- false
- true
- java.lang.String
-
-
-
- title
- false
- true
- java.lang.String
-
- true
-
-
- button
- com.liferay.taglib.aui.ButtonTag
- JSP
-
- primary attribute.]]>
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.lang.Object
-
-
- false.]]>
- disabled
- false
- true
- boolean
-
-
-
- href
- false
- true
- java.lang.String
-
-
- here.]]>
- icon
- false
- true
- java.lang.String
-
-
- left.]]>
- iconAlign
- false
- true
- java.lang.String
-
-
-
- name
- false
- true
- java.lang.String
-
-
-
- onClick
- false
- true
- java.lang.String
-
-
- type attribute is set to submit
, this value is set to true
. For all other types, the value is set to false
by default.]]>
- primary
- false
- true
- java.lang.Object
-
-
- button, submit
, cancel
and reset
. The default value is button
.]]>
- type
- false
- true
- java.lang.String
-
-
- href location when a user clicks the button. The default value is false
.]]>
- useDialog
- false
- true
- boolean
-
-
- value
- false
- true
- java.lang.String
-
- true
-
-
- <div> tag to wrap <aui:button>
components and offer additional styling.]]>
- button-row
- com.liferay.taglib.aui.ButtonRowTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
- true
-
-
- <aui:row> component.]]>
- col
- com.liferay.taglib.aui.ColTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- offset
- false
- true
- int
-
-
- offsetWidth
- false
- true
- int
-
-
- 12. For example, a span of 4
would result in a column width 4/12
(or 1/3
) of the total width of the containing row.]]>
- span
- false
- true
- int
-
-
- span attribute. The width is then converted to a span expressed as ((width/100) x 12)
, rounded to the nearest whole number. For example, a width of 33
would be converted to 3.96
, which would be rounded up to a span value of 4
.]]>
- width
- false
- true
- int
-
- true
-
-
- aui:col.]]>
- column
- com.liferay.taglib.aui.ColumnTag
- JSP
-
- 20 would be 20%. The default value is 0
.]]>
- columnWidth
- false
- true
- int
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- false.]]>
- first
- false
- true
- boolean
-
-
-
- id
- false
- true
- java.lang.String
-
-
- false.]]>
- last
- false
- true
- boolean
-
- true
-
-
- component
- com.liferay.taglib.aui.ComponentTag
- JSP
-
- defineVar
- false
- true
- boolean
-
-
- excludeAttributes
- false
- true
- java.lang.String
-
-
- javaScriptAttributes
- false
- true
- java.lang.String
-
-
- module
- false
- true
- java.lang.String
-
-
- name
- false
- true
- java.lang.String
-
-
- options
- false
- true
- java.util.Map
-
-
- scriptPosition
- false
- true
- java.lang.String
-
-
- tagPageContext
- true
- true
- javax.servlet.jsp.JspContext
-
-
- useJavaScript
- false
- true
- java.io.Serializable
-
-
- var
- false
- true
- java.lang.String
-
- true
-
-
- <div> tag to wrap <aui:row>
components and offer additional styling.]]>
- container
- com.liferay.taglib.aui.ContainerTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- true.]]>
- fluid
- false
- true
- boolean
-
-
-
- id
- false
- true
- java.lang.String
-
- true
-
-
- <div> tag to wrap form fields and offer additional styling.]]>
- field-wrapper
- com.liferay.taglib.aui.FieldWrapperTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.lang.Object
-
-
- false.]]>
- first
- false
- true
- boolean
-
-
-
- helpMessage
- false
- true
- java.lang.String
-
-
- false.]]>
- inlineField
- false
- true
- boolean
-
-
- right and left
.]]>
- inlineLabel
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
-
- false.]]>
- last
- false
- true
- boolean
-
-
-
- name
- false
- true
- java.lang.String
-
-
-
- required
- false
- true
- boolean
-
-
-
- <div> tag to group related form elements and offer additional styling.]]>
- fieldset
- com.liferay.taglib.aui.FieldsetTag
- JSP
-
-
- column
- false
- true
- boolean
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
-
- helpMessage
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
- true
-
-
-
- form
- com.liferay.taglib.aui.FormTag
- JSP
-
-
- action
- false
- true
- java.lang.String
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- true.]]>
- escapeXml
- false
- true
- boolean
-
-
- false.]]>
- inlineLabels
- false
- true
- boolean
-
-
- post. Possible values are get
and post
.]]>
- method
- false
- true
- java.lang.String
-
-
- fm.]]>
- name
- false
- true
- java.lang.String
-
-
-
- onSubmit
- false
- true
- java.lang.String
-
-
-
- portletNamespace
- false
- true
- java.lang.String
-
-
- true.]]>
- useNamespace
- false
- true
- boolean
-
- true
-
-
-
- icon
- com.liferay.taglib.aui.IconTag
- JSP
-
- image attribute.]]>
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.util.Map
-
-
-
- id
- false
- true
- java.lang.String
-
-
- icon-edit CSS class by setting the value edit
. If an icon image is referenced for cssClass
and image
, both icons are shown in the component.]]>
- image
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
-
- self. Possible values are blank
, self
, parent
, top
, and a unique frame's name.]]>
- target
- false
- true
- java.lang.String
-
-
-
- url
- false
- true
- java.lang.String
-
- true
-
-
-
- input
- com.liferay.taglib.aui.InputTag
- JSP
-
-
- autoFocus
- false
- true
- boolean
-
-
-
- autoSize
- false
- true
- boolean
-
-
-
- bean
- false
- true
- java.lang.Object
-
-
- false.]]>
- changesContext
- false
- true
- boolean
-
-
- type is radio
or checkbox
.]]>
- checked
- false
- true
- boolean
-
-
- 0.]]>
- classPK
- false
- true
- long
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.lang.Object
-
-
- dateTogglerCheckboxLabel
- false
- true
- java.lang.String
-
-
-
- defaultLanguageId
- false
- true
- java.lang.String
-
-
- false.]]>
- disabled
- false
- true
- boolean
-
-
- field
- false
- true
- java.lang.String
-
-
- field of the component.]]>
- fieldParam
- false
- true
- java.lang.String
-
-
-
- first
- false
- true
- boolean
-
-
-
- formName
- false
- true
- java.lang.String
-
-
-
- helpMessage
- false
- true
- java.lang.String
-
-
- input-group-addon.]]>
- helpTextCssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- false.]]>
- ignoreRequestValue
- false
- true
- boolean
-
-
- false.]]>
- inlineField
- false
- true
- boolean
-
-
- right and left
.]]>
- inlineLabel
- false
- true
- java.lang.String
-
-
- name attribute's value.]]>
- label
- false
- true
- java.lang.String
-
-
- languageId
- false
- true
- java.lang.String
-
-
-
- last
- false
- true
- boolean
-
-
- false.]]>
- localized
- false
- true
- boolean
-
-
- type is number
or range
. Note that the max value is inclusive if the input's type
is range
.]]>
- max
- false
- true
- java.lang.Object
-
-
-
- model
- false
- true
- java.lang.Class
-
-
- type is number
or range
. Note that the min value is inclusive if the input's type
is range
.]]>
- min
- false
- true
- java.lang.Object
-
-
- multiple
- false
- true
- boolean
-
-
-
- name
- true
- true
- java.lang.String
-
-
-
- onChange
- false
- true
- java.lang.String
-
-
-
- onClick
- false
- true
- java.lang.String
-
-
-
- placeholder
- false
- true
- java.lang.String
-
-
-
- prefix
- false
- true
- java.lang.String
-
-
-
- required
- false
- true
- boolean
-
-
- textarea.]]>
- resizable
- false
- true
- boolean
-
-
-
- showRequiredLabel
- false
- true
- boolean
-
-
-
- suffix
- false
- true
- java.lang.String
-
-
-
- title
- false
- true
- java.lang.String
-
-
- text, hidden
, assetCategories
, assetTags
, textarea
, timeZone
, password
, checkbox
, radio
, submit
, button
, color
, email
, number
, range
, resource
, url
, and an empty value. If an empty value or no value is set, the input's type is obtained automatically from the input component's bean.]]>
- type
- false
- true
- java.lang.String
-
-
- true.]]>
- useNamespace
- false
- true
- boolean
-
-
-
- value
- false
- true
- java.lang.Object
-
-
- div that wraps the input component.]]>
- wrapperCssClass
- false
- true
- java.lang.String
-
- true
-
-
-
- layout
- com.liferay.taglib.aui.LayoutTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
- true
-
-
-
- model-context
- com.liferay.taglib.aui.ModelContextTag
- JSP
-
-
- bean
- false
- true
- java.lang.Object
-
-
-
- defaultLanguageId
- false
- true
- java.lang.String
-
-
-
- model
- false
- true
- java.lang.Class
-
-
-
- <nav:item> components for an <aui:nav-bar>
component.]]>
- nav
- com.liferay.taglib.aui.NavTag
- JSP
-
-
- ariaLabel
- false
- true
- java.lang.String
-
-
- <p> tag could be used for something other than a paragraph.]]>
- ariaRole
- false
- true
- java.lang.String
-
-
- collapsible
- false
- true
- boolean
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- icon
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- true.]]>
- useNamespace
- false
- true
- boolean
-
- true
-
-
-
- nav-bar
- com.liferay.taglib.aui.NavBarTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
- true
-
-
- <aui:nav-bar> component.]]>
- nav-bar-search
- com.liferay.taglib.aui.NavBarSearchTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- file
- false
- true
- java.lang.String
-
-
-
- searchContainer
- false
- true
- com.liferay.portal.kernel.dao.search.SearchContainer
-
- true
-
-
- <aui:nav> component.]]>
- nav-item
- com.liferay.taglib.aui.NavItemTag
- JSP
-
- href attribute.]]>
- anchorCssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- anchorData
- false
- true
- java.lang.Object
-
-
- href attribute.]]>
- anchorId
- false
- true
- java.lang.String
-
-
-
- ariaLabel
- false
- true
- java.lang.String
-
-
- <p> tag could be used for something other than a paragraph.]]>
- ariaRole
- false
- true
- java.lang.String
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.lang.Object
-
-
- false.]]>
- dropdown
- false
- true
- boolean
-
-
-
- href
- false
- true
- java.lang.Object
-
-
-
- iconCssClass
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
-
- localizeLabel
- false
- true
- boolean
-
-
- false.]]>
- selected
- false
- true
- boolean
-
-
- state
- false
- true
- java.lang.String
-
-
-
- title
- false
- true
- java.lang.String
-
-
- toggle
- false
- true
- boolean
-
-
- href location when a user clicks the navigation item. The default value is false
.]]>
- useDialog
- false
- true
- boolean
-
-
- drop-down-menu class. The default value is true
.]]>
- wrapDropDownMenu
- false
- true
- boolean
-
- true
-
-
- <aui:select> component.]]>
- option
- com.liferay.taglib.aui.OptionTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", foo> would render as the attribute data-class-name = foo;
.]]>
- data
- false
- true
- java.util.Map
-
-
- false.]]>
- disabled
- false
- true
- boolean
-
-
-
- label
- false
- true
- java.lang.Object
-
-
- false.]]>
- selected
- false
- true
- boolean
-
-
- text-align:right;.]]>
- style
- false
- true
- java.lang.String
-
-
- useModelValue
- false
- true
- boolean
-
-
- label attribute.]]>
- value
- false
- true
- java.lang.Object
-
- true
-
-
- panel
- com.liferay.taglib.aui.PanelTag
- JSP
-
- collapsed
- false
- true
- boolean
-
-
- collapsible
- false
- true
- boolean
-
-
- id
- false
- true
- java.lang.String
-
-
- label
- false
- true
- java.lang.String
-
-
-
- <aui:col> components.]]>
- row
- com.liferay.taglib.aui.RowTag
- JSP
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- row-fluid CSS class to the row. The default value is true
. If set to false
, the row
CSS class is assigned.]]>
- fluid
- false
- true
- boolean
-
-
-
- id
- false
- true
- java.lang.String
-
- true
-
-
-
- script
- com.liferay.taglib.aui.ScriptTag
- JSP
-
-
- position
- false
- true
- java.lang.String
-
-
-
- use
- false
- true
- java.lang.String
-
-
-
- <aui:option> components.]]>
- select
- com.liferay.taglib.aui.SelectTag
- JSP
-
-
- bean
- false
- true
- java.lang.Object
-
-
- false.]]>
- changesContext
- false
- true
- boolean
-
-
-
- cssClass
- false
- true
- java.lang.String
-
-
- HashMap<"class-name", "foo"> would render as the attribute data-class-name = "foo";
.]]>
- data
- false
- true
- java.util.Map
-
-
- false.]]>
- disabled
- false
- true
- boolean
-
-
- false.]]>
- first
- false
- true
- boolean
-
-
-
- helpMessage
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- ignoreRequestValue
- false
- true
- boolean
-
-
- false.]]>
- inlineField
- false
- true
- boolean
-
-
- right and left
.]]>
- inlineLabel
- false
- true
- java.lang.String
-
-
-
- label
- false
- true
- java.lang.String
-
-
- false.]]>
- last
- false
- true
- boolean
-
-
- ListTypeImpl.java.]]>
- listType
- false
- true
- java.lang.String
-
-
- listTypeFieldName
- false
- true
- java.lang.String
-
-
- true, the select field expands to allow for multiple selections. The default value is false
.]]>
- multiple
- false
- true
- boolean
-
-
- label attribute and takes the place of the label.]]>
- name
- true
- true
- java.lang.String
-
-
-
- onChange
- false
- true
- java.lang.String
-
-
-
- onClick
- false
- true
- java.lang.String
-
-
-
- prefix
- false
- true
- java.lang.String
-
-
- false.]]>
- required
- false
- true
- boolean
-
-
- false.]]>
- showEmptyOption
- false
- true
- boolean
-
-
- required attribute is set to true
. The default value is false
.]]>
- showRequiredLabel
- false
- true
- boolean
-
-
-
- suffix
- false
- true
- java.lang.String
-
-
-
- title
- false
- true
- java.lang.String
-
-
- true.]]>
- useNamespace
- false
- true
- boolean
-
- true
-
-
-
- spacer
- com.liferay.taglib.aui.SpacerTag
- JSP
-
-
-
- translation-manager
- com.liferay.taglib.aui.TranslationManagerTag
- JSP
-
-
- availableLocales
- false
- true
- java.util.Locale[]
-
-
-
- defaultLanguageId
- false
- true
- java.lang.String
-
-
- editingLanguageId
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
- true. If this is set to false
, the translation manager will not work entirely.]]>
- initialize
- false
- true
- boolean
-
-
- false.]]>
- readOnly
- false
- true
- boolean
-
-
-
-
- validator
- com.liferay.taglib.aui.ValidatorTagImpl
- JSP
-
- true.]]>
- customValidatorRequired
- false
- true
- boolean
-
-
-
- errorMessage
- false
- true
- java.lang.String
-
-
- acceptFiles, alpha
, alphanum
, date
, digits
, email
, equalTo
, iri
, max
, maxLength
, min
, minLength
, number
, required
, and url
.]]>
- name
- true
- true
- java.lang.String
-
-
-
-
- workflow-status
- com.liferay.taglib.aui.WorkflowStatusTag
- JSP
-
-
- bean
- false
- true
- java.lang.Object
-
-
-
- helpMessage
- false
- true
- java.lang.String
-
-
-
- id
- false
- true
- java.lang.String
-
-
-
- model
- false
- true
- java.lang.Class
-
-
- true.]]>
- showIcon
- false
- true
- boolean
-
-
- true.]]>
- showLabel
- false
- true
- boolean
-
-
- 0 (Approved), 1
(Pending), 2
(Draft), 3
(Expired), 4
(Denied), 5
(Inactive), 6
(Incomplete), 7
(Scheduled), and 8
(In-Trash). Any other value defaults to status (Any).]]>
- status
- false
- true
- java.lang.Integer
-
-
-
- statusMessage
- false
- true
- java.lang.String
-
-
-
- version
- false
- true
- java.lang.String
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld
deleted file mode 100644
index 7c046647..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld
+++ /dev/null
@@ -1,538 +0,0 @@
-
-
-
-
- 1.0
- 1.1
- liferay-portlet
- http://liferay.com/tld/portlet
-
-
-
-
- actionURL
- com.liferay.taglib.portlet.ActionURLTag
- com.liferay.taglib.portlet.ActionURLTei
- JSP
-
- allowEmptyParam
- false
- true
-
-
- anchor
- false
- true
-
-
- copyCurrentRenderParameters
- false
- true
-
-
- doAsGroupId
- false
- true
-
-
- doAsUserId
- false
- true
-
-
- encrypt
- false
- true
-
-
- escapeXml
- false
- true
-
-
- name
- false
- true
-
-
- plid
- false
- true
-
-
- portletConfiguration
- false
- true
-
-
- portletMode
- false
- true
-
-
- portletName
- false
- true
-
-
- refererGroupId
- false
- true
-
-
- refererPlid
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
- varImpl
- false
- true
-
-
- windowState
- false
- true
-
-
-
- icon-back
- com.liferay.taglib.portletext.IconBackTag
- JSP
-
-
- icon-close
- com.liferay.taglib.portletext.IconCloseTag
- JSP
-
-
- icon-configuration
- com.liferay.taglib.portletext.IconConfigurationTag
- JSP
-
-
- icon-edit
- com.liferay.taglib.portletext.IconEditTag
- JSP
-
-
- icon-edit-defaults
- com.liferay.taglib.portletext.IconEditDefaultsTag
- JSP
-
-
- icon-edit-guest
- com.liferay.taglib.portletext.IconEditGuestTag
- JSP
-
-
- icon-export-import
- com.liferay.taglib.portletext.IconExportImportTag
- JSP
-
-
- icon-help
- com.liferay.taglib.portletext.IconHelpTag
- JSP
-
-
- icon-maximize
- com.liferay.taglib.portletext.IconMaximizeTag
- JSP
-
-
- icon-minimize
- com.liferay.taglib.portletext.IconMinimizeTag
- JSP
-
-
- icon-options
- com.liferay.taglib.portletext.IconOptionsTag
- JSP
-
-
- icon-portlet
- com.liferay.taglib.portletext.IconPortletTag
- JSP
-
- ariaRole
- false
- true
-
-
- id
- false
- true
-
-
- label
- false
- true
-
-
- portlet
- false
- true
-
-
- url
- false
- true
-
-
-
- icon-portlet-css
- com.liferay.taglib.portletext.IconPortletCssTag
- JSP
-
-
- icon-print
- com.liferay.taglib.portletext.IconPrintTag
- JSP
-
-
- icon-refresh
- com.liferay.taglib.portletext.IconRefreshTag
- JSP
-
-
- param
- com.liferay.taglib.util.ParamTag
- empty
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- preview
- com.liferay.taglib.portletext.PreviewTag
- JSP
-
- portletName
- true
- true
-
-
- queryString
- false
- true
-
-
- showBorders
- false
- true
-
-
- width
- false
- true
-
-
-
-
-
-
- renderURL
- com.liferay.taglib.portlet.RenderURLTag
- com.liferay.taglib.portlet.RenderURLTei
- JSP
-
- allowEmptyParam
- false
- true
-
-
- anchor
- false
- true
-
-
- copyCurrentRenderParameters
- false
- true
-
-
- doAsGroupId
- false
- true
-
-
- doAsUserId
- false
- true
-
-
- encrypt
- false
- true
-
-
- escapeXml
- false
- true
-
-
- plid
- false
- true
-
-
- portletConfiguration
- false
- true
-
-
- portletMode
- false
- true
-
-
- portletName
- false
- true
-
-
- refererGroupId
- false
- true
-
-
- refererPlid
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
- varImpl
- false
- true
-
-
- windowState
- false
- true
-
-
-
- renderURLParams
- com.liferay.taglib.portlet.RenderURLParamsTag
- JSP
-
- varImpl
- true
- true
-
-
-
-
-
-
- resourceURL
- com.liferay.taglib.portlet.ResourceURLTag
- com.liferay.taglib.portlet.ResourceURLTei
- JSP
-
- anchor
- false
- true
-
-
- copyCurrentRenderParameters
- false
- true
-
-
- doAsGroupId
- false
- true
-
-
- doAsUserId
- false
- true
-
-
- encrypt
- false
- true
-
-
- escapeXml
- false
- true
-
-
- id
- false
- true
-
-
- plid
- false
- true
-
-
- portletConfiguration
- false
- true
-
-
- portletMode
- false
- true
-
-
- portletName
- false
- true
-
-
- refererGroupId
- false
- true
-
-
- refererPlid
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
- varImpl
- false
- true
-
-
- windowState
- false
- true
-
-
-
- runtime
- com.liferay.taglib.portletext.RuntimeTag
- JSP
-
- defaultPreferences
- false
- true
-
-
- portletName
- true
- true
-
-
- queryString
- false
- true
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld
deleted file mode 100644
index a7cd2fdf..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-portlet.tld
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
- 1.0
- 1.1
- portlet
- http://java.sun.com/portlet
-
- actionURL
- com.liferay.taglib.portlet.ActionURLTag
- com.liferay.taglib.portlet.ActionURLTei
- JSP
-
- copyCurrentRenderParameters
- false
- true
-
-
- escapeXml
- false
- true
-
-
- name
- false
- true
-
-
- portletMode
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
- windowState
- false
- true
-
-
-
- defineObjects
- com.liferay.taglib.portlet.DefineObjectsTag
- com.liferay.taglib.portlet.DefineObjectsTei
- empty
-
-
- namespace
- com.liferay.taglib.portlet.NamespaceTag
- empty
-
-
- param
- com.liferay.taglib.util.ParamTag
- empty
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- property
- com.liferay.taglib.util.PropertyTag
- empty
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- renderURL
- com.liferay.taglib.portlet.RenderURLTag
- com.liferay.taglib.portlet.RenderURLTei
- JSP
-
- copyCurrentRenderParameters
- false
- true
-
-
- escapeXml
- false
- true
-
-
- portletMode
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
- windowState
- false
- true
-
-
-
- resourceURL
- com.liferay.taglib.portlet.ResourceURLTag
- com.liferay.taglib.portlet.ResourceURLTei
- JSP
-
- cacheability
- false
- true
-
-
- escapeXml
- false
- true
-
-
- id
- false
- true
-
-
- secure
- false
- true
-
-
- var
- false
- true
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld
deleted file mode 100644
index f8e6f6dd..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-security.tld
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
- 1.0
- 1.1
- liferay-security
- http://liferay.com/tld/security
-
- doAsURL
- com.liferay.taglib.security.DoAsURLTag
- com.liferay.taglib.security.DoAsURLTei
- JSP
-
- doAsUserId
- false
- true
-
-
- var
- false
- true
-
-
-
- encrypt
- com.liferay.taglib.security.EncryptTag
- JSP
-
- className
- false
- true
-
-
- protocol
- true
- true
-
-
- style
- false
- true
-
-
- target
- false
- true
-
-
- unencryptedParams
- false
- true
-
-
- url
- true
- true
-
-
-
- permissionsURL
- com.liferay.taglib.security.PermissionsURLTag
- com.liferay.taglib.security.PermissionsURLTei
- JSP
-
- modelResource
- true
- true
-
-
- modelResourceDescription
- true
- true
-
-
- redirect
- false
- true
-
-
- resourceGroupId
- false
- true
-
-
- resourcePrimKey
- true
- true
-
-
- roleTypes
- false
- true
-
-
- var
- false
- true
-
-
- windowState
- false
- true
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld
deleted file mode 100644
index 90ac81db..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-theme.tld
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- 1.0
- 1.1
- theme
- http://liferay.com/tld/theme
-
- defineObjects
- com.liferay.taglib.theme.DefineObjectsTag
- com.liferay.taglib.theme.DefineObjectsTei
- empty
-
-
- include
- com.liferay.taglib.theme.IncludeTag
- JSP
-
- page
- true
- true
-
-
-
- layout-icon
- com.liferay.taglib.theme.LayoutIconTag
- JSP
-
- layout
- true
- true
-
-
-
- meta-tags
- com.liferay.taglib.theme.MetaTagsTag
- JSP
-
-
- param
- com.liferay.taglib.util.ParamTag
- JSP
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- wrap-portlet
- com.liferay.taglib.theme.WrapPortletTag
- JSP
-
- page
- true
- true
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld
deleted file mode 100644
index a9a746a8..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-ui.tld
+++ /dev/null
@@ -1,4691 +0,0 @@
-
-
-
- Provides the Liferay UI component tags, prefixed with liferay-ui:]]>.
- 1.0
- liferay-ui
- http://liferay.com/tld/ui
-
- app-view-display-style
- com.liferay.taglib.ui.AppViewDisplayStyleTag
- empty
-
- displayStyle
- true
- true
-
-
- displayStyles
- true
- true
-
-
- requestParams
- true
- true
-
-
-
- Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems.
- app-view-entry
- com.liferay.taglib.ui.AppViewEntryTag
- empty
-
- The path to an action JSP page.
- actionJsp
- false
- true
-
-
- The Java class name for any categories added to the entry.
- assetCategoryClassName
- false
- true
-
-
- The Java class primary key for any categories added to the entry. This is a Java long]]>.
- assetCategoryClassPK
- false
- true
-
-
- The Java class name for any tags added to the entry.
- assetTagClassName
- false
- true
-
-
- The Java class primary key for any tags added to the entry. This is a Java long]]>.
- assetTagClassPK
- false
- true
-
-
- The name of the entry's author.
- author
- false
- true
-
-
- The date the entry was created.
- createDate
- false
- true
-
-
- A CSS class for styling this component.
- cssClass
- false
- true
-
-
- Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>.
- data
- false
- true
- java.util.Map
-
-
- A description of the entry.
- description
- false
- true
-
-
- A date to display the entry.
- displayDate
- false
- true
-
-
- A display style for the component. Options are list]]>, icon]]>, and descriptive]]>.
- displayStyle
- true
- true
-
-
- A date for the entry to expire and be automatically deleted.
- expirationDate
- false
- true
-
-
- Whether the entry is a folder. The default is false]]>.
- folder
- false
- true
- boolean
-
-
- The group ID of the entry. This is a Java long]]>.
- groupId
- false
- true
-
-
- The version number of the most recently published copy of the entry.
- latestApprovedVersion
- false
- true
-
-
- The author of the most recently published version of the entry.
- latestApprovedVersionAuthor
- false
- true
-
-
- Whether the entry is locked. The default value is false]]>.
- locked
- false
- true
- boolean
-
-
- The date of the most recent modification to the entry.
- modifiedDate
- false
- true
-
-
- The date the entry was reviewed.
- reviewDate
- false
- true
-
-
- A checkbox input ID to be used for the entry row checker.
- rowCheckerId
- false
- true
-
-
- A name for the entry row checker.
- rowCheckerName
- false
- true
-
-
- Whether to show a shortcut icon link to the entry. The default value is false]]>.
- shortcut
- false
- true
- boolean
-
-
- Whether the entry is selectable. An actual checkbox is used when the display style is icon]]> or descriptive]]>. The default value is false]]>.
- showCheckbox
- true
- true
- boolean
-
-
- Whether to show the link title. The default value is true]]>.
- showLinkTitle
- false
- true
- boolean
-
-
- The current status of the entry, as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>. The default value is -1]]>.
- status
- false
- true
- int
-
-
- A CSS style to be applied to the div containing the thumbnail for the entry.
- thumbnailDivStyle
- false
- true
-
-
- The source URL for an entry thumbnail image.
- thumbnailSrc
- true
- true
-
-
- A CSS style to be applied to the thumbnail for the entry.
- thumbnailStyle
- false
- true
-
-
- A title for the entry.
- title
- true
- true
-
-
- The current version of the entry.
- version
- false
- true
-
-
- A URL to view the full entry.
- url
- false
- true
-
-
-
- Creates a navigation list item component for navigating app view entries.
- app-view-navigation-entry
- com.liferay.taglib.ui.AppViewNavigationEntryTag
- empty
-
- The path for an action JSP page.
- actionJsp
- false
- true
-
-
- A CSS class for styling this component.
- cssClass
- false
- true
-
-
- Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>.
- dataView
- false
- true
- java.util.Map
-
-
- A title for the component.
- entryTitle
- true
- true
-
-
- A CSS class for setting the icon of the component.
- iconImage
- false
- true
-
-
- iconSrc
- false
- true
-
-
- Whether the entry is selected.
- selected
- false
- true
- boolean
-
-
- A URL to view the entry.
- viewURL
- true
- true
-
-
-
- Creates a toolbar for viewing items in app view.
- app-view-toolbar
- com.liferay.taglib.ui.AppViewToolbarTag
- JSP
-
- Whether to include the option to choose a display style for component items. If the value is true]]>, a list of display style options is rendered. The default value is false]]>.
- includeDisplayStyle
- false
- true
- boolean
-
-
- Whether to include an option to select all component items. The default value is false]]>.
- includeSelectAll
- false
- true
- boolean
-
-
- The file path for a search JSP page.
- searchJsp
- false
- true
-
-
-
- Creates a component for displaying search results of entries in app view.
- app-view-search-entry
- com.liferay.taglib.ui.AppViewSearchEntryTag
- empty
-
- The file path for an action JSP page.
- actionJsp
- false
- true
-
-
- containerIcon
- false
- true
-
-
- The name of the container that the entry is in, such as the name of a folder.
- containerName
- false
- true
-
-
- containerSrc
- false
- true
-
-
- The type of container the entry is in, such as Folder]]>.
- containerType
- false
- true
-
-
- A CSS class for styling this component.
- cssClass
- false
- true
-
-
- A description of the entry.
- description
- true
- true
-
-
- A list of objects containing information such as content, user ID, and titles of the entry file attachments.
- fileEntryTuples
- false
- true
-
-
- Whether the entry is locked. The default value is false]]>.
- locked
- false
- true
- boolean
-
-
- A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post.
- mbMessages
- false
- true
-
-
- Query terms of the search.
- queryTerms
- true
- true
-
-
- A checkbox input ID to be used for the entry row checker. This is a Java long]]>.
- rowCheckerId
- false
- true
-
-
- A name to be used for the entry row checker.
- rowCheckerName
- false
- true
-
-
- Whether the entry is selectable via a checkbox. The default value is true]]>.
- showCheckbox
- false
- true
- boolean
-
-
- The current status of the entry as represented by an integer. Options are -1: STATUS_ANY]]>, 0: STATUS_APPROVED]]>, 1: ACTION_PUBLISH]]>, 2: STATUS_DRAFT]]>, and 4: STATUS_DENIED]]>.
- status
- false
- true
-
-
- The URL for an entry thumbnail image.
- thumbnailSrc
- false
- true
-
-
- A title for the entry.
- title
- true
- true
-
-
- A URL used to view the full entry.
- url
- true
- true
-
-
- The current and past versions of the entry.
- versions
- false
- true
-
-
-
- asset-categories-error
- com.liferay.taglib.ui.AssetCategoriesErrorTag
- JSP
-
-
- asset-categories-navigation
- com.liferay.taglib.ui.AssetCategoriesNavigationTag
- JSP
-
- hidePortletWhenEmpty
- false
- true
-
-
- vocabularyIds
- false
- true
-
-
-
- asset-categories-selector
- com.liferay.taglib.ui.AssetCategoriesSelectorTag
- JSP
-
- className
- false
- true
-
-
- classPK
- false
- true
-
-
- contentCallback
- false
- true
-
-
- curCategoryIds
- false
- true
-
-
- groupIds
- false
- true
-
-
- hiddenInput
- false
- true
-
-
- ignoreRequestValue
- false
- true
-
-
-
- asset-categories-summary
- com.liferay.taglib.ui.AssetCategoriesSummaryTag
- JSP
-
- className
- true
- true
-
-
- classPK
- true
- true
-
-
- message
- false
- true
-
-
- portletURL
- false
- true
-
-
-
- asset-links
- com.liferay.taglib.ui.AssetLinksTag
- JSP
-
- assetEntryId
- false
- true
-
-
- className
- false
- true
-
-
- classPK
- false
- true
-
-
-
- Creates a liferay-ui:error]]> component to display tag-related error messages.
- asset-tags-error
- com.liferay.taglib.ui.AssetTagsErrorTag
- JSP
-
-
- asset-tags-navigation
- com.liferay.taglib.ui.AssetTagsNavigationTag
- JSP
-
- classNameId
- false
- true
-
-
- displayStyle
- false
- true
-
-
- hidePortletWhenEmpty
- false
- true
-
-
- maxAssetTags
- false
- true
-
-
- showAssetCount
- false
- true
-
-
- showZeroAssetCount
- false
- true
-
-
-
- Creates a Liferay.AssetTagsSelector]]> component to create and select tags to add to an asset, such as a blog entry, bookmark, or wiki page.
- asset-tags-selector
- com.liferay.taglib.ui.AssetTagsSelectorTag
- JSP
-
- Whether to automatically focus the tag input field. The default value is false]]>.
- autoFocus
- false
- true
- boolean
-
-
- The Java class of the asset.
- className
- false
- true
-
-
- The Java class primary key of an asset to associate with the tags. This is a Java long]]>.
- classPK
- false
- true
-
-
- A function to get tag suggestions based on the asset's content.
- contentCallback
- false
- true
-
-
- The current selected tags.
- curTags
- false
- true
-
-
- The group IDs of the asset tags.
- groupIds
- false
- true
-
-
- The name of the hidden input for passing in the asset's current tags.
- hiddenInput
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- ignoreRequestValue
- false
- true
-
-
-
- Creates a component to display all the tags associated with an asset, such as a blog entry, wiki page, or message boards message.
- asset-tags-summary
- com.liferay.taglib.ui.AssetTagsSummaryTag
- JSP
-
- An array of the asset tag names.
- assetTagNames
- false
- true
-
-
- The Java class of the asset.
- className
- true
- true
-
-
- The Java class primary key of an asset. This is a Java long]]>.
- classPK
- true
- true
-
-
- A message to display before the tag labels. A standard example is tags]]>, which renders as Tags:]]>.
- message
- false
- true
-
-
- The URL of a portlet to display the tags.
- portletURL
- false
- true
-
-
-
- breadcrumb
- com.liferay.taglib.ui.BreadcrumbTag
- JSP
-
- displayStyle
- false
- true
-
-
- portletURL
- false
- true
-
-
- selLayout
- false
- true
-
-
- selLayoutParam
- false
- true
-
-
- showCurrentGroup
- false
- true
-
-
- showCurrentPortlet
- false
- true
-
-
- showGuestGroup
- false
- true
-
-
- showLayout
- false
- true
-
-
- showParentGroups
- false
- true
-
-
- showPortletBreadcrumb
- false
- true
-
-
-
- Creates a calendar with configurable events.
- calendar
- com.liferay.taglib.ui.CalendarTag
- JSP
-
- A given set of integers, corresponding to a day of the chosen month, and to mark with a dot.
- data
- false
- true
- java.util.Set
-
-
- A day of the month to highlight in the calendar.
- day
- false
- true
- int
-
-
- A format for the header.
- headerFormat
- false
- true
- java.text.Format
-
-
- A pattern for the calendar header. A possible value is MMM/dd/yyyy]]>.
- headerPattern
- false
- true
-
-
- A month of the year to display at the top of the calendar.
- month
- true
- true
- int
-
-
- Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false]]>.
- showAllPotentialWeeks
- false
- true
- boolean
-
-
- A year to display at the top of the calendar.
- year
- true
- true
- int
-
-
-
- Creates an image CAPTCHA with a corresponding verification input.
- captcha
- com.liferay.taglib.ui.CaptchaTag
- JSP
-
- The source URL for the image CAPTCHA.
- url
- true
- true
-
-
-
- categorization-filter
- com.liferay.taglib.ui.CategorizationFilterTag
- JSP
-
- assetType
- false
- true
-
-
- portletURL
- false
- true
-
-
-
- custom-attribute
- com.liferay.taglib.ui.CustomAttributeTag
- JSP
-
- className
- true
- true
-
-
- classPK
- true
- true
-
-
- editable
- false
- true
-
-
- label
- false
- true
-
-
- name
- true
- true
-
-
-
- custom-attribute-list
- com.liferay.taglib.ui.CustomAttributeListTag
- JSP
-
- className
- true
- true
-
-
- classPK
- true
- true
-
-
- editable
- false
- true
-
-
- ignoreAttributeNames
- false
- true
-
-
- label
- false
- true
-
-
-
- custom-attributes-available
- com.liferay.taglib.ui.CustomAttributesAvailableTag
- JSP
-
- className
- true
- true
-
-
- classPK
- false
- true
-
-
- companyId
- false
- true
-
-
- ignoreAttributeNames
- false
- true
-
-
- editable
- false
- true
-
-
-
- ddm-template-selector
- com.liferay.taglib.ui.DDMTemplateSelectorTag
- JSP
-
- classNameId
- true
- true
-
-
- displayStyle
- true
- true
-
-
- displayStyleGroupId
- true
- true
-
-
- displayStyles
- false
- true
-
-
- icon
- false
- true
-
-
- label
- false
- true
-
-
- refreshURL
- false
- true
-
-
- showEmptyOption
- false
- true
-
-
-
- diff
- com.liferay.taglib.ui.DiffTag
- JSP
-
- diffResults
- true
- true
-
-
- sourceName
- true
- true
-
-
- targetName
- true
- true
-
-
-
- diff-html
- com.liferay.taglib.ui.DiffHtmlTag
- JSP
-
- diffHtmlResults
- true
- true
-
-
-
- discussion
- com.liferay.taglib.ui.DiscussionTag
- JSP
-
- assetEntryVisible
- false
- true
-
-
- className
- true
- true
-
-
- classPK
- true
- true
-
-
- formAction
- true
- true
-
-
- formName
- false
- true
-
-
- hideControls
- false
- true
-
-
- permissionClassName
- false
- true
-
-
- permissionClassPK
- false
- true
-
-
- ratingsEnabled
- false
- true
-
-
- redirect
- false
- true
-
-
- Deprecated as of 6.2.0, with no direct replacement
- subject
- false
- true
-
-
- userId
- true
- true
-
-
-
- Creates an error message to display to the user.
- error
- com.liferay.taglib.ui.ErrorTag
- com.liferay.taglib.ui.ErrorTei
- JSP
-
- A class for the exception.
- exception
- false
- true
-
-
- The name of a field on which to focus the error message.
- focusField
- false
- true
-
-
- A key to place in the SessionErrors]]> object to trigger the error message.
- key
- false
- true
-
-
- Explicit message text or a language key name from which to derive text for the message.
- message
- false
- true
-
-
- rowBreak
- false
- true
-
-
- Whether to translate the message into the user's language. The default value is true]]>.
- translateMessage
- false
- true
- boolean
-
-
-
- error-marker
- com.liferay.taglib.ui.ErrorMarkerTag
- JSP
-
- key
- false
- true
-
-
- value
- false
- true
-
-
-
- Creates a flag icon that lets users report inappropriate content.
- flags
- com.liferay.taglib.ui.FlagsTag
- JSP
-
- The flagged asset's Java class name.
- className
- true
- true
-
-
- The flagged asset's entry ID.
- classPK
- true
- true
-
-
- The flagged asset's title.
- contentTitle
- true
- true
-
-
- Whether to show message text as a label next to the flag icon or as a tooltip. The default value is true]]>.
- label
- false
- true
- boolean
-
-
- Text to display next to the flag icon. The default text is Flag]]>.
- message
- false
- true
-
-
- The user ID of the user who flagged the asset.
- reportedUserId
- true
- true
-
-
-
- flash
- com.liferay.taglib.ui.FlashTag
- JSP
-
- align
- false
- true
-
-
- allowFullScreen
- false
- true
-
-
- allowScriptAccess
- false
- true
-
-
- base
- false
- true
-
-
- bgcolor
- false
- true
-
-
- devicefont
- false
- true
-
-
- flashvars
- false
- true
-
-
- height
- false
- true
-
-
- id
- false
- true
-
-
- loop
- false
- true
-
-
- menu
- false
- true
-
-
- movie
- true
- true
-
-
- play
- false
- true
-
-
- quality
- false
- true
-
-
- salign
- false
- true
-
-
- scale
- false
- true
-
-
- swliveconnect
- false
- true
-
-
- version
- false
- true
-
-
- width
- false
- true
-
-
- wmode
- false
- true
-
-
-
- Creates a navigable form for multiple section forms. It's default navigation is a side navigation box with links to each section. But the navigation can be configured as a progressive step navigation positioned above the form or as vertically stacked accordion style sections that expand when clicked.
- form-navigator
- com.liferay.taglib.ui.FormNavigatorTag
- JSP
-
- A URL for the form's cancel button.
- backURL
- false
- true
-
-
- The name of each category in the form.
- categoryNames
- true
- true
-
-
- The name of each section within a category.
- categorySections
- true
- true
-
-
- A type of navigation to be used. Options are steps]]> and panel]]>. The default display style is side navigation.
- displayStyle
- false
- true
-
-
- A name for the form.
- formName
- false
- true
-
-
- HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form.
- htmlBottom
- false
- true
-
-
- HTML to prepend to the navigator.
- htmlTop
- false
- true
-
-
- A path to the formSection.jsp]]> file's folder /path/to/jsp/folder/]]>.
- jspPath
- false
- true
-
-
- Whether to show the Submit]]> and Cancel]]> buttons. The default value is true]]>.
- showButtons
- false
- true
- boolean
-
-
-
- group-search
- com.liferay.taglib.ui.GroupSearchTag
- JSP
-
- groupParams
- true
- true
-
-
- portletURL
- true
- true
-
-
- rowChecker
- false
- true
-
-
-
- Creates a header that displays its text above a horizontal rule accompanied by a configurable back URL button.
- header
- com.liferay.taglib.ui.HeaderTag
- JSP
-
- Text to display on mouse over of the back URL. The default value is Back]]>.
- backLabel
- false
- true
-
-
- A URL for navigating back to.
- backURL
- false
- true
-
-
- A CSS class for styling the header component.
- cssClass
- false
- true
-
-
- Whether to escape the header's XML tags. The default value is true]]>.
- escapeXml
- false
- true
- boolean
-
-
- Whether to translate the header's title]]> into the localized language. The default value is true]]>.
- localizeTitle
- false
- true
- boolean
-
-
- Whether to display the back URL. The default value is true]]>.
- showBackURL
- false
- true
- boolean
-
-
- A title to display as the header text.
- title
- true
- true
-
-
-
- Creates a fully configurable icon that provides access to current Liferay theme icons.
- icon
- com.liferay.taglib.ui.IconTag
- JSP
-
- A value for the alt]]> attribute of the embedded img]]> tag.
- alt
- false
- true
-
-
- A role for assistive technologies to interpret for HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph.
- ariaRole
- false
- true
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>]]>.
- data
- false
- true
- java.util.Map
-
-
- An icon from a Bootstrap icon CSS Class. Note that any image for the image]]> attribute takes precedence. Icon CSS classes to specify for this attribute can be found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>.
- iconCssClass
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. This image takes precedence over any icon value set via the iconCssClass]]> attribute.
- image
- false
- true
-
-
- An icon to display on mouse over of the component. The icon image comes from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder.
- imageHover
- false
- true
-
-
- Whether to display the message]]> attribute's value as the icon's label.
- label
- false
- true
- boolean
-
-
- A language to associate with the icon, to assist search engines and web browsers in finding and rendering the icon appropriately.
- lang
- false
- true
-
-
- A CSS class for styling the icon's URL.
- linkCssClass
- false
- true
-
-
- Whether to translate the icon's message]]> into the user's language.
- localizeMessage
- false
- true
- boolean
-
-
- Text to be displayed for the icon on mouse over.
- message
- false
- true
-
-
- An HTTP request method. Possible values are get]]> and post]]>.
- method
- false
- true
-
-
- A function to be called on a user clicking the icon.
- onClick
- false
- true
-
-
- The location of an image file to use in the icon.
- src
- false
- true
-
-
- The location of an image file to use on mouse over of the icon. This value takes precedence over the imageHover]]> attribute. This image takes precedence over icons set with the imageHover]]> attribute.
- srcHover
- false
- true
-
-
- A target window in which to open the URL. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name.
- target
- false
- true
-
-
- Whether to use a tooltip. The default value is true]]>.
- toolTip
- false
- true
- boolean
-
-
- A URL to navigate to when the icon is clicked.
- url
- false
- true
-
-
- Whether to open the URL in a dialog window. The default value is false]]>.
- useDialog
- false
- true
- boolean
-
-
-
- Creates an icon to associate with deactivating an item.
- icon-deactivate
- com.liferay.taglib.ui.IconDeactivateTag
- JSP
-
- Whether to display a message on the icon's label on mouse over of the icon. The default value is false]]>.
- label
- false
- true
- boolean
-
-
- A URL navigated to when the icon is clicked.
- url
- true
- true
-
-
-
- Creates a configurable icon to associate with deleting or removing an item.
- icon-delete
- com.liferay.taglib.ui.IconDeleteTag
- JSP
-
- Text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this]]>. If the trash]]> attribute is set to true]]>, no confirmation message is shown.
- confirmation
- false
- true
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common]]> image folder. The image takes precedence over any default icon images.
- image
- false
- true
-
-
- Whether to display the message]]> attribute's value as the icon's label. The default value is false]]>.
- label
- false
- true
- boolean
-
-
- Text to display on mouse over of the icon.
- message
- false
- true
-
-
- An HTTP request method to invoke. Possible values are get]]> and post]]>.
- method
- false
- true
-
-
- Whether to use the trash icon instead of the remove icon. The default value isfalse]]>.
- trash
- false
- true
- boolean
-
-
- A URL navigated to when the icon is clicked.
- url
- true
- true
-
-
-
- Creates a help icon that displays a custom message as a tooltip on mouse over of the help icon.
- icon-help
- com.liferay.taglib.ui.IconHelpTag
- JSP
-
- Text to be displayed on mouse over of the icon.
- message
- true
- true
-
-
-
- Creates a list of icons from a list of child components.
- icon-list
- com.liferay.taglib.ui.IconListTag
- JSP
-
- Whether to render the icon list when there is only one child component. The default value is false]]>.
- showWhenSingleIcon
- false
- true
- boolean
-
-
-
- Creates an icon menu from a list of child components.
- icon-menu
- com.liferay.taglib.ui.IconMenuTag
- JSP
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is left]]>. Possible values are up]]>, down]]>, left]]> or right]]>.
- direction
- false
- true
-
-
- Whether to disable the icon menu.
- disabled
- false
- true
- boolean
-
-
- Whether to extend the icon menu trigger by wrapping it in a button. The default value is true]]>.
- extended
- false
- true
- boolean
-
-
- The location of an image file to use in the icon.
- icon
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- Whether to translate the message to the user's language. The default value is true]]>.
- localizeMessage
- false
- true
- boolean
-
-
- The number of items to show in the icon menu before scrolling. The default value is 15.
- maxDisplayItems
- false
- true
- int
-
-
- Text to display next to the icon menu trigger. The default value is actions]]>.
- message
- false
- true
-
-
- Whether to add the select]]> CSS class to the icon menu. If set to true]]>, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is false]]>.
- select
- false
- true
- boolean
-
-
- Whether to extend the icon menu by default. The default value is false]]>.
- showExpanded
- false
- true
- boolean
-
-
- Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is true]]>.
- showArrow
- false
- true
- boolean
-
-
- Whether to show the icon menu when there is only one icon. The default value is false]]>.
- showWhenSingleIcon
- false
- true
- boolean
-
-
- A CSS class for styling the trigger for the icon menu. The default value is btn btn-default]]>.
- triggerCssClass
- false
- true
-
-
- Whether the icon menu drop-down caret points to the direction set by the direction]]> attribute.
- useIconCaret
- false
- true
- boolean
-
-
-
- input-asset-links
- com.liferay.taglib.ui.InputAssetLinksTag
- JSP
-
- assetEntryId
- false
- true
-
-
- className
- false
- true
-
-
- classPK
- false
- true
-
-
-
- Creates a configurable input checkbox.
- input-checkbox
- com.liferay.taglib.ui.InputCheckBoxTag
- JSP
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Whether the checkbox is selected by default.
- defaultValue
- false
- true
- boolean
-
-
- Whether the checkbox is disabled.
- disabled
- false
- true
- boolean
-
-
- A name for the checkbox's form.
- formName
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- A function to be called on a user clicking the checkbox.
- onClick
- false
- true
-
-
- A variable name for the component.
- param
- true
- true
-
-
-
- Creates a date input field that displays a calendar for date selection.
- input-date
- com.liferay.taglib.ui.InputDateTag
- JSP
-
- Whether the date field gets focus by default. The default value is false]]>.
- autoFocus
- false
- true
- boolean
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- A variable name to refer to the day of the component.
- dayParam
- false
- true
-
-
- A day value to display in the input field.
- dayValue
- false
- true
- int
-
-
- Whether to disable the namespace for the component. The default value is false]]>.
- disableNamespace
- false
- true
- boolean
-
-
- Whether to disable the input field. The default value is false]]>.
- disabled
- false
- true
- boolean
-
-
- A day to set as the first day of the week. The default value is Calendar.SUNDAY - 2]]>.
- firstDayOfWeek
- false
- true
- int
-
-
- A name for the date input's form.
- formName
- false
- true
-
-
- A variable name to refer to the combined month and year of the component.
- monthAndYearParam
- false
- true
-
-
- A variable name to refer to the month of the component.
- monthParam
- false
- true
-
-
- The numerical value for a month to display in the input field. Integer values for the month start with 0]]>.
- monthValue
- false
- true
- int
-
-
- A name for the date input.
- name
- false
- true
-
-
- Whether the component's values can be set to null.
- nullable
- false
- true
-
-
- A variable name to refer to the year of the component.
- yearParam
- false
- true
-
-
- A year value to display in the input field.
- yearValue
- false
- true
- int
-
-
-
- Creates an input field for editing rich text.
- input-editor
- com.liferay.taglib.ui.InputEditorTag
- JSP
-
- A map of configuration parameters. The map holds key value pairs of type <String, String>]]>.
- configParams
- false
- true
- java.util.Map
-
-
- The ID of a language for the input editor's text.
- contentsLanguageId
- false
- true
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- editorImpl
- false
- true
-
-
- inlineEdit
- false
- true
-
-
- inlineEditSaveURL
- false
- true
-
-
- A map of configuration parameters. The map holds key value pairs of <String, String>]]>.
- fileBrowserParams
- false
- true
- java.util.Map
-
-
- height
- false
- true
-
-
- initMethod
- false
- true
-
-
- A name for the input editor. The default value is editor]]>.
- name
- false
- true
-
-
- A function to be called when the input editor loses focus.
- onBlurMethod
- false
- true
-
-
- A function to be called on a change in the input editor.
- onChangeMethod
- false
- true
-
-
- A function to be called when the input editor gets focus.
- onFocusMethod
- false
- true
-
-
- Whether the field for the input editor is resizable. The default value is true]]>.
- resizable
- false
- true
- boolean
-
-
- Whether to skip loading resources necessary for the CKEditor. The default value is false]]>.
- skipEditorLoading
- false
- true
- boolean
-
-
- A toolbar for the input editor. The default value is liferay]]>. Possible values are bbcode]]>, creole]]>, editInPlace]]>, email]]>, liferay]]>, liferayArticle]]>, phone]]>, simple]]>, and tablet]]>.
- toolbarSet
- false
- true
-
-
- width
- false
- true
-
-
-
- input-field
- com.liferay.taglib.ui.InputFieldTag
- JSP
-
- autoFocus
- false
- true
-
-
- autoSize
- false
- true
-
-
- bean
- false
- true
-
-
- cssClass
- false
- true
-
-
- dateTogglerCheckboxLabel
- false
- true
-
-
- defaultLanguageId
- false
- true
-
-
- defaultValue
- false
- true
-
-
- disabled
- false
- true
-
-
- field
- true
- true
-
-
- fieldParam
- false
- true
-
-
- formName
- false
- true
-
-
- format
- false
- true
-
-
- id
- false
- true
-
-
- ignoreRequestValue
- false
- true
-
-
- languageId
- false
- true
-
-
- model
- true
- true
-
-
- placeholder
- false
- true
-
-
-
- input-localized
- com.liferay.taglib.ui.InputLocalizedTag
- JSP
-
- autoFocus
- false
- true
-
-
- autoSize
- false
- true
-
-
- availableLocales
- false
- true
-
-
- cssClass
- false
- true
-
-
- defaultLanguageId
- false
- true
-
-
- disabled
- false
- true
-
-
- displayWidth
- false
- true
-
-
- formName
- false
- true
-
-
- id
- false
- true
-
-
- ignoreRequestValue
- false
- true
-
-
- languageId
- false
- true
-
-
- maxLength
- false
- true
-
-
- name
- true
- true
-
-
- type
- false
- true
-
-
- xml
- true
- true
-
- true
-
-
- Creates an input move boxes component comprised of two columns of key value pairs that can be rearranged.
- input-move-boxes
- com.liferay.taglib.ui.InputMoveBoxesTag
- JSP
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- A name for the left box.
- leftBoxName
- true
- true
-
-
- A list of key value pairs for the left box.
- leftList
- true
- true
- java.util.List
-
-
- A function to be called on a change in selection in the left list.
- leftOnChange
- false
- true
-
-
- Whether the left list can be reordered. The default value is false]]>.
- leftReorder
- false
- true
- boolean
-
-
- A title to display at the top of the right box.
- leftTitle
- true
- true
-
-
- A name for the right box.
- rightBoxName
- true
- true
-
-
- A list of key value pairs for the right box.
- rightList
- true
- true
- java.util.List
-
-
- A function to be called on a change in selection in the right list.
- rightOnChange
- false
- true
-
-
- Whether the right list can be reordered. The default value is false]]>.
- rightReorder
- false
- true
- boolean
-
-
- A title to display at the top of the right box.
- rightTitle
- true
- true
-
-
-
- input-permissions
- com.liferay.taglib.ui.InputPermissionsTag
- JSP
-
- formName
- false
- true
-
-
- modelName
- false
- true
-
-
-
- input-permissions-params
- com.liferay.taglib.ui.InputPermissionsParamsTag
- JSP
-
- modelName
- true
- true
-
-
-
- input-repeat
- com.liferay.taglib.ui.InputRepeatTag
- JSP
-
- cssClass
- false
- true
-
-
- event
- false
- true
-
-
-
- input-resource
- com.liferay.taglib.ui.InputResourceTag
- JSP
-
- cssClass
- false
- true
-
-
- id
- false
- true
-
-
- title
- false
- true
-
-
- url
- true
- true
-
-
-
- input-scheduler
- com.liferay.taglib.ui.InputSchedulerTag
- JSP
-
-
- Creates a configurable search box.
- input-search
- com.liferay.taglib.ui.InputSearchTag
- JSP
-
- Whether the search field gets focus by default. The default value is false]]>.
- autoFocus
- false
- true
- boolean
-
-
- A text value for the search button's label. The default value is Search]]>.
- buttonLabel
- false
- true
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- An ID for the component instance. The default value is displayTerms.KEYWORDS]]>.
- id
- false
- true
-
-
- A name for the search box. The default value is displayTerms.KEYWORDS]]>.
- name
- false
- true
-
-
- Placeholder text for the search field. The default value is the value of the buttonLabel]]> attribute.
- placeholder
- false
- true
-
-
- Whether to show the search button. The default value is true]]>.
- showButton
- false
- true
- boolean
-
-
- A title for the search box.
- title
- false
- true
-
-
- Whether to use a namespace with the search button. The default value is true]]>.
- useNamespace
- false
- true
- boolean
-
-
-
- Creates a select input component with yes or no options.
- input-select
- com.liferay.taglib.ui.InputSelectTag
- JSP
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Whether to select yes]]> as the input's default value.
- defaultValue
- false
- true
- boolean
-
-
- Whether to disable input.
- disabled
- false
- true
- boolean
-
-
- A name for the input select's form.
- formName
- false
- true
-
-
- A variable name for the component.
- param
- true
- true
-
-
-
- Creates a configurable text area input field.
- input-textarea
- com.liferay.taglib.ui.InputTextAreaTag
- JSP
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Text to display in the text area.
- defaultValue
- false
- true
-
-
- Whether to disable input. The default value is false]]>.
- disabled
- false
- true
- boolean
-
-
- A variable name for the component.
- param
- true
- true
-
-
-
- Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the minuteInterval]]> attribute.
- input-time
- com.liferay.taglib.ui.InputTimeTag
- JSP
-
- The name of the AM/PM parameter for the time input. An acceptable value is ampm]]>.
- amPmParam
- true
- true
-
-
- A time to AM or PM. Acceptable values are 0]]> for AM and 1]]> for PM. The default value is 0]]>.
- amPmValue
- false
- true
- int
-
-
- A CSS class for styling the time input.
- cssClass
- false
- true
-
-
- A date parameter for the time input. An acceptable value is date]]>.
- dateParam
- false
- true
-
-
- A date to associate with the time displayed.
- dateValue
- false
- true
- java.util.Date
-
-
- Whether the input field is disabled.
- disabled
- false
- true
- boolean
-
-
- The name of the hour parameter for the component. An acceptable value is hour]]>.
- hourParam
- true
- true
-
-
- An hour value for the time displayed. The default value is 12]]>.
- hourValue
- false
- true
- int
-
-
- A minute interval displayed in the input. The default value is 30]]>.
- minuteInterval
- false
- true
- int
-
-
- The name of the minute parameter for the component. An acceptable value is minute]]>.
- minuteParam
- true
- true
-
-
- A minute value for the time displayed. The default value is 00]]>.
- minuteValue
- false
- true
- int
-
-
- A name for the time input.
- name
- false
- true
-
-
-
- Creates a configurable timezone drop-down menu.
- input-time-zone
- com.liferay.taglib.ui.InputTimeZoneTag
- JSP
-
- Whether the field gets focus by default.
- autoFocus
- false
- true
- boolean
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Whether to consider daylight savings for the times. The default value is true]]>.
- daylight
- false
- true
- boolean
-
-
- Whether the field is disabled.
- disabled
- false
- true
- boolean
-
-
- A style number corresponding to the time zone. A value of 0]]> displays the time zone's abbreviated name and a value of 1]]> displays its full name, e.g. "Pacific Standard Time." The default value is 0]]>.
- displayStyle
- false
- true
- int
-
-
- A name for the component.
- name
- true
- true
-
-
- Whether the times can be null.
- nullable
- false
- true
- boolean
-
-
- The ID of a time zone to associate with the component. For example, setting the value to PST]]> associates the component with the Pacific Standard Time zone.
- value
- false
- true
-
-
-
- journal-article
- com.liferay.taglib.ui.JournalArticleTag
- JSP
-
- articleId
- false
- true
-
-
- articlePage
- false
- true
-
-
- articleResourcePrimKey
- false
- true
-
-
- groupId
- false
- true
-
-
- languageId
- false
- true
-
-
- showAvailableLocales
- false
- true
-
-
- showTitle
- false
- true
-
-
- templateId
- false
- true
-
-
- xmlRequest
- false
- true
-
-
-
- journal-content-search
- com.liferay.taglib.ui.JournalContentSearchTag
- JSP
-
- showListed
- false
- true
-
-
- targetPortletId
- false
- true
-
-
- type
- false
- true
-
-
-
- language
- com.liferay.taglib.ui.LanguageTag
- JSP
-
- displayCurrentLocale
- false
- true
-
-
- displayStyle
- false
- true
-
-
- formAction
- false
- true
-
-
- formName
- false
- true
-
-
- languageId
- false
- true
-
-
- languageIds
- false
- true
-
-
- name
- false
- true
-
-
-
- logo-selector
- com.liferay.taglib.ui.LogoSelectorTag
- JSP
-
- currentLogoURL
- false
- true
-
-
- defaultLogoURL
- false
- true
-
-
- editLogoURL
- false
- true
-
-
- imageId
- false
- true
-
-
- logoDisplaySelector
- false
- true
-
-
- showBackground
- false
- true
-
-
-
- membership-policy-error
- com.liferay.taglib.ui.MembershipPolicyErrorTag
- JSP
-
-
- Creates a message to display to the user.
- message
- com.liferay.taglib.ui.MessageTag
- JSP
-
- Arguments for the language key, if the language key is configured to recieve arguments.
- arguments
- false
- true
-
-
- The name of a language key from which to derive the message to be displayed.
- key
- true
- true
-
-
- Whether to translate the language key value into the user's language. The default value is true]]>.
- localizeKey
- false
- true
- boolean
-
-
- Whether to translate the arguments into the user's language. The default value is true]]>.
- translateArguments
- false
- true
- boolean
-
-
- unicode
- false
- true
- boolean
-
-
-
- my-sites
- com.liferay.taglib.ui.MySitesTag
- JSP
-
- classNames
- false
- true
-
-
- cssClass
- false
- true
-
-
- includeControlPanel
- false
- true
-
-
- max
- false
- true
-
-
-
- navigation
- com.liferay.taglib.ui.NavigationTag
- JSP
-
- bulletStyle
- false
- true
-
-
- displayStyle
- false
- true
-
-
- headerType
- false
- true
-
-
- includedLayouts
- false
- true
-
-
- nestedChildren
- false
- true
-
-
- preview
- false
- true
-
-
- rootLayoutLevel
- false
- true
-
-
- rootLayoutType
- false
- true
-
-
-
- Creates a page iterator for paginating through lists of items.
- page-iterator
- com.liferay.taglib.ui.PageIteratorTag
- JSP
-
- Which page of items to display (e.g., first, second, third, etc.).
- cur
- true
- true
- int
-
-
- A variable name to refer to the cur]]> value of the component.
- curParam
- true
- true
-
-
- The number of items to display per page.
- delta
- false
- true
- int
-
-
- Whether the user can choose the number of items displayed per page. The default value is false]]>.
- deltaConfigurable
- false
- true
- boolean
-
-
- A variable name to refer to the delta value of the component.
- deltaParam
- false
- true
-
-
- A name for the form.
- formName
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- JavaScript to be called when the first]]>, previous]]>, next]]>, or last]]> links are clicked if the URL property is not set.
- jsCall
- false
- true
-
-
- A maximum number of pages to iterate through.
- maxPages
- false
- true
- int
-
-
- A target for the first]]>, previous]]>, next]]>, and last]]> link buttons.
- target
- false
- true
-
-
- The total number of items in the iterator.
- total
- true
- true
- int
-
-
- A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>.
- type
- false
- true
-
-
- A base URL for the iterator. Parameters are added to and removed from this URL as the user navigates through pages.
- url
- false
- true
-
-
-
- Creates a collapsible panel for housing content.
- panel
- com.liferay.taglib.ui.PanelTag
- JSP
-
- Whether the panel can be collapsed. The default value is true]]>.
- collapsible
- false
- true
- boolean
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- A default state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel. The default value is open]]>.
- defaultState
- false
- true
-
-
- Whether the panel is extended. The default value is false]]>.
- extended
- false
- true
- boolean
-
-
- Text to display as a help tool tip on mouse over of the panel's help icon.
- helpMessage
- false
- true
-
-
- An icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at http://marcoceppi.github.io/bootstrap-glyphicons/]]>.
- iconCssClass
- false
- true
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- The ID of the component that contains the panel. If a liferay-ui:panel-container]]> is used as the container for the panel, its ID is used as the value for the parentID]]>.
- parentId
- false
- true
-
-
- Whether to remember the component's state and persist it to the database. The default value is false]]>.
- persistState
- false
- true
- boolean
-
-
- A state for the component. Possible values are open]]> and any string other than open. Any string other than open]]> collapses the panel.
- state
- false
- true
-
-
- A title to display at the top of the panel.
- title
- true
- true
-
-
-
- Creates a collapsible container to house liferay-ui:panel]]> components.
- panel-container
- com.liferay.taglib.ui.PanelContainerTag
- JSP
-
- Whether only one panel can be shown at a time. As one panel is opened, the others close, creating an accordian effect. The default value is false]]>.
- accordion
- false
- true
- boolean
-
-
- A CSS class for styling the component.
- cssClass
- false
- true
-
-
- Whether to extend the interface with additional styling. The default value is false]]>.
- extended
- false
- true
- boolean
-
-
- An ID for the component instance.
- id
- false
- true
-
-
- Whether to remember the component's state and persist it to the database. The default value is false]]>.
- persistState
- false
- true
- boolean
-
-
-
- param
- com.liferay.taglib.util.ParamTag
- JSP
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- Renders a PNG image with the source given for the image]]> attribute.
- png-image
- com.liferay.taglib.ui.PngImageTag
- JSP
-
- The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value.
- height
- true
- true
- int
-
-
- The location of a PNG image file to use.
- image
- true
- true
-
-
- The height of the image in pixels. A possible value would be 16]]>. px]]> is then appended to the end of the value.
- width
- true
- true
- int
-
-
-
- progress
- com.liferay.taglib.ui.ProgressTag
- JSP
-
- height
- false
- true
-
-
- id
- true
- true
-
-
- message
- false
- true
-
-
- sessionKey
- true
- true
-
-
- updatePeriod
- false
- true
-
-
-
- ratings
- com.liferay.taglib.ui.RatingsTag
- JSP
-
- className
- true
- true
-
-
- classPK
- true
- true
-
-
- numberOfStars
- false
- true
-
-
- ratingsEntry
- false
- true
-
-
- ratingsStats
- false
- true
-
-
- type
- false
- true
-
-
- url
- false
- true
-
-
-
- ratings-score
- com.liferay.taglib.ui.RatingsScoreTag
- JSP
-
- score
- true
- true
-
-
-
- restore-entry
- com.liferay.taglib.ui.RestoreEntryTag
- JSP
-
- duplicateEntryAction
- false
- true
-
-
- overrideMessage
- false
- true
-
-
- renameMessage
- false
- true
-
-
- restoreEntryAction
- false
- true
-
-
-
- Creates a clickable link and/or icon to an RSS feed document.
- rss
- com.liferay.taglib.ui.RSSTag
- JSP
-
- A default maximum number of items to display. The default value is 20]]>.
- delta
- false
- true
- int
-
-
- A default style to display.
- displayStyle
- false
- true
-
-
- A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>.
- feedType
- false
- true
-
-
- A message to display next to the RSS icon.
- message
- false
- true
-
-
- A name for the RSS feed.
- name
- false
- true
-
-
- A URL from which to retrieve feed information.
- resourceURL
- false
- true
-
-
- The URL for an RSS feed file.
- url
- false
- true
-
-
-
- Creates a configuration component for users to define RSS settings, such as how many articles to display.
- rss-settings
- com.liferay.taglib.ui.RSSSettingsTag
- JSP
-
- A default maximum number of items to display. The default value is 20]]>.
- delta
- false
- true
- int
-
-
- A default style to display.
- displayStyle
- false
- true
-
-
- Available RSS display styles from which the user can choose. Options are abstract]]>, full-content]]>, and title]]>.
- displayStyles
- false
- true
-
-
- Whether users are able to subscribe. Default value is false]]>.
- enabled
- false
- true
- boolean
-
-
- A default format for the RSS feed. Options are atom_1.0]]>, rss_1.0]]>, and rss_2.0]]>.
- feedType
- false
- true
-
-
- A name for the component.
- name
- false
- true
-
-
- Whether the RSS feed has a name. The default value is false]]>.
- nameEnabled
- false
- true
- boolean
-
-
-
- Creates a search form, with an additional select input to set the scope of the search.
- search
- com.liferay.taglib.ui.SearchTag
- JSP
-
-
- Creates a grid for displaying a list of objects and their properties.
- search-container
- com.liferay.taglib.ui.SearchContainerTag
- com.liferay.taglib.ui.SearchContainerTei
- JSP
-
- A variable for the search container's pagination. Different pagination variables ensure independent pagination when multiple search containers are on a JSP.
- curParam
- false
- true
-
-
- The number of items to show on each search container page.
- delta
- false
- true
- int
-
-
- The delta]]> attribute as configurable by users.
- deltaConfigurable
- false
- true
-
-
- deltaParam
- false
- true
-
-
- displayTerms
- false
- true
-
-
- A message displayed when the search container is empty.
- emptyResultsMessage
- false
- true
-
-
- headerNames
- false
- true
-
-
- hover
- false
- true
-
-
- id
- false
- true
-
-
- iteratorURL
- false
- true
-
-
- orderByCol
- false
- true
-
-
- orderByColParam
- false
- true
-
-
- orderByComparator
- false
- true
-
-
- An order type for the columns, either ascending or descending. Values are asc]]> or desc]]>.
- orderByType
- false
- true
-
-
- orderByTypeParam
- false
- true
-
-
- Inserts a checkbox column in the search container. Value must be a RowChecker]]> object.
- rowChecker
- false
- true
-
-
- searchContainer
- false
- true
-
-
- searchTerms
- false
- true
-
-
- The total number of objects in the search container.
- total
- false
- true
- int
-
-
- A variable name for the results of the total]]> attribute. The default is total]]>.
- totalVar
- false
- true
-
-
- A variable name for the SearchContainer]]> object. The default is searchContainer]]>.
- var
- false
- true
-
-
-
- search-container-column-button
- com.liferay.taglib.ui.SearchContainerColumnButtonTag
- JSP
-
- align
- false
- true
-
-
- colspan
- false
- true
-
-
- cssClass
- false
- true
-
-
- href
- true
- true
-
-
- index
- false
- true
-
-
- name
- false
- true
-
-
- valign
- false
- true
-
-
-
- Creates a date column in a search container.
- search-container-column-date
- com.liferay.taglib.ui.SearchContainerColumnDateTag
- JSP
-
- A horizontal alignment for the column contents. The default is left]]>.
- align
- false
- true
-
-
- The number of columns to span. The default is 1]]>.
- colspan
- false
- true
- int
-
-
- A CSS class for styling the column.
- cssClass
- false
- true
-
-
- A URL for the items in the column.
- href
- false
- true
-
-
- index
- false
- true
-
-
- A name for the column.
- name
- false
- true
-
-
- Whether to set the column as sortable. The default value is false]]>.
- orderable
- false
- true
- boolean
-
-
- An object's property by which to sort the column.
- orderableProperty
- false
- true
-
-
- A property to request from the row object.
- property
- false
- true
-
-
- A vertical alignment for the column contents. The default is middle]]>.
- valign
- false
- true
-
-
- A value for the column.
- value
- false
- true
-
-
-
- Creates a column in a search container with the contents of a JSP file.
- search-container-column-jsp
- com.liferay.taglib.ui.SearchContainerColumnJSPTag
- JSP
-
- A horizontal alignment for the column contents. The default is left]]>.
- align
- false
- true
-
-
- The number of columns to span. The default is 1]]>.
- colspan
- false
- true
- int
-
-
- A CSS class for styling the column.
- cssClass
- false
- true
-
-
- index
- false
- true
-
-
- name
- false
- true
-
-
- The JSP file's location.
- path
- true
- true
-
-
- valign
- false
- true
-
-
-
- Creates a column in a search container for the workflow status.
- search-container-column-status
- com.liferay.taglib.ui.SearchContainerColumnStatusTag
- JSP
-
- A horizontal alignment for the column contents. The default is left]]>.
- align
- false
- true
-
-
- The number of columns to span. The default is 1]]>.
- colspan
- false
- true
- int
-
-
- A CSS class for styling the column.
- cssClass
- false
- true
-
-
- A URL for the column's contents.
- href
- false
- true
-
-
- index
- false
- true
-
-
- name
- false
- true
-
-
- Whether to set the column as sortable. The default value is false]]>.
- orderable
- false
- true
- boolean
-
-
- An object's property by which to sort the column.
- orderableProperty
- false
- true
-
-
- An object's property to use for the column.
- property
- false
- true
-
-
- A vertical alignment for the column contents. The default is middle]]>.
- valign
- false
- true
-
-
- A workflow status for the item.
- status
- false
- true
-
-
- statusByUserId
- false
- true
-
-
- statusDate
- false
- true
-
-
-
- Creates a text column in a search container.
- search-container-column-text
- com.liferay.taglib.ui.SearchContainerColumnTextTag
- com.liferay.taglib.ui.SearchContainerColumnTextTei
- JSP
-
- A horizontal alignment for the column contents.
- align
- false
- true
-
-
- A string buffer variable for constructing a URL in a scriptlet.
- buffer
- false
- true
-
-
- The number of columns to span. The default is 1]]>.
- colspan
- false
- true
- int
-
-
- A CSS class for styling the column.
- cssClass
- false
- true
-
-
- href
- false
- true
-
-
- index
- false
- true
-
-
- name
- false
- true
-
-
- Whether to set the column as sortable. The default value is false]]>.
- orderable
- false
- true
- boolean
-
-
- An object's property by which to sort the column.
- orderableProperty
- false
- true
-
-
- property
- false
- true
-
-
- target
- false
- true
-
-
- title
- false
- true
-
-
- Whether to automatically translate values. The default value is false]]>.
- translate
- false
- true
- boolean
-
-
- A vertical alignment for the column contents. The default is middle]]>.
- valign
- false
- true
-
-
- value
- false
- true
-
-
-
- The list of objects to display in the search container.
- search-container-results
- com.liferay.taglib.ui.SearchContainerResultsTag
- com.liferay.taglib.ui.SearchContainerResultsTei
- JSP
-
- A list of objects to display in the search container.
- results
- false
- true
-
-
- A variable to use for the results.
- resultsVar
- false
- true
-
-
- Deprecated as of 6.2.0, replaced by liferay-ui:search-container#total
- total
- false
- true
-
-
- Deprecated as of 6.2.0, replaced by liferay-ui:search-container#totalVar
- totalVar
- false
- true
-
-
-
- Creates rows in the search container for each object returned by liferay-ui:search-container-results]]>.
- search-container-row
- com.liferay.taglib.ui.SearchContainerRowTag
- com.liferay.taglib.ui.SearchContainerRowTei
- JSP
-
- bold
- false
- true
-
-
- The class name of the objects to display in rows.
- className
- true
- true
-
-
- The returned model instances as HTML escaped.
- escapedModel
- false
- true
-
-
- A variable name to use for the rows' index.
- indexVar
- false
- true
-
-
- A property to use as the primary key for the object type in the className]]> attribute.
- keyProperty
- false
- true
-
-
- A variable name to use for each object as the search container iterates through the objects returned by liferay-ui:search-container-results]]>.
- modelVar
- false
- true
-
-
- A model property to use as the row ID.
- rowIdProperty
- false
- true
-
-
- A variable name to use for the rows.
- rowVar
- false
- true
-
-
- servletContext
- false
- true
-
-
- stringKey
- false
- true
-
-
-
- Creates parameters for rows in the search container. The liferay-ui:search-container-row]]> tag is required.
- search-container-row-parameter
- com.liferay.taglib.ui.SearchContainerRowParameterTag
- JSP
-
- A name for the row parameter.
- name
- true
- true
-
-
- A value for the row parameter.
- value
- true
- true
-
-
-
- search-form
- com.liferay.taglib.ui.SearchFormTag
- JSP
-
- page
- true
- true
-
-
- searchContainer
- false
- true
-
-
- servletContext
- false
- true
-
-
- showAddButton
- false
- true
-
-
-
- Creates a search results page iterator with an optional paginator.
- search-iterator
- com.liferay.taglib.ui.SearchIteratorTag
- JSP
-
- Whether to add a liferay-ui:search-paginator]]> to the search container. The default value is true]]>.
- paginate
- false
- true
- boolean
-
-
- All configurable properties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively.
- searchContainer
- false
- true
-
-
- A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>.
- type
- false
- true
-
-
-
- Creates a page iterator to paginate through search results
- search-paginator
- com.liferay.taglib.ui.SearchPaginatorTag
- JSP
-
- An ID for the component instance.
- id
- false
- true
-
-
- All configurable porperties of the search container, such as cur]]> and curParam]]>. These properties are set with searchContainer.getCur()]]> and searchContainer.getCurParam()]]> respectively.
- searchContainer
- true
- true
-
-
- A type of iterator to display. Options are approximate]]>, article]]>, more]]>, and regular]]>.
- type
- false
- true
-
-
-
- search-speed
- com.liferay.taglib.ui.SearchSpeedTag
- JSP
-
- hits
- true
- true
-
-
- searchContainer
- true
- true
-
-
-
- Creates a search instance that can be toggled between basic and advanced search.
- search-toggle
- com.liferay.taglib.ui.SearchToggleTag
- JSP
-
- Whether the search input field is automatically focused. The default value is false]]>.
- autoFocus
- false
- true
- boolean
-
-
- A label for the search button such as Search]]> or Go]]>.
- buttonLabel
- false
- true
-
-
- Terms to be used and displayed through the search instance. Term examples include keywords]]>, advancedSearch]]>, and description]]>.
- displayTerms
- true
- true
-
-
- The component instance's ID.
- id
- true
- true
-
-
- width
- false
- true
-
-
-
- section
- com.liferay.taglib.ui.SectionTag
- com.liferay.taglib.ui.SectionTei
- JSP
-
-
- sites-directory
- com.liferay.taglib.ui.SitesDirectoryTag
- JSP
-
- displayStyle
- false
- true
-
-
- sites
- false
- true
-
-
-
- social-activities
- com.liferay.taglib.ui.SocialActivitiesTag
- JSP
-
- activities
- false
- true
-
-
- className
- false
- true
-
-
- classPK
- false
- true
-
-
- displayRSSFeed
- false
- true
-
-
- feedDelta
- false
- true
-
-
- feedDisplayStyle
- false
- true
-
-
- feedEnabled
- false
- true
-
-
- feedLink
- false
- true
-
-
- feedLinkMessage
- false
- true
-
-
- feedTitle
- false
- true
-
-
- feedType
- false
- true
-
-
-
- social-bookmark
- com.liferay.taglib.ui.SocialBookmarkTag
- JSP
-
- contentId
- false
- true
-
-
- target
- false
- true
-
-
- title
- true
- true
-
-
- type
- true
- true
-
-
- url
- true
- true
-
-
-
- social-bookmarks
- com.liferay.taglib.ui.SocialBookmarksTag
- JSP
-
- contentId
- false
- true
-
-
- displayStyle
- false
- true
-
-
- target
- false
- true
-
-
- title
- true
- true
-
-
- types
- false
- true
-
-
- url
- true
- true
-
-
-
- staging
- com.liferay.taglib.ui.StagingTag
- JSP
-
- cssClass
- false
- true
-
-
- extended
- false
- true
-
-
- groupId
- false
- true
-
-
- icon
- false
- true
-
-
- layoutSetBranchId
- false
- true
-
-
- message
- false
- true
-
-
- onlyActions
- false
- true
-
-
- privateLayout
- false
- true
-
-
- selPlid
- false
- true
-
-
- showManageBranches
- false
- true
-
-
-
- Creates a success message to display to the user.
- success
- com.liferay.taglib.ui.SuccessTag
- empty
-
- A key to be placed in the SessionMessages]]> object to trigger the success message.
- key
- true
- true
-
-
- Explicit message text or the name of a language key from which to derive the message text.
- message
- true
- true
-
-
- Whether to translate the success message into the user's language. The default value is true]]>.
- translateMessage
- false
- true
- boolean
-
-
-
- table-iterator
- com.liferay.taglib.ui.TableIteratorTag
- com.liferay.taglib.ui.TableIteratorTei
- JSP
-
- bodyPage
- false
- true
-
-
- list
- true
- true
-
-
- listType
- true
- true
-
-
- rowBreak
- false
- true
-
-
- rowLength
- true
- true
-
-
- rowPadding
- false
- true
-
-
- rowValign
- false
- true
-
-
- width
- false
- true
-
-
-
- Creates a tabbed UI of section dividers that each house their own content.
- tabs
- com.liferay.taglib.ui.TabsTag
- JSP
-
-
- A label for the back URL.
- backLabel
- false
- true
-
-
- A URL for navigating back to.
- backURL
- false
- true
-
-
- A name for the tab's form.
- formName
- false
- true
-
-
- The names of the tabs. Each name must be separated by a comma with no spaces.
- names
- true
- true
-
-
- A function to be called on a user clicking any of the tabs.
- onClick
- false
- true
-
-
- A variable for the component.
- param
- false
- true
-
-
- A URL to refer to the portlet that contains the component.
- portletURL
- false
- true
-
-
- Whether the page refreshes when a tab is clicked.
- refresh
- false
- true
- boolean
-
-
- Tab values that must follow the same order as the names]]> attribute. Each value must be separated by a comma with no spaces.
- tabsValues
- false
- true
-
-
- A design type for the tabs. Possible values are tabs]]> and pills]]>.
- type
- false
- true
-
-
- A URL to which all the tabs are linked when clicked. You can also set each tab's URL individually using url[number]]]> attribute.
- url
- false
- true
-
-
- url0
- false
- true
-
-
- A URL to which the second tab is linked when clicked.
- url1
- false
- true
-
-
- A URL to which the third tab is linked when clicked
- url2
- false
- true
-
-
- A URL to which the fourth tab is linked when clicked
- url3
- false
- true
-
-
- A URL to which the fifth tab is linked when clicked
- url4
- false
- true
-
-
- A URL to which the sixth tab is linked when clicked
- url5
- false
- true
-
-
- A URL to which the seventh tab is linked when clicked
- url6
- false
- true
-
-
- A URL to which the eighth tab is linked when clicked
- url7
- false
- true
-
-
- A URL to which the ninth tab is linked when clicked
- url8
- false
- true
-
-
- A URL to which the tenth tab is linked when clicked
- url9
- false
- true
-
-
- An active tab from the value given in the attribute tabsValues]]>. No matter which tab a user selects, the tab given for this value always remains active.
- value
- false
- true
-
-
-
- Creates a component that toggles the visibility of the content of the component matching the given id]]>. Default icons are used as the component's default mechanism for showing and hiding the content.
- toggle
- com.liferay.taglib.ui.ToggleTag
- JSP
-
- Whether to initially show content by default. The default value is true]]>.
- defaultShowContent
- false
- true
- boolean
-
-
- An icon to use as the mechanism for hiding the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used.
- hideImage
- false
- true
-
-
- Text to display as a link for hiding the content. It overrides the hideImage]]> attribute. Note that the showMessage]]> attribute must also be configured in order for the hide message to render.
- hideMessage
- false
- true
-
-
- The ID of a component instance whose content's visibility to toggle.
- id
- true
- true
-
-
- An icon to use as the mechanism for showing the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used.
- showImage
- false
- true
-
-
- A link to use as the mechanism for showing the content. The text value of this attribute is used as the link's text. The message takes precedence over showing an image, via the showImage]]> attribute. If you specify a showMessage]]> attribute, you should also specify the hideMessage]]> attribute; a null]]> is otherwise displayed for the text of the hide link.
- showMessage
- false
- true
-
-
- Text to be prefixed to the Toggle()]]> function that is called to toggle visibility of the content. If this is not configured, a random key is generated and prefixed to the Toggle()]]> function. For example, a value of run]]> would result in a function named runToggle()]]>.
- stateVar
- false
- true
-
-
-
- toggle-area
- com.liferay.taglib.ui.ToggleAreaTag
- JSP
-
- align
- false
- true
-
-
- defaultShowContent
- false
- true
-
-
- hideImage
- false
- true
-
-
- hideMessage
- false
- true
-
-
- id
- false
- true
-
-
- showImage
- false
- true
-
-
- showMessage
- false
- true
-
-
- stateVar
- false
- true
-
-
-
- toggle-value
- com.liferay.taglib.ui.ToggleValueTag
- JSP
-
- defaultValue
- false
- true
-
-
- id
- true
- true
-
-
-
- Creates a component for users to permanently delete items such as images, articles, etc. from the recycle bin.
- trash-empty
- com.liferay.taglib.ui.TrashEmptyTag
- empty
-
- A message to display to confirm that the user wants to remove the item(s) from the recycle bin.
- confirmMessage
- false
- true
-
-
- A message to be used for the empty-trash]]> button and link.
- emptyMessage
- false
- true
-
-
- A message to display to give users information about removing items from the recycle bin.
- infoMessage
- false
- true
-
-
- A URL for the empty-trash]]> button/link.
- portletURL
- true
- true
-
-
- The number of items to be removed from the recycle bin.
- totalEntries
- true
- true
- int
-
-
-
- Creates a message confirming items were moved to the recycle bin and presenting an option to restore them.
- trash-undo
- com.liferay.taglib.ui.TrashUndoTag
- empty
-
- The URL of the undo link.
- portletURL
- true
- true
-
-
- A redirect URL.
- redirect
- false
- true
-
-
-
- upload-progress
- com.liferay.taglib.ui.UploadProgressTag
- JSP
-
- height
- false
- true
-
-
- id
- true
- true
-
-
- message
- false
- true
-
-
- redirect
- false
- true
-
-
- updatePeriod
- false
- true
-
-
-
- user-display
- com.liferay.taglib.ui.UserDisplayTag
- com.liferay.taglib.ui.UserDisplayTei
- JSP
-
- displayStyle
- false
- true
-
-
- url
- false
- true
-
-
- userId
- true
- true
-
-
- userName
- false
- true
-
-
-
- user-search
- com.liferay.taglib.ui.UserSearchTag
- JSP
-
- portletURL
- true
- true
-
-
- rowChecker
- false
- true
-
-
- userParams
- true
- true
-
-
-
- webdav
- com.liferay.taglib.ui.WebDAVTag
- JSP
-
- path
- true
- true
-
-
-
- write
- com.liferay.taglib.ui.WriteTag
- JSP
-
- bean
- true
- true
-
-
- property
- true
- true
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld
deleted file mode 100644
index 72a4caf0..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/tld/liferay-util.tld
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
- 1.2
- 1.1
- liferay-util
- http://liferay.com/tld/util
-
- body-bottom
- com.liferay.taglib.util.BodyBottomTag
- JSP
-
- outputKey
- false
- true
-
-
-
- body-top
- com.liferay.taglib.util.BodyTopTag
- JSP
-
- outputKey
- false
- true
-
-
-
- buffer
- com.liferay.taglib.util.BufferTag
- com.liferay.taglib.util.BufferTei
- JSP
-
- var
- true
- true
-
-
-
- get-url
- com.liferay.taglib.util.GetUrlTag
- com.liferay.taglib.util.GetUrlTei
- JSP
-
- expires
- false
- true
-
-
- url
- true
- true
-
-
- var
- false
- true
-
-
-
- html-bottom
- com.liferay.taglib.util.HtmlBottomTag
- JSP
-
- outputKey
- false
- true
-
-
- position
- false
- true
-
-
-
- html-top
- com.liferay.taglib.util.HtmlTopTag
- JSP
-
- outputKey
- false
- true
-
-
- position
- false
- true
-
-
-
- include
- com.liferay.taglib.util.IncludeTag
- JSP
-
- page
- true
- true
-
-
- portletId
- false
- true
-
-
- servletContext
- false
- true
-
-
- strict
- false
- true
-
-
- useCustomPage
- false
- true
-
-
-
- param
- com.liferay.taglib.util.ParamTag
- JSP
-
- name
- true
- true
-
-
- value
- true
- true
-
-
-
- whitespace-remover
- com.liferay.taglib.util.WhitespaceRemoverTag
- JSP
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml
deleted file mode 100644
index 1aa8cdb8..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/WEB-INF/web.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/css/main.css b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/css/main.css
deleted file mode 100644
index e69de29b..00000000
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp
deleted file mode 100644
index 037b2dac..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/init.jsp
+++ /dev/null
@@ -1,11 +0,0 @@
-<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
-<%@taglib uri="http://liferay.com/tld/aui" prefix="aui" %>
-<%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %>
-<%@taglib uri="http://liferay.com/tld/security" prefix="liferay-security" %>
-<%@taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %>
-<%@taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %>
-<%@taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %>
-
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp
deleted file mode 100644
index e6a7ab8b..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/rigenera_pagamento.jsp
+++ /dev/null
@@ -1,61 +0,0 @@
-<%@page import="com.liferay.portal.kernel.util.ParamUtil"%>
-<%@include file="init.jsp"%>
-
-<%
-long pagamentoId = ParamUtil.getLong(request, "pagamentoId", 0L);
-String dialogId = "testPopupIdUnique";
-String portletNameApp = "#p_p_id_"+ themeDisplay.getPortletDisplay().getId() +"_";
-%>
-
-
-
-
-
-
-
-
-
-
- Si è sicuri di voler rigenerare il pagamento? Questa azione sarà irreversibile!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Liferay.provide(
- window,
- 'closePopup',
- function() {
-
- Liferay.Util.getOpener().refreshPortlet();
- Liferay.Util.getOpener().closePopup('<%= dialogId %>');
-
- },
- ['aui-base','liferay-util-window']
-);
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp
deleted file mode 100644
index 2a91b172..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/html/testportos/view.jsp
+++ /dev/null
@@ -1,114 +0,0 @@
-<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%>
-<%@include file="init.jsp"%>
-
-
-
-
-
-
-
Form per reindicizzare un fascicolo
-
-
-
-
-
-
-
-
-
-
-
-
Corregge le DettPratica: Va premuto solo una volta!!!!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Liferay.provide(window, 'refreshPortlet', function() {
- var curPortlet = '#p_p_id';
- Liferay.Portlet.refresh(curPortlet);
- },
- ['aui-dialog','aui-dialog-iframe']
- );
-
-
-
- Liferay.provide(window, 'closePopup', function(dialogId) {
- var A = AUI();
- var dialog = Liferay.Util.Window.getById(dialogId);
- dialog.destroy();
- },
- ['liferay-util-window']
- );
-
-
-
-
-
-
-
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png
deleted file mode 100644
index 807b862c..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/icon.png and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/js/main.js b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/docroot/js/main.js
deleted file mode 100644
index e69de29b..00000000
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/ivy.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/ivy.xml
deleted file mode 100644
index 85799d32..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/ivy.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml b/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml
deleted file mode 100644
index 9413609b..00000000
--- a/liferay-plugins-sdk-6.2/portlets/PortoTestPlugin-portlet/test/integration/arquillian.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- 8099
- tomcat
- tomcat
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/axis.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/axis.jar
deleted file mode 100644
index a4ad0aa8..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/axis.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-discovery.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-discovery.jar
deleted file mode 100644
index 8355f0be..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-discovery.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-logging.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-logging.jar
deleted file mode 100644
index 8758a96b..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/commons-logging.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jaxrpc.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jaxrpc.jar
deleted file mode 100644
index a2c13d9a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jaxrpc.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-api.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-api.jar
deleted file mode 100644
index 80a5737f..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-api.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-impl.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-impl.jar
deleted file mode 100644
index e5a9342f..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/jstl-impl.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/log4j.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/log4j.jar
deleted file mode 100644
index 068867eb..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/log4j.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-bridges.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-bridges.jar
deleted file mode 100644
index 7d7435fe..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-bridges.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-taglib.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-taglib.jar
deleted file mode 100644
index fbba5f0a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/util-taglib.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/wsdl4j.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/wsdl4j.jar
deleted file mode 100644
index 67a35fcb..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/wsdl4j.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/xml-apis.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/xml-apis.jar
deleted file mode 100644
index 46733464..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/xml-apis.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
index 9f3deb77..52b3813e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
@@ -425,8 +425,6 @@
-
-
@@ -651,9 +649,6 @@
-
-
-
@@ -665,10 +660,6 @@
-
-
-
-
@@ -711,7 +702,6 @@
-
@@ -747,9 +737,6 @@
-
-
-
-
@@ -817,9 +803,6 @@
-
-
-
@@ -955,7 +938,6 @@
-
@@ -988,9 +970,6 @@
-
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java
index 71c125f6..69f2607d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoClp.java
@@ -100,7 +100,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("normEsenteBollo", getNormEsenteBollo());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -257,12 +256,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
@Override
@@ -876,30 +869,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
}
}
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
-
- if (_collaudoRemoteModel != null) {
- try {
- Class> clazz = _collaudoRemoteModel.getClass();
-
- Method method = clazz.getMethod("setOldDettPraticaId",
- long.class);
-
- method.invoke(_collaudoRemoteModel, oldDettPraticaId);
- }
- catch (Exception e) {
- throw new UnsupportedOperationException(e);
- }
- }
- }
-
@Override
public java.lang.String getTitle(java.util.Locale locale) {
try {
@@ -1057,7 +1026,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
clone.setMezzoPagamento(getMezzoPagamento());
clone.setNormEsenteBollo(getNormEsenteBollo());
clone.setImportoBolli(getImportoBolli());
- clone.setOldDettPraticaId(getOldDettPraticaId());
return clone;
}
@@ -1110,7 +1078,7 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(51);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1162,8 +1130,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
sb.append(getNormEsenteBollo());
sb.append(", importoBolli=");
sb.append(getImportoBolli());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append("}");
return sb.toString();
@@ -1171,7 +1137,7 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(82);
+ StringBundler sb = new StringBundler(79);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Collaudo");
@@ -1277,10 +1243,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
"importoBolli");
- sb.append(
- "oldDettPraticaId");
sb.append("");
@@ -1313,7 +1275,6 @@ public class CollaudoClp extends BaseModelImpl implements Collaudo {
private String _mezzoPagamento;
private boolean _normEsenteBollo;
private String _importoBolli;
- private long _oldDettPraticaId;
private BaseModel> _collaudoRemoteModel;
private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java
index dd2edaf0..c3f66f09 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoModel.java
@@ -479,20 +479,6 @@ public interface CollaudoModel extends BaseModel, StagedGroupedModel {
*/
public void setImportoBolli(String importoBolli);
- /**
- * Returns the old dett pratica ID of this collaudo.
- *
- * @return the old dett pratica ID of this collaudo
- */
- public long getOldDettPraticaId();
-
- /**
- * Sets the old dett pratica ID of this collaudo.
- *
- * @param oldDettPraticaId the old dett pratica ID of this collaudo
- */
- public void setOldDettPraticaId(long oldDettPraticaId);
-
@Override
public boolean isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java
index 6f82f9be..073e5032 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoSoap.java
@@ -56,7 +56,6 @@ public class CollaudoSoap implements Serializable {
soapModel.setMezzoPagamento(model.getMezzoPagamento());
soapModel.setNormEsenteBollo(model.getNormEsenteBollo());
soapModel.setImportoBolli(model.getImportoBolli());
- soapModel.setOldDettPraticaId(model.getOldDettPraticaId());
return soapModel;
}
@@ -325,14 +324,6 @@ public class CollaudoSoap implements Serializable {
_importoBolli = importoBolli;
}
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
- }
-
private String _uuid;
private long _collaudoId;
private long _companyId;
@@ -358,5 +349,4 @@ public class CollaudoSoap implements Serializable {
private String _mezzoPagamento;
private boolean _normEsenteBollo;
private String _importoBolli;
- private long _oldDettPraticaId;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java
index 8f5fc12b..313e67a7 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/CollaudoWrapper.java
@@ -75,7 +75,6 @@ public class CollaudoWrapper implements Collaudo, ModelWrapper {
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("normEsenteBollo", getNormEsenteBollo());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -232,12 +231,6 @@ public class CollaudoWrapper implements Collaudo, ModelWrapper {
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
/**
@@ -822,26 +815,6 @@ public class CollaudoWrapper implements Collaudo, ModelWrapper {
_collaudo.setImportoBolli(importoBolli);
}
- /**
- * Returns the old dett pratica ID of this collaudo.
- *
- * @return the old dett pratica ID of this collaudo
- */
- @Override
- public long getOldDettPraticaId() {
- return _collaudo.getOldDettPraticaId();
- }
-
- /**
- * Sets the old dett pratica ID of this collaudo.
- *
- * @param oldDettPraticaId the old dett pratica ID of this collaudo
- */
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _collaudo.setOldDettPraticaId(oldDettPraticaId);
- }
-
@Override
public boolean isNew() {
return _collaudo.isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
index 7a1159e4..38344197 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
@@ -111,7 +111,6 @@ public class DettPraticaClp extends BaseModelImpl
attributes.put("workflowForzato", getWorkflowForzato());
attributes.put("soggettoSostituitoId", getSoggettoSostituitoId());
attributes.put("dtInvioSignal", getDtInvioSignal());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
attributes.put("destinazione", getDestinazione());
attributes.put("ag", getAg());
attributes.put("descLongIntervento", getDescLongIntervento());
@@ -585,12 +584,6 @@ public class DettPraticaClp extends BaseModelImpl
setDtInvioSignal(dtInvioSignal);
}
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
-
String destinazione = (String)attributes.get("destinazione");
if (destinazione != null) {
@@ -2746,30 +2739,6 @@ public class DettPraticaClp extends BaseModelImpl
}
}
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
-
- if (_dettPraticaRemoteModel != null) {
- try {
- Class> clazz = _dettPraticaRemoteModel.getClass();
-
- Method method = clazz.getMethod("setOldDettPraticaId",
- long.class);
-
- method.invoke(_dettPraticaRemoteModel, oldDettPraticaId);
- }
- catch (Exception e) {
- throw new UnsupportedOperationException(e);
- }
- }
- }
-
@Override
public String getDestinazione() {
return _destinazione;
@@ -8471,7 +8440,6 @@ public class DettPraticaClp extends BaseModelImpl
clone.setWorkflowForzato(getWorkflowForzato());
clone.setSoggettoSostituitoId(getSoggettoSostituitoId());
clone.setDtInvioSignal(getDtInvioSignal());
- clone.setOldDettPraticaId(getOldDettPraticaId());
clone.setDestinazione(getDestinazione());
clone.setAg(getAg());
clone.setDescLongIntervento(getDescLongIntervento());
@@ -8725,7 +8693,7 @@ public class DettPraticaClp extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(473);
+ StringBundler sb = new StringBundler(471);
sb.append("{uuid=");
sb.append(getUuid());
@@ -8795,8 +8763,6 @@ public class DettPraticaClp extends BaseModelImpl
sb.append(getSoggettoSostituitoId());
sb.append(", dtInvioSignal=");
sb.append(getDtInvioSignal());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append(", destinazione=");
sb.append(getDestinazione());
sb.append(", ag=");
@@ -9206,7 +9172,7 @@ public class DettPraticaClp extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(712);
+ StringBundler sb = new StringBundler(709);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.DettPratica");
@@ -9348,10 +9314,6 @@ public class DettPraticaClp extends BaseModelImpl
"dtInvioSignal");
- sb.append(
- "oldDettPraticaId");
sb.append(
"destinazione
private boolean _workflowForzato;
private long _soggettoSostituitoId;
private Date _dtInvioSignal;
- private long _oldDettPraticaId;
private String _destinazione;
private String _ag;
private String _descLongIntervento;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
index e0307999..8d66d339 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
@@ -636,20 +636,6 @@ public interface DettPraticaModel extends BaseModel,
*/
public void setDtInvioSignal(Date dtInvioSignal);
- /**
- * Returns the old dett pratica ID of this dett pratica.
- *
- * @return the old dett pratica ID of this dett pratica
- */
- public long getOldDettPraticaId();
-
- /**
- * Sets the old dett pratica ID of this dett pratica.
- *
- * @param oldDettPraticaId the old dett pratica ID of this dett pratica
- */
- public void setOldDettPraticaId(long oldDettPraticaId);
-
/**
* Returns the destinazione of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
index 6e7b0cd8..a5c34582 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
@@ -65,7 +65,6 @@ public class DettPraticaSoap implements Serializable {
soapModel.setWorkflowForzato(model.getWorkflowForzato());
soapModel.setSoggettoSostituitoId(model.getSoggettoSostituitoId());
soapModel.setDtInvioSignal(model.getDtInvioSignal());
- soapModel.setOldDettPraticaId(model.getOldDettPraticaId());
soapModel.setDestinazione(model.getDestinazione());
soapModel.setAg(model.getAg());
soapModel.setDescLongIntervento(model.getDescLongIntervento());
@@ -607,14 +606,6 @@ public class DettPraticaSoap implements Serializable {
_dtInvioSignal = dtInvioSignal;
}
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
- }
-
public String getDestinazione() {
return _destinazione;
}
@@ -2727,7 +2718,6 @@ public class DettPraticaSoap implements Serializable {
private boolean _workflowForzato;
private long _soggettoSostituitoId;
private Date _dtInvioSignal;
- private long _oldDettPraticaId;
private String _destinazione;
private String _ag;
private String _descLongIntervento;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
index 3a409af5..5dbe881a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
@@ -85,7 +85,6 @@ public class DettPraticaWrapper implements DettPratica,
attributes.put("workflowForzato", getWorkflowForzato());
attributes.put("soggettoSostituitoId", getSoggettoSostituitoId());
attributes.put("dtInvioSignal", getDtInvioSignal());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
attributes.put("destinazione", getDestinazione());
attributes.put("ag", getAg());
attributes.put("descLongIntervento", getDescLongIntervento());
@@ -559,12 +558,6 @@ public class DettPraticaWrapper implements DettPratica,
setDtInvioSignal(dtInvioSignal);
}
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
-
String destinazione = (String)attributes.get("destinazione");
if (destinazione != null) {
@@ -2670,26 +2663,6 @@ public class DettPraticaWrapper implements DettPratica,
_dettPratica.setDtInvioSignal(dtInvioSignal);
}
- /**
- * Returns the old dett pratica ID of this dett pratica.
- *
- * @return the old dett pratica ID of this dett pratica
- */
- @Override
- public long getOldDettPraticaId() {
- return _dettPratica.getOldDettPraticaId();
- }
-
- /**
- * Sets the old dett pratica ID of this dett pratica.
- *
- * @param oldDettPraticaId the old dett pratica ID of this dett pratica
- */
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _dettPratica.setOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Returns the destinazione of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriClp.java
index 5914a942..7b1699ce 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriClp.java
@@ -103,7 +103,6 @@ public class FineLavoriClp extends BaseModelImpl
attributes.put("causalePagamento", getCausalePagamento());
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -268,12 +267,6 @@ public class FineLavoriClp extends BaseModelImpl
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
@Override
@@ -919,30 +912,6 @@ public class FineLavoriClp extends BaseModelImpl
}
}
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
-
- if (_fineLavoriRemoteModel != null) {
- try {
- Class> clazz = _fineLavoriRemoteModel.getClass();
-
- Method method = clazz.getMethod("setOldDettPraticaId",
- long.class);
-
- method.invoke(_fineLavoriRemoteModel, oldDettPraticaId);
- }
- catch (Exception e) {
- throw new UnsupportedOperationException(e);
- }
- }
- }
-
@Override
public java.lang.String getTitle(java.util.Locale locale) {
try {
@@ -1101,7 +1070,6 @@ public class FineLavoriClp extends BaseModelImpl
clone.setCausalePagamento(getCausalePagamento());
clone.setMezzoPagamento(getMezzoPagamento());
clone.setImportoBolli(getImportoBolli());
- clone.setOldDettPraticaId(getOldDettPraticaId());
return clone;
}
@@ -1154,7 +1122,7 @@ public class FineLavoriClp extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(55);
+ StringBundler sb = new StringBundler(53);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1208,8 +1176,6 @@ public class FineLavoriClp extends BaseModelImpl
sb.append(getMezzoPagamento());
sb.append(", importoBolli=");
sb.append(getImportoBolli());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append("}");
return sb.toString();
@@ -1217,7 +1183,7 @@ public class FineLavoriClp extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(85);
+ StringBundler sb = new StringBundler(82);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.FineLavori");
@@ -1327,10 +1293,6 @@ public class FineLavoriClp extends BaseModelImpl
"importoBolli");
- sb.append(
- "oldDettPraticaId");
sb.append("");
@@ -1364,7 +1326,6 @@ public class FineLavoriClp extends BaseModelImpl
private String _causalePagamento;
private String _mezzoPagamento;
private String _importoBolli;
- private long _oldDettPraticaId;
private BaseModel> _fineLavoriRemoteModel;
private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriModel.java
index 5e39541f..af48c702 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriModel.java
@@ -502,20 +502,6 @@ public interface FineLavoriModel extends BaseModel,
*/
public void setImportoBolli(String importoBolli);
- /**
- * Returns the old dett pratica ID of this fine lavori.
- *
- * @return the old dett pratica ID of this fine lavori
- */
- public long getOldDettPraticaId();
-
- /**
- * Sets the old dett pratica ID of this fine lavori.
- *
- * @param oldDettPraticaId the old dett pratica ID of this fine lavori
- */
- public void setOldDettPraticaId(long oldDettPraticaId);
-
@Override
public boolean isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriSoap.java
index 9c2f4256..9eb254fd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriSoap.java
@@ -57,7 +57,6 @@ public class FineLavoriSoap implements Serializable {
soapModel.setCausalePagamento(model.getCausalePagamento());
soapModel.setMezzoPagamento(model.getMezzoPagamento());
soapModel.setImportoBolli(model.getImportoBolli());
- soapModel.setOldDettPraticaId(model.getOldDettPraticaId());
return soapModel;
}
@@ -339,14 +338,6 @@ public class FineLavoriSoap implements Serializable {
_importoBolli = importoBolli;
}
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _oldDettPraticaId = oldDettPraticaId;
- }
-
private String _uuid;
private long _fineLavoriId;
private long _companyId;
@@ -373,5 +364,4 @@ public class FineLavoriSoap implements Serializable {
private String _causalePagamento;
private String _mezzoPagamento;
private String _importoBolli;
- private long _oldDettPraticaId;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriWrapper.java
index 93490ba2..23a1b864 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/FineLavoriWrapper.java
@@ -77,7 +77,6 @@ public class FineLavoriWrapper implements FineLavori, ModelWrapper {
attributes.put("causalePagamento", getCausalePagamento());
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -242,12 +241,6 @@ public class FineLavoriWrapper implements FineLavori, ModelWrapper {
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
/**
@@ -863,26 +856,6 @@ public class FineLavoriWrapper implements FineLavori, ModelWrapper {
_fineLavori.setImportoBolli(importoBolli);
}
- /**
- * Returns the old dett pratica ID of this fine lavori.
- *
- * @return the old dett pratica ID of this fine lavori
- */
- @Override
- public long getOldDettPraticaId() {
- return _fineLavori.getOldDettPraticaId();
- }
-
- /**
- * Sets the old dett pratica ID of this fine lavori.
- *
- * @param oldDettPraticaId the old dett pratica ID of this fine lavori
- */
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _fineLavori.setOldDettPraticaId(oldDettPraticaId);
- }
-
@Override
public boolean isNew() {
return _fineLavori.isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
index 499f2a92..0bf19e5d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
@@ -98,7 +98,6 @@ public class IntPraticaClp extends BaseModelImpl
attributes.put("statusDate", getStatusDate());
attributes.put("esitoControllo", getEsitoControllo());
attributes.put("dtPratica", getDtPratica());
- attributes.put("oldIntPraticaId", getOldIntPraticaId());
attributes.put("sospesa", getSospesa());
attributes.put("dtSospensione", getDtSospensione());
attributes.put("codiceFiscaleDelegatoFineLavori",
@@ -249,12 +248,6 @@ public class IntPraticaClp extends BaseModelImpl
setDtPratica(dtPratica);
}
- Long oldIntPraticaId = (Long)attributes.get("oldIntPraticaId");
-
- if (oldIntPraticaId != null) {
- setOldIntPraticaId(oldIntPraticaId);
- }
-
Boolean sospesa = (Boolean)attributes.get("sospesa");
if (sospesa != null) {
@@ -848,29 +841,6 @@ public class IntPraticaClp extends BaseModelImpl
}
}
- @Override
- public long getOldIntPraticaId() {
- return _oldIntPraticaId;
- }
-
- @Override
- public void setOldIntPraticaId(long oldIntPraticaId) {
- _oldIntPraticaId = oldIntPraticaId;
-
- if (_intPraticaRemoteModel != null) {
- try {
- Class> clazz = _intPraticaRemoteModel.getClass();
-
- Method method = clazz.getMethod("setOldIntPraticaId", long.class);
-
- method.invoke(_intPraticaRemoteModel, oldIntPraticaId);
- }
- catch (Exception e) {
- throw new UnsupportedOperationException(e);
- }
- }
- }
-
@Override
public boolean getSospesa() {
return _sospesa;
@@ -1294,7 +1264,6 @@ public class IntPraticaClp extends BaseModelImpl
clone.setStatusDate(getStatusDate());
clone.setEsitoControllo(getEsitoControllo());
clone.setDtPratica(getDtPratica());
- clone.setOldIntPraticaId(getOldIntPraticaId());
clone.setSospesa(getSospesa());
clone.setDtSospensione(getDtSospensione());
clone.setCodiceFiscaleDelegatoFineLavori(getCodiceFiscaleDelegatoFineLavori());
@@ -1356,7 +1325,7 @@ public class IntPraticaClp extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(63);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1402,8 +1371,6 @@ public class IntPraticaClp extends BaseModelImpl
sb.append(getEsitoControllo());
sb.append(", dtPratica=");
sb.append(getDtPratica());
- sb.append(", oldIntPraticaId=");
- sb.append(getOldIntPraticaId());
sb.append(", sospesa=");
sb.append(getSospesa());
sb.append(", dtSospensione=");
@@ -1429,7 +1396,7 @@ public class IntPraticaClp extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(100);
+ StringBundler sb = new StringBundler(97);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.IntPratica");
@@ -1523,10 +1490,6 @@ public class IntPraticaClp extends BaseModelImpl
"dtPratica");
- sb.append(
- "oldIntPraticaId");
sb.append(
"sospesa
private Date _statusDate;
private int _esitoControllo;
private Date _dtPratica;
- private long _oldIntPraticaId;
private boolean _sospesa;
private Date _dtSospensione;
private String _codiceFiscaleDelegatoFineLavori;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
index ef7ea04b..725b8e55 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
@@ -429,20 +429,6 @@ public interface IntPraticaModel extends BaseModel,
*/
public void setDtPratica(Date dtPratica);
- /**
- * Returns the old int pratica ID of this int pratica.
- *
- * @return the old int pratica ID of this int pratica
- */
- public long getOldIntPraticaId();
-
- /**
- * Sets the old int pratica ID of this int pratica.
- *
- * @param oldIntPraticaId the old int pratica ID of this int pratica
- */
- public void setOldIntPraticaId(long oldIntPraticaId);
-
/**
* Returns the sospesa of this int pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
index 4ce74405..10ac7aa4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
@@ -53,7 +53,6 @@ public class IntPraticaSoap implements Serializable {
soapModel.setStatusDate(model.getStatusDate());
soapModel.setEsitoControllo(model.getEsitoControllo());
soapModel.setDtPratica(model.getDtPratica());
- soapModel.setOldIntPraticaId(model.getOldIntPraticaId());
soapModel.setSospesa(model.getSospesa());
soapModel.setDtSospensione(model.getDtSospensione());
soapModel.setCodiceFiscaleDelegatoFineLavori(model.getCodiceFiscaleDelegatoFineLavori());
@@ -295,14 +294,6 @@ public class IntPraticaSoap implements Serializable {
_dtPratica = dtPratica;
}
- public long getOldIntPraticaId() {
- return _oldIntPraticaId;
- }
-
- public void setOldIntPraticaId(long oldIntPraticaId) {
- _oldIntPraticaId = oldIntPraticaId;
- }
-
public boolean getSospesa() {
return _sospesa;
}
@@ -423,7 +414,6 @@ public class IntPraticaSoap implements Serializable {
private Date _statusDate;
private int _esitoControllo;
private Date _dtPratica;
- private long _oldIntPraticaId;
private boolean _sospesa;
private Date _dtSospensione;
private String _codiceFiscaleDelegatoFineLavori;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
index 4ed2114e..f835c96d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
@@ -72,7 +72,6 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
attributes.put("statusDate", getStatusDate());
attributes.put("esitoControllo", getEsitoControllo());
attributes.put("dtPratica", getDtPratica());
- attributes.put("oldIntPraticaId", getOldIntPraticaId());
attributes.put("sospesa", getSospesa());
attributes.put("dtSospensione", getDtSospensione());
attributes.put("codiceFiscaleDelegatoFineLavori",
@@ -223,12 +222,6 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
setDtPratica(dtPratica);
}
- Long oldIntPraticaId = (Long)attributes.get("oldIntPraticaId");
-
- if (oldIntPraticaId != null) {
- setOldIntPraticaId(oldIntPraticaId);
- }
-
Boolean sospesa = (Boolean)attributes.get("sospesa");
if (sospesa != null) {
@@ -802,26 +795,6 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
_intPratica.setDtPratica(dtPratica);
}
- /**
- * Returns the old int pratica ID of this int pratica.
- *
- * @return the old int pratica ID of this int pratica
- */
- @Override
- public long getOldIntPraticaId() {
- return _intPratica.getOldIntPraticaId();
- }
-
- /**
- * Sets the old int pratica ID of this int pratica.
- *
- * @param oldIntPraticaId the old int pratica ID of this int pratica
- */
- @Override
- public void setOldIntPraticaId(long oldIntPraticaId) {
- _intPratica.setOldIntPraticaId(oldIntPraticaId);
- }
-
/**
* Returns the sospesa of this int pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalService.java
index bcf536de..bf139b57 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalService.java
@@ -432,9 +432,4 @@ public interface CollaudoLocalService extends BaseLocalService,
public int countCollaudiCompletiNotGestiti()
throws com.liferay.portal.kernel.exception.SystemException;
-
- @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceClp.java
index bd1f292f..108efa5c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceClp.java
@@ -258,10 +258,6 @@ public class CollaudoLocalServiceClp implements CollaudoLocalService {
_methodName47 = "countCollaudiCompletiNotGestiti";
_methodParameterTypes47 = new String[] { };
-
- _methodName48 = "fetchByOldDettPraticaId";
-
- _methodParameterTypes48 = new String[] { "long" };
}
@Override
@@ -1843,35 +1839,6 @@ public class CollaudoLocalServiceClp implements CollaudoLocalService {
return ((Integer)returnObj).intValue();
}
- @Override
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- Object returnObj = null;
-
- try {
- returnObj = _invokableLocalService.invokeMethod(_methodName48,
- _methodParameterTypes48, new Object[] { oldDettPraticaId });
- }
- 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 (it.tref.liferay.portos.bo.model.Collaudo)ClpSerializer.translateOutput(returnObj);
- }
-
private InvokableLocalService _invokableLocalService;
private String _methodName0;
private String[] _methodParameterTypes0;
@@ -1967,6 +1934,4 @@ public class CollaudoLocalServiceClp implements CollaudoLocalService {
private String[] _methodParameterTypes46;
private String _methodName47;
private String[] _methodParameterTypes47;
- private String _methodName48;
- private String[] _methodParameterTypes48;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceUtil.java
index 12dea105..45c5bed8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceUtil.java
@@ -527,12 +527,6 @@ public class CollaudoLocalServiceUtil {
return getService().countCollaudiCompletiNotGestiti();
}
- public static it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getService().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
public static void clearService() {
_service = null;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceWrapper.java
index cf820b85..3b698da1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/CollaudoLocalServiceWrapper.java
@@ -562,13 +562,6 @@ public class CollaudoLocalServiceWrapper implements CollaudoLocalService,
return _collaudoLocalService.countCollaudiCompletiNotGestiti();
}
- @Override
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return _collaudoLocalService.fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
*/
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
index 5302c432..f6218910 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
@@ -387,12 +387,6 @@ public interface DettPraticaLocalService extends BaseLocalService,
long intPraticaId, long dettPraticaId)
throws com.liferay.portal.kernel.exception.SystemException;
- @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
- public it.tref.liferay.portos.bo.model.DettPratica getByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.PortalException,
- com.liferay.portal.kernel.exception.SystemException;
-
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public java.util.List search(
com.liferay.portal.kernel.search.SearchContext searchContext)
@@ -425,12 +419,12 @@ public interface DettPraticaLocalService extends BaseLocalService,
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -869,11 +863,6 @@ public interface DettPraticaLocalService extends BaseLocalService,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException;
- @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
public int countVariateByIntPratica(long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
index 69038789..12b308b3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
@@ -197,60 +197,56 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
_methodParameterTypes36 = new String[] { "long", "long" };
- _methodName37 = "getByOldDettPraticaId";
+ _methodName37 = "search";
- _methodParameterTypes37 = new String[] { "long" };
-
- _methodName38 = "search";
-
- _methodParameterTypes38 = new String[] {
+ _methodParameterTypes37 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName39 = "searchCount";
+ _methodName38 = "searchCount";
- _methodParameterTypes39 = new String[] {
+ _methodParameterTypes38 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName40 = "updateDettPraticaSoggetti";
+ _methodName39 = "updateDettPraticaSoggetti";
- _methodParameterTypes40 = new String[] {
+ _methodParameterTypes39 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName41 = "updateDettPratica";
+ _methodName40 = "updateDettPratica";
- _methodParameterTypes41 = new String[] {
+ _methodParameterTypes40 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.util.Date", "int", "boolean", "long",
- "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "long", "long",
- "boolean", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "boolean", "java.util.Date", "java.util.Date",
- "java.util.Date", "java.lang.String", "boolean", "long", "int",
+ "java.lang.String", "long", "long", "boolean", "boolean",
+ "boolean", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "java.util.Date", "java.util.Date", "java.util.Date",
+ "java.lang.String", "boolean", "long", "int", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -258,27 +254,26 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "java.util.Date",
- "boolean", "int", "int", "boolean", "int", "boolean", "int",
- "boolean", "java.lang.String", "java.lang.String",
+ "java.util.Date", "boolean", "int", "int", "boolean", "int",
+ "boolean", "int", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "java.lang.String", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName42 = "updateDettPraticaDatiDomanda";
+ _methodName41 = "updateDettPraticaDatiDomanda";
- _methodParameterTypes42 = new String[] {
+ _methodParameterTypes41 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -313,9 +308,9 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName43 = "updateDettPraticaGeologo";
+ _methodName42 = "updateDettPraticaGeologo";
- _methodParameterTypes43 = new String[] {
+ _methodParameterTypes42 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -327,9 +322,9 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName44 = "updateDettPraticaPagamento";
+ _methodName43 = "updateDettPraticaPagamento";
- _methodParameterTypes44 = new String[] {
+ _methodParameterTypes43 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -338,39 +333,39 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"com.liferay.portal.service.ServiceContext"
};
- _methodName45 = "updateCheckPagamenti";
+ _methodName44 = "updateCheckPagamenti";
- _methodParameterTypes45 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes44 = new String[] { "long", "boolean", "boolean" };
- _methodName46 = "updateEsitoPagamento";
+ _methodName45 = "updateEsitoPagamento";
- _methodParameterTypes46 = new String[] {
+ _methodParameterTypes45 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName47 = "updateEsitoPagamento";
+ _methodName46 = "updateEsitoPagamento";
- _methodParameterTypes47 = new String[] {
+ _methodParameterTypes46 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName48 = "isControlloObbligatorio";
+ _methodName47 = "isControlloObbligatorio";
- _methodParameterTypes48 = new String[] {
+ _methodParameterTypes47 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName49 = "updateEsito";
+ _methodName48 = "updateEsito";
- _methodParameterTypes49 = new String[] { "long", "int" };
+ _methodParameterTypes48 = new String[] { "long", "int" };
- _methodName50 = "updateEsitoIntegrazione";
+ _methodName49 = "updateEsitoIntegrazione";
- _methodParameterTypes50 = new String[] { "long", "int" };
+ _methodParameterTypes49 = new String[] { "long", "int" };
- _methodName51 = "pagaInvia";
+ _methodName50 = "pagaInvia";
- _methodParameterTypes51 = new String[] {
+ _methodParameterTypes50 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -379,149 +374,145 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName52 = "updateStatus";
+ _methodName51 = "updateStatus";
- _methodParameterTypes52 = new String[] {
+ _methodParameterTypes51 = new String[] {
"long", "long", "int",
"com.liferay.portal.service.ServiceContext"
};
- _methodName53 = "updateDettPraticaProtocollo";
+ _methodName52 = "updateDettPraticaProtocollo";
- _methodParameterTypes53 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes52 = new String[] { "long", "java.lang.String" };
- _methodName54 = "findByProtocollo";
+ _methodName53 = "findByProtocollo";
- _methodParameterTypes54 = new String[] {
+ _methodParameterTypes53 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName55 = "fetchByProtocollo";
+ _methodName54 = "fetchByProtocollo";
- _methodParameterTypes55 = new String[] {
+ _methodParameterTypes54 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName56 = "fetchByProtocollo";
+ _methodName55 = "fetchByProtocollo";
- _methodParameterTypes56 = new String[] { "java.lang.String" };
+ _methodParameterTypes55 = new String[] { "java.lang.String" };
- _methodName57 = "findByIntPraticaId";
+ _methodName56 = "findByIntPraticaId";
- _methodParameterTypes57 = new String[] { "long" };
+ _methodParameterTypes56 = new String[] { "long" };
- _methodName58 = "findByIntPraticaIdInviate";
+ _methodName57 = "findByIntPraticaIdInviate";
- _methodParameterTypes58 = new String[] { "long", "int", "int" };
+ _methodParameterTypes57 = new String[] { "long", "int", "int" };
- _methodName59 = "findPraticheCompleteNotProtocollo";
+ _methodName58 = "findPraticheCompleteNotProtocollo";
- _methodParameterTypes59 = new String[] { "int", "int" };
+ _methodParameterTypes58 = new String[] { "int", "int" };
- _methodName60 = "countPraticheCompleteNotProtocollo";
+ _methodName59 = "countPraticheCompleteNotProtocollo";
- _methodParameterTypes60 = new String[] { };
+ _methodParameterTypes59 = new String[] { };
- _methodName61 = "findPraticheCompleteNotGestite";
+ _methodName60 = "findPraticheCompleteNotGestite";
- _methodParameterTypes61 = new String[] { "int", "int" };
+ _methodParameterTypes60 = new String[] { "int", "int" };
- _methodName62 = "countPraticheCompleteNotGestite";
+ _methodName61 = "countPraticheCompleteNotGestite";
- _methodParameterTypes62 = new String[] { };
+ _methodParameterTypes61 = new String[] { };
- _methodName63 = "findByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName62 = "findByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes63 = new String[] {
+ _methodParameterTypes62 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName64 = "countByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName63 = "countByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes64 = new String[] {
+ _methodParameterTypes63 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName65 = "findPraticheCompletateNonVersionate";
+ _methodName64 = "findPraticheCompletateNonVersionate";
- _methodParameterTypes65 = new String[] { "int", "int" };
+ _methodParameterTypes64 = new String[] { "int", "int" };
- _methodName66 = "countPraticheCompletateNonversionate";
+ _methodName65 = "countPraticheCompletateNonversionate";
- _methodParameterTypes66 = new String[] { };
+ _methodParameterTypes65 = new String[] { };
- _methodName67 = "updateDettPraticaGestita";
+ _methodName66 = "updateDettPraticaGestita";
- _methodParameterTypes67 = new String[] { "long", "boolean" };
+ _methodParameterTypes66 = new String[] { "long", "boolean" };
- _methodName68 = "updateAsset";
+ _methodName67 = "updateAsset";
- _methodParameterTypes68 = new String[] {
+ _methodParameterTypes67 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica", "long[][]",
"boolean"
};
- _methodName69 = "updateStatus";
+ _methodName68 = "updateStatus";
- _methodParameterTypes69 = new String[] { "long", "int" };
+ _methodParameterTypes68 = new String[] { "long", "int" };
- _methodName70 = "updateSignal";
+ _methodName69 = "updateSignal";
- _methodParameterTypes70 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes69 = new String[] { "long", "java.util.Date" };
- _methodName71 = "countInvioSignal";
+ _methodName70 = "countInvioSignal";
- _methodParameterTypes71 = new String[] { };
+ _methodParameterTypes70 = new String[] { };
- _methodName72 = "getInvioSignal";
+ _methodName71 = "getInvioSignal";
- _methodParameterTypes72 = new String[] { "long" };
+ _methodParameterTypes71 = new String[] { "long" };
- _methodName73 = "getInviiSignal";
+ _methodName72 = "getInviiSignal";
- _methodParameterTypes73 = new String[] { "int", "int" };
+ _methodParameterTypes72 = new String[] { "int", "int" };
- _methodName74 = "dynamicQueryInvioSignal";
+ _methodName73 = "dynamicQueryInvioSignal";
- _methodParameterTypes74 = new String[] { "java.lang.Long" };
+ _methodParameterTypes73 = new String[] { "java.lang.Long" };
- _methodName75 = "findByPagamentoId";
+ _methodName74 = "findByPagamentoId";
- _methodParameterTypes75 = new String[] { "long" };
+ _methodParameterTypes74 = new String[] { "long" };
- _methodName76 = "updatePrincipale";
+ _methodName75 = "updatePrincipale";
- _methodParameterTypes76 = new String[] {
+ _methodParameterTypes75 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName77 = "sendToVersioning";
-
- _methodParameterTypes77 = new String[] { "long", "java.lang.String" };
-
- _methodName78 = "getNumeroDiVersioni";
+ _methodName76 = "sendToVersioning";
- _methodParameterTypes78 = new String[] { "java.lang.String" };
+ _methodParameterTypes76 = new String[] { "long", "java.lang.String" };
- _methodName79 = "getVersionNumber";
+ _methodName77 = "getNumeroDiVersioni";
- _methodParameterTypes79 = new String[] { "java.lang.String", "int" };
+ _methodParameterTypes77 = new String[] { "java.lang.String" };
- _methodName80 = "callForChanges";
+ _methodName78 = "getVersionNumber";
- _methodParameterTypes80 = new String[] { "java.lang.String" };
+ _methodParameterTypes78 = new String[] { "java.lang.String", "int" };
- _methodName81 = "fetchByOldDettPraticaId";
+ _methodName79 = "callForChanges";
- _methodParameterTypes81 = new String[] { "long" };
+ _methodParameterTypes79 = new String[] { "java.lang.String" };
- _methodName82 = "countVariateByIntPratica";
+ _methodName80 = "countVariateByIntPratica";
- _methodParameterTypes82 = new String[] { "long" };
+ _methodParameterTypes80 = new String[] { "long" };
- _methodName83 = "getFirstCompletedByIntPratica";
+ _methodName81 = "getFirstCompletedByIntPratica";
- _methodParameterTypes83 = new String[] { "long" };
+ _methodParameterTypes81 = new String[] { "long" };
}
@Override
@@ -1689,40 +1680,6 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
return (java.util.List)ClpSerializer.translateOutput(returnObj);
}
- @Override
- public it.tref.liferay.portos.bo.model.DettPratica getByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.PortalException,
- com.liferay.portal.kernel.exception.SystemException {
- Object returnObj = null;
-
- try {
- returnObj = _invokableLocalService.invokeMethod(_methodName37,
- _methodParameterTypes37, new Object[] { oldDettPraticaId });
- }
- catch (Throwable t) {
- t = ClpSerializer.translateThrowable(t);
-
- if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
- throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.DettPratica)ClpSerializer.translateOutput(returnObj);
- }
-
@Override
public java.util.List search(
com.liferay.portal.kernel.search.SearchContext searchContext)
@@ -1731,8 +1688,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName38,
- _methodParameterTypes38,
+ returnObj = _invokableLocalService.invokeMethod(_methodName37,
+ _methodParameterTypes37,
new Object[] { ClpSerializer.translateInput(searchContext) });
}
catch (Throwable t) {
@@ -1765,8 +1722,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName39,
- _methodParameterTypes39,
+ returnObj = _invokableLocalService.invokeMethod(_methodName38,
+ _methodParameterTypes38,
new Object[] { ClpSerializer.translateInput(searchContext) });
}
catch (Throwable t) {
@@ -1800,8 +1757,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName40,
- _methodParameterTypes40,
+ returnObj = _invokableLocalService.invokeMethod(_methodName39,
+ _methodParameterTypes39,
new Object[] {
userId,
@@ -1854,12 +1811,12 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -1981,8 +1938,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName41,
- _methodParameterTypes41,
+ returnObj = _invokableLocalService.invokeMethod(_methodName40,
+ _methodParameterTypes40,
new Object[] {
userId,
@@ -2018,8 +1975,6 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
soggettoSostituitoId,
- oldDettPraticaId,
-
ClpSerializer.translateInput(destinazione),
ClpSerializer.translateInput(ag),
@@ -2523,8 +2478,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName42,
- _methodParameterTypes42,
+ returnObj = _invokableLocalService.invokeMethod(_methodName41,
+ _methodParameterTypes41,
new Object[] {
userId,
@@ -2872,8 +2827,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName43,
- _methodParameterTypes43,
+ returnObj = _invokableLocalService.invokeMethod(_methodName42,
+ _methodParameterTypes42,
new Object[] {
userId,
@@ -2977,8 +2932,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName44,
- _methodParameterTypes44,
+ returnObj = _invokableLocalService.invokeMethod(_methodName43,
+ _methodParameterTypes43,
new Object[] {
dettPraticaId,
@@ -3060,8 +3015,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName45,
- _methodParameterTypes45,
+ returnObj = _invokableLocalService.invokeMethod(_methodName44,
+ _methodParameterTypes44,
new Object[] { dettPraticaId, normEsenteSpese, normEsenteBollo });
}
catch (Throwable t) {
@@ -3094,8 +3049,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
try {
- _invokableLocalService.invokeMethod(_methodName46,
- _methodParameterTypes46,
+ _invokableLocalService.invokeMethod(_methodName45,
+ _methodParameterTypes45,
new Object[] {
pagamentoId,
@@ -3136,8 +3091,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
try {
- _invokableLocalService.invokeMethod(_methodName47,
- _methodParameterTypes47,
+ _invokableLocalService.invokeMethod(_methodName46,
+ _methodParameterTypes46,
new Object[] {
pagamentoId,
@@ -3179,8 +3134,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName48,
- _methodParameterTypes48,
+ returnObj = _invokableLocalService.invokeMethod(_methodName47,
+ _methodParameterTypes47,
new Object[] { ClpSerializer.translateInput(dettPratica) });
}
catch (Throwable t) {
@@ -3207,8 +3162,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName49,
- _methodParameterTypes49,
+ returnObj = _invokableLocalService.invokeMethod(_methodName48,
+ _methodParameterTypes48,
new Object[] { dettPraticaId, stato });
}
catch (Throwable t) {
@@ -3247,8 +3202,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName50,
- _methodParameterTypes50,
+ returnObj = _invokableLocalService.invokeMethod(_methodName49,
+ _methodParameterTypes49,
new Object[] { dettPraticaId, stato });
}
catch (Throwable t) {
@@ -3301,8 +3256,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName51,
- _methodParameterTypes51,
+ returnObj = _invokableLocalService.invokeMethod(_methodName50,
+ _methodParameterTypes50,
new Object[] {
dettPraticaId,
@@ -3387,8 +3342,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName52,
- _methodParameterTypes52,
+ returnObj = _invokableLocalService.invokeMethod(_methodName51,
+ _methodParameterTypes51,
new Object[] {
userId,
@@ -3430,8 +3385,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName53,
- _methodParameterTypes53,
+ returnObj = _invokableLocalService.invokeMethod(_methodName52,
+ _methodParameterTypes52,
new Object[] {
dettPraticaId,
@@ -3469,8 +3424,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName54,
- _methodParameterTypes54,
+ returnObj = _invokableLocalService.invokeMethod(_methodName53,
+ _methodParameterTypes53,
new Object[] {
companyId,
@@ -3510,8 +3465,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName55,
- _methodParameterTypes55,
+ returnObj = _invokableLocalService.invokeMethod(_methodName54,
+ _methodParameterTypes54,
new Object[] {
companyId,
@@ -3551,8 +3506,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName56,
- _methodParameterTypes56,
+ returnObj = _invokableLocalService.invokeMethod(_methodName55,
+ _methodParameterTypes55,
new Object[] { ClpSerializer.translateInput(protocollo) });
}
catch (Throwable t) {
@@ -3585,8 +3540,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName57,
- _methodParameterTypes57, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName56,
+ _methodParameterTypes56, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3614,8 +3569,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName58,
- _methodParameterTypes58,
+ returnObj = _invokableLocalService.invokeMethod(_methodName57,
+ _methodParameterTypes57,
new Object[] { intPraticaId, start, end });
}
catch (Throwable t) {
@@ -3644,8 +3599,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName59,
- _methodParameterTypes59, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName58,
+ _methodParameterTypes58, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3672,8 +3627,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName60,
- _methodParameterTypes60, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName59,
+ _methodParameterTypes59, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3701,8 +3656,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName61,
- _methodParameterTypes61, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName60,
+ _methodParameterTypes60, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3729,8 +3684,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName62,
- _methodParameterTypes62, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName61,
+ _methodParameterTypes61, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3758,8 +3713,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName63,
- _methodParameterTypes63,
+ returnObj = _invokableLocalService.invokeMethod(_methodName62,
+ _methodParameterTypes62,
new Object[] {
intPraticaId,
@@ -3794,8 +3749,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName64,
- _methodParameterTypes64,
+ returnObj = _invokableLocalService.invokeMethod(_methodName63,
+ _methodParameterTypes63,
new Object[] {
intPraticaId,
@@ -3830,8 +3785,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName65,
- _methodParameterTypes65, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName64,
+ _methodParameterTypes64, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3858,8 +3813,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName66,
- _methodParameterTypes66, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName65,
+ _methodParameterTypes65, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3887,8 +3842,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName67,
- _methodParameterTypes67,
+ returnObj = _invokableLocalService.invokeMethod(_methodName66,
+ _methodParameterTypes66,
new Object[] { dettPraticaId, gestita });
}
catch (Throwable t) {
@@ -3917,8 +3872,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName68,
- _methodParameterTypes68,
+ _invokableLocalService.invokeMethod(_methodName67,
+ _methodParameterTypes67,
new Object[] {
ClpSerializer.translateInput(dettPratica),
@@ -3953,8 +3908,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName69,
- _methodParameterTypes69, new Object[] { dettPraticaId, status });
+ _invokableLocalService.invokeMethod(_methodName68,
+ _methodParameterTypes68, new Object[] { dettPraticaId, status });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3984,8 +3939,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName70,
- _methodParameterTypes70,
+ returnObj = _invokableLocalService.invokeMethod(_methodName69,
+ _methodParameterTypes69,
new Object[] {
dettPraticaId,
@@ -4017,8 +3972,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName71,
- _methodParameterTypes71, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName70,
+ _methodParameterTypes70, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4046,8 +4001,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName72,
- _methodParameterTypes72, new Object[] { dettPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName71,
+ _methodParameterTypes71, new Object[] { dettPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4075,8 +4030,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName73,
- _methodParameterTypes73, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName72,
+ _methodParameterTypes72, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4104,8 +4059,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName74,
- _methodParameterTypes74,
+ returnObj = _invokableLocalService.invokeMethod(_methodName73,
+ _methodParameterTypes73,
new Object[] { ClpSerializer.translateInput(dettPraticaId) });
}
catch (Throwable t) {
@@ -4134,8 +4089,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName75,
- _methodParameterTypes75, new Object[] { pagamentoId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName74,
+ _methodParameterTypes74, new Object[] { pagamentoId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4165,8 +4120,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName76,
- _methodParameterTypes76,
+ returnObj = _invokableLocalService.invokeMethod(_methodName75,
+ _methodParameterTypes75,
new Object[] {
dettPraticaId,
@@ -4202,8 +4157,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
public void sendToVersioning(long dettPraticaId, java.lang.String url)
throws java.lang.Exception {
try {
- _invokableLocalService.invokeMethod(_methodName77,
- _methodParameterTypes77,
+ _invokableLocalService.invokeMethod(_methodName76,
+ _methodParameterTypes76,
new Object[] { dettPraticaId, ClpSerializer.translateInput(url) });
}
catch (Throwable t) {
@@ -4231,8 +4186,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName78,
- _methodParameterTypes78,
+ returnObj = _invokableLocalService.invokeMethod(_methodName77,
+ _methodParameterTypes77,
new Object[] { ClpSerializer.translateInput(url) });
}
catch (Throwable t) {
@@ -4270,8 +4225,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName79,
- _methodParameterTypes79,
+ returnObj = _invokableLocalService.invokeMethod(_methodName78,
+ _methodParameterTypes78,
new Object[] { ClpSerializer.translateInput(url), version });
}
catch (Throwable t) {
@@ -4310,8 +4265,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName80,
- _methodParameterTypes80,
+ returnObj = _invokableLocalService.invokeMethod(_methodName79,
+ _methodParameterTypes79,
new Object[] { ClpSerializer.translateInput(url) });
}
catch (Throwable t) {
@@ -4341,43 +4296,14 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
return (com.liferay.portal.kernel.json.JSONArray)ClpSerializer.translateOutput(returnObj);
}
- @Override
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- Object returnObj = null;
-
- try {
- returnObj = _invokableLocalService.invokeMethod(_methodName81,
- _methodParameterTypes81, new Object[] { oldDettPraticaId });
- }
- 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 (it.tref.liferay.portos.bo.model.DettPratica)ClpSerializer.translateOutput(returnObj);
- }
-
@Override
public int countVariateByIntPratica(long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName82,
- _methodParameterTypes82, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName80,
+ _methodParameterTypes80, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4405,8 +4331,8 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName83,
- _methodParameterTypes83, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName81,
+ _methodParameterTypes81, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -4590,8 +4516,4 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
private String[] _methodParameterTypes80;
private String _methodName81;
private String[] _methodParameterTypes81;
- private String _methodName82;
- private String[] _methodParameterTypes82;
- private String _methodName83;
- private String[] _methodParameterTypes83;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
index c2395e70..73ef7900 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
@@ -448,13 +448,6 @@ public class DettPraticaLocalServiceUtil {
dettPraticaId);
}
- public static it.tref.liferay.portos.bo.model.DettPratica getByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.PortalException,
- com.liferay.portal.kernel.exception.SystemException {
- return getService().getByOldDettPraticaId(oldDettPraticaId);
- }
-
public static java.util.List search(
com.liferay.portal.kernel.search.SearchContext searchContext)
throws com.liferay.portal.kernel.exception.PortalException,
@@ -493,12 +486,12 @@ public class DettPraticaLocalServiceUtil {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -622,11 +615,10 @@ public class DettPraticaLocalServiceUtil {
integrazione, protocollo, tipoIntegrazione, completa, gestita,
codicePagamentoOneri, causalePagamentoOneri, mezzoPagamentoOneri,
importoBolli, importoSpeseIstruttoria, dataEffettuazione,
- statusTask, workflowForzato, soggettoSostituitoId,
- oldDettPraticaId, destinazione, ag, descLongIntervento, via,
- localita, estremiCatastali, estremiPratCom, variataDa,
- varianteNumero, varianteSostanziale, operaConforme,
- collaudoStatico, codiceFiscaleDelegatoCommittente,
+ statusTask, workflowForzato, soggettoSostituitoId, destinazione,
+ ag, descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero, varianteSostanziale,
+ operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente,
codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo,
codiceRuoloDelegato, lavoriInEconomiaCommittente,
inizioLavoriContestualeOpera, dataInizioLavoriOpera,
@@ -1176,12 +1168,6 @@ public class DettPraticaLocalServiceUtil {
return getService().callForChanges(url);
}
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getService().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
public static int countVariateByIntPratica(long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
return getService().countVariateByIntPratica(intPraticaId);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
index 202c0940..8a0f41f4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
@@ -474,14 +474,6 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
dettPraticaId);
}
- @Override
- public it.tref.liferay.portos.bo.model.DettPratica getByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.PortalException,
- com.liferay.portal.kernel.exception.SystemException {
- return _dettPraticaLocalService.getByOldDettPraticaId(oldDettPraticaId);
- }
-
@Override
public java.util.List search(
com.liferay.portal.kernel.search.SearchContext searchContext)
@@ -523,12 +515,12 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -652,24 +644,23 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
tipoIntegrazione, completa, gestita, codicePagamentoOneri,
causalePagamentoOneri, mezzoPagamentoOneri, importoBolli,
importoSpeseIstruttoria, dataEffettuazione, statusTask,
- workflowForzato, soggettoSostituitoId, oldDettPraticaId,
- destinazione, ag, descLongIntervento, via, localita,
- estremiCatastali, estremiPratCom, variataDa, varianteNumero,
- varianteSostanziale, operaConforme, collaudoStatico,
- codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori,
- codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato,
- lavoriInEconomiaCommittente, inizioLavoriContestualeOpera,
- dataInizioLavoriOpera, dataInizioEsecuzioneOpera,
- dataFineEsecuzioneOpera, metratura, lavoriPubblici,
- pagamentoIdOneri, lavoriPubbliciPercentuale, numeroCivico,
- dcParticelle, dcFoglio, dcAllegato, dePiani, deAltezza,
- deInterrati, deSuperficie, deCostruzione, deRistrutturazione,
- deUso, dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio,
- deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro,
- deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro,
- deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro,
- deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc,
- dccFondazioni, dccStruttureEleMuraturePietrame,
+ workflowForzato, soggettoSostituitoId, destinazione, ag,
+ descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero, varianteSostanziale,
+ operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente,
+ codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo,
+ codiceRuoloDelegato, lavoriInEconomiaCommittente,
+ inizioLavoriContestualeOpera, dataInizioLavoriOpera,
+ dataInizioEsecuzioneOpera, dataFineEsecuzioneOpera, metratura,
+ lavoriPubblici, pagamentoIdOneri, lavoriPubbliciPercentuale,
+ numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani,
+ deAltezza, deInterrati, deSuperficie, deCostruzione,
+ deRistrutturazione, deUso, dePubblica, dePrivata, deUtilizzazione,
+ dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada,
+ deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv,
+ deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica,
+ deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro,
+ deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame,
dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto,
dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio,
dccStruttureEleCA, dccStruttureEleLegno, dccStruttureEleMistoCA,
@@ -1247,13 +1238,6 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
return _dettPraticaLocalService.callForChanges(url);
}
- @Override
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return _dettPraticaLocalService.fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
@Override
public int countVariateByIntPratica(long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
index c96e4b80..e7b4efff 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
@@ -124,12 +124,12 @@ public interface DettPraticaService extends BaseService, InvokableService {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
index d07cbb42..2a0878b5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
@@ -84,30 +84,30 @@ public class DettPraticaServiceClp implements DettPraticaService {
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.util.Date", "int", "boolean", "long",
- "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "long", "long",
- "boolean", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "boolean", "java.util.Date", "java.util.Date",
- "java.util.Date", "java.lang.String", "boolean", "long", "int",
+ "java.lang.String", "long", "long", "boolean", "boolean",
+ "boolean", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "java.util.Date", "java.util.Date", "java.util.Date",
+ "java.lang.String", "boolean", "long", "int", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -115,21 +115,20 @@ public class DettPraticaServiceClp implements DettPraticaService {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "java.util.Date",
- "boolean", "int", "int", "boolean", "int", "boolean", "int",
- "boolean", "java.lang.String", "java.lang.String",
+ "java.util.Date", "boolean", "int", "int", "boolean", "int",
+ "boolean", "int", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "java.lang.String", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "boolean",
"boolean", "boolean"
};
@@ -583,12 +582,12 @@ public class DettPraticaServiceClp implements DettPraticaService {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -748,8 +747,6 @@ public class DettPraticaServiceClp implements DettPraticaService {
soggettoSostituitoId,
- oldDettPraticaId,
-
ClpSerializer.translateInput(destinazione),
ClpSerializer.translateInput(ag),
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
index 4f206d68..5d477f0e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
@@ -144,12 +144,12 @@ public class DettPraticaServiceUtil {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -274,24 +274,23 @@ public class DettPraticaServiceUtil {
integrazione, protocollo, tipoIntegrazione, completa, gestita,
codicePagamento, causalePagamento, mezzoPagamento, importoBolli,
importoSpeseIstruttoria, dataEffettuazione, statusTask,
- workflowForzato, soggettoSostituitoId, oldDettPraticaId,
- destinazione, ag, descLongIntervento, via, localita,
- estremiCatastali, estremiPratCom, variataDa, varianteNumero,
- varianteSostanziale, operaConforme, collaudoStatico,
- codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori,
- codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato,
- lavoriInEconomiaCommittente, inizioLavoriContestualeOpera,
- dataInizioLavoriOpera, dataInizioEsecuzioneOpera,
- dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoId,
- lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio,
- dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie,
- deCostruzione, deRistrutturazione, deUso, dePubblica, dePrivata,
- deUtilizzazione, dePosizioneEdificio, deInfStradalePonte,
- deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong,
- deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale,
- deInfOperaAccIdraulica, deInfOperaAccAltro,
- deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc,
- dccFondazioni, dccStruttureEleMuraturePietrame,
+ workflowForzato, soggettoSostituitoId, destinazione, ag,
+ descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero, varianteSostanziale,
+ operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente,
+ codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo,
+ codiceRuoloDelegato, lavoriInEconomiaCommittente,
+ inizioLavoriContestualeOpera, dataInizioLavoriOpera,
+ dataInizioEsecuzioneOpera, dataFineEsecuzioneOpera, metratura,
+ lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale,
+ numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani,
+ deAltezza, deInterrati, deSuperficie, deCostruzione,
+ deRistrutturazione, deUso, dePubblica, dePrivata, deUtilizzazione,
+ dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada,
+ deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv,
+ deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica,
+ deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro,
+ deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame,
dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto,
dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio,
dccStruttureEleCA, dccStruttureEleLegno, dccStruttureEleMistoCA,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
index f1a0fa0c..78eaefeb 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
@@ -144,12 +144,12 @@ public class DettPraticaServiceWrapper implements DettPraticaService,
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -273,11 +273,10 @@ public class DettPraticaServiceWrapper implements DettPraticaService,
intPraticaId, integrazione, protocollo, tipoIntegrazione, completa,
gestita, codicePagamento, causalePagamento, mezzoPagamento,
importoBolli, importoSpeseIstruttoria, dataEffettuazione,
- statusTask, workflowForzato, soggettoSostituitoId,
- oldDettPraticaId, destinazione, ag, descLongIntervento, via,
- localita, estremiCatastali, estremiPratCom, variataDa,
- varianteNumero, varianteSostanziale, operaConforme,
- collaudoStatico, codiceFiscaleDelegatoCommittente,
+ statusTask, workflowForzato, soggettoSostituitoId, destinazione,
+ ag, descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero, varianteSostanziale,
+ operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente,
codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo,
codiceRuoloDelegato, lavoriInEconomiaCommittente,
inizioLavoriContestualeOpera, dataInizioLavoriOpera,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
index 6d3402c0..54d6b4ce 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
@@ -470,9 +470,4 @@ public interface FineLavoriLocalService extends BaseLocalService,
java.lang.String codiceFiscaleDelegatoCollaudo)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
-
- @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
index 6b5798d6..1ddfe738 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
@@ -295,10 +295,6 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
_methodName54 = "findIntPraticaByFineLavori";
_methodParameterTypes54 = new String[] { "java.lang.String" };
-
- _methodName55 = "fetchByOldDettPraticaId";
-
- _methodParameterTypes55 = new String[] { "long" };
}
@Override
@@ -2148,35 +2144,6 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
return (java.util.List)ClpSerializer.translateOutput(returnObj);
}
- @Override
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- Object returnObj = null;
-
- try {
- returnObj = _invokableLocalService.invokeMethod(_methodName55,
- _methodParameterTypes55, new Object[] { oldDettPraticaId });
- }
- 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 (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
- }
-
private InvokableLocalService _invokableLocalService;
private String _methodName0;
private String[] _methodParameterTypes0;
@@ -2286,6 +2253,4 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
private String[] _methodParameterTypes53;
private String _methodName54;
private String[] _methodParameterTypes54;
- private String _methodName55;
- private String[] _methodParameterTypes55;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
index 6995b2d6..9679fdb9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
@@ -585,12 +585,6 @@ public class FineLavoriLocalServiceUtil {
.findIntPraticaByFineLavori(codiceFiscaleDelegatoCollaudo);
}
- public static it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getService().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
public static void clearService() {
_service = null;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
index 50579a5c..633caf83 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
@@ -631,13 +631,6 @@ public class FineLavoriLocalServiceWrapper implements FineLavoriLocalService,
return _fineLavoriLocalService.findIntPraticaByFineLavori(codiceFiscaleDelegatoCollaudo);
}
- @Override
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return _fineLavoriLocalService.fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
*/
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java
index 238b7330..b6946daf 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java
@@ -350,7 +350,7 @@ public interface IntPraticaLocalService extends BaseLocalService,
long territorioId, java.lang.String tipoProcedura,
java.util.Date dtSorteggio, java.lang.String statoPratica,
java.lang.String numeroProgetto, boolean validata, int esitoControllo,
- java.util.Date dtPratica, long oldIntPraticaId,
+ java.util.Date dtPratica,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@@ -419,11 +419,6 @@ public interface IntPraticaLocalService extends BaseLocalService,
public int countByC_UserId(long companyId, long userId)
throws com.liferay.portal.kernel.exception.SystemException;
- @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
- public it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
public void updateStatus(long intPraticaId, int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java
index 2b5a9a99..47775a09 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java
@@ -151,7 +151,7 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
_methodParameterTypes26 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.lang.String", "java.util.Date", "java.lang.String",
- "java.lang.String", "boolean", "int", "java.util.Date", "long",
+ "java.lang.String", "boolean", "int", "java.util.Date",
"com.liferay.portal.service.ServiceContext"
};
@@ -223,239 +223,235 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
_methodParameterTypes40 = new String[] { "long", "long" };
- _methodName41 = "fetchByOldIntPraticaId";
+ _methodName41 = "updateStatus";
- _methodParameterTypes41 = new String[] { "long" };
+ _methodParameterTypes41 = new String[] { "long", "int" };
- _methodName42 = "updateStatus";
+ _methodName42 = "findByCompanyIdSoggettoProgetti";
- _methodParameterTypes42 = new String[] { "long", "int" };
+ _methodParameterTypes42 = new String[] { "long", "long" };
- _methodName43 = "findByCompanyIdSoggettoProgetti";
+ _methodName43 = "countByCompanyIdSoggettoProgetti";
_methodParameterTypes43 = new String[] { "long", "long" };
- _methodName44 = "countByCompanyIdSoggettoProgetti";
+ _methodName44 = "findByCompanyIdSoggettoArchivio";
_methodParameterTypes44 = new String[] { "long", "long" };
- _methodName45 = "findByCompanyIdSoggettoArchivio";
+ _methodName45 = "countByCompanyIdSoggettoArchivio";
_methodParameterTypes45 = new String[] { "long", "long" };
- _methodName46 = "countByCompanyIdSoggettoArchivio";
+ _methodName46 = "findByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes46 = new String[] { "long", "long" };
+ _methodParameterTypes46 = new String[] { "long", "long", "int", "int" };
- _methodName47 = "findByCompanyIdSoggettoAltriProgetti";
+ _methodName47 = "countByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes47 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes47 = new String[] { "long", "long" };
- _methodName48 = "countByCompanyIdSoggettoAltriProgetti";
+ _methodName48 = "findByCanAddFineLavori";
- _methodParameterTypes48 = new String[] { "long", "long" };
-
- _methodName49 = "findByCanAddFineLavori";
-
- _methodParameterTypes49 = new String[] {
+ _methodParameterTypes48 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName50 = "countByCanAddFineLavori";
+ _methodName49 = "countByCanAddFineLavori";
- _methodParameterTypes50 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes49 = new String[] { "long", "java.lang.String" };
- _methodName51 = "findByCanAddCollaudo";
+ _methodName50 = "findByCanAddCollaudo";
- _methodParameterTypes51 = new String[] {
+ _methodParameterTypes50 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName52 = "countByCanAddCollaudo";
+ _methodName51 = "countByCanAddCollaudo";
- _methodParameterTypes52 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes51 = new String[] { "long", "java.lang.String" };
- _methodName53 = "search";
+ _methodName52 = "search";
- _methodParameterTypes53 = new String[] { "java.util.List", "int", "int" };
+ _methodParameterTypes52 = new String[] { "java.util.List", "int", "int" };
- _methodName54 = "countSearch";
+ _methodName53 = "countSearch";
- _methodParameterTypes54 = new String[] { "java.util.List" };
+ _methodParameterTypes53 = new String[] { "java.util.List" };
- _methodName55 = "searchWithIntPraticaId";
+ _methodName54 = "searchWithIntPraticaId";
- _methodParameterTypes55 = new String[] {
+ _methodParameterTypes54 = new String[] {
"java.util.List", "long", "int", "int"
};
- _methodName56 = "countSearchWithIntPraticaId";
+ _methodName55 = "countSearchWithIntPraticaId";
- _methodParameterTypes56 = new String[] { "java.util.List", "long" };
+ _methodParameterTypes55 = new String[] { "java.util.List", "long" };
- _methodName57 = "allegaFileAnnullamento";
+ _methodName56 = "allegaFileAnnullamento";
- _methodParameterTypes57 = new String[] {
+ _methodParameterTypes56 = new String[] {
"long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName58 = "generateFileAnnullamento";
+ _methodName57 = "generateFileAnnullamento";
- _methodParameterTypes58 = new String[] {
+ _methodParameterTypes57 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName59 = "deleteFileAnnullamento";
+ _methodName58 = "deleteFileAnnullamento";
- _methodParameterTypes59 = new String[] { "long" };
+ _methodParameterTypes58 = new String[] { "long" };
- _methodName60 = "completeAnnullamento";
+ _methodName59 = "completeAnnullamento";
- _methodParameterTypes60 = new String[] { "long" };
+ _methodParameterTypes59 = new String[] { "long" };
- _methodName61 = "cambiaIstruttore";
+ _methodName60 = "cambiaIstruttore";
- _methodParameterTypes61 = new String[] { "long", "long", "long" };
+ _methodParameterTypes60 = new String[] { "long", "long", "long" };
- _methodName62 = "countCaricoLavoroCF";
+ _methodName61 = "countCaricoLavoroCF";
- _methodParameterTypes62 = new String[] {
+ _methodParameterTypes61 = new String[] {
"long", "java.lang.String", "java.lang.Boolean",
"java.lang.Long[][]"
};
- _methodName63 = "countCaricoLavoroIstruttore";
+ _methodName62 = "countCaricoLavoroIstruttore";
- _methodParameterTypes63 = new String[] {
+ _methodParameterTypes62 = new String[] {
"long", "java.lang.String", "java.lang.Boolean"
};
- _methodName64 = "generateReportPratica";
+ _methodName63 = "generateReportPratica";
- _methodParameterTypes64 = new String[] {
+ _methodParameterTypes63 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName65 = "updateModifiedDate";
+ _methodName64 = "updateModifiedDate";
- _methodParameterTypes65 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes64 = new String[] { "long", "java.util.Date" };
- _methodName66 = "countAutorizzazione";
+ _methodName65 = "countAutorizzazione";
- _methodParameterTypes66 = new String[] {
+ _methodParameterTypes65 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName67 = "countSanatorie";
+ _methodName66 = "countSanatorie";
- _methodParameterTypes67 = new String[] {
+ _methodParameterTypes66 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName68 = "countOpereMinoreImportanza";
+ _methodName67 = "countOpereMinoreImportanza";
- _methodParameterTypes68 = new String[] {
+ _methodParameterTypes67 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName69 = "countDeposito";
+ _methodName68 = "countDeposito";
- _methodParameterTypes69 = new String[] {
+ _methodParameterTypes68 = new String[] {
"java.util.Date", "java.util.Date", "long", "boolean"
};
- _methodName70 = "countVidimate";
+ _methodName69 = "countVidimate";
- _methodParameterTypes70 = new String[] {
+ _methodParameterTypes69 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName71 = "countControllo";
+ _methodName70 = "countControllo";
- _methodParameterTypes71 = new String[] {
+ _methodParameterTypes70 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName72 = "importaVecchiFilesFascicolo";
+ _methodName71 = "importaVecchiFilesFascicolo";
- _methodParameterTypes72 = new String[] { "long", "int", "int" };
+ _methodParameterTypes71 = new String[] { "long", "int", "int" };
- _methodName73 = "findIntPraticaNotExist";
+ _methodName72 = "findIntPraticaNotExist";
- _methodParameterTypes73 = new String[] { };
+ _methodParameterTypes72 = new String[] { };
- _methodName74 = "riparaWorkflow";
+ _methodName73 = "riparaWorkflow";
- _methodParameterTypes74 = new String[] { };
+ _methodParameterTypes73 = new String[] { };
- _methodName75 = "reIndexFascicolo";
+ _methodName74 = "reIndexFascicolo";
- _methodParameterTypes75 = new String[] {
+ _methodParameterTypes74 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName76 = "reIndexFasciolo";
+ _methodName75 = "reIndexFasciolo";
- _methodParameterTypes76 = new String[] { "java.lang.String", "long" };
+ _methodParameterTypes75 = new String[] { "java.lang.String", "long" };
- _methodName77 = "reIndexFasciolo";
+ _methodName76 = "reIndexFasciolo";
- _methodParameterTypes77 = new String[] { "long", "long" };
+ _methodParameterTypes76 = new String[] { "long", "long" };
- _methodName78 = "trovaDoppioni";
+ _methodName77 = "trovaDoppioni";
- _methodParameterTypes78 = new String[] { };
+ _methodParameterTypes77 = new String[] { };
- _methodName79 = "findByNumeroProgetto";
+ _methodName78 = "findByNumeroProgetto";
- _methodParameterTypes79 = new String[] { "java.lang.String" };
+ _methodParameterTypes78 = new String[] { "java.lang.String" };
- _methodName80 = "findByTerritorioId";
+ _methodName79 = "findByTerritorioId";
- _methodParameterTypes80 = new String[] { "long" };
+ _methodParameterTypes79 = new String[] { "long" };
- _methodName81 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
+ _methodName80 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
- _methodParameterTypes81 = new String[] {
+ _methodParameterTypes80 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName82 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
+ _methodName81 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
- _methodParameterTypes82 = new String[] {
+ _methodParameterTypes81 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName83 = "reportPraticheVidimate";
+ _methodName82 = "reportPraticheVidimate";
- _methodParameterTypes83 = new String[] {
+ _methodParameterTypes82 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName84 = "reportPraticheVidimateCalcolaDataSorteggio";
+ _methodName83 = "reportPraticheVidimateCalcolaDataSorteggio";
- _methodParameterTypes84 = new String[] {
+ _methodParameterTypes83 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName85 = "countIngressiAutorizzazioni";
+ _methodName84 = "countIngressiAutorizzazioni";
- _methodParameterTypes85 = new String[] {
+ _methodParameterTypes84 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName86 = "countIngressiDepositi";
+ _methodName85 = "countIngressiDepositi";
- _methodParameterTypes86 = new String[] {
+ _methodParameterTypes85 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName87 = "countIngressiCO";
+ _methodName86 = "countIngressiCO";
- _methodParameterTypes87 = new String[] {
+ _methodParameterTypes86 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
}
@@ -1286,7 +1282,7 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
long territorioId, java.lang.String tipoProcedura,
java.util.Date dtSorteggio, java.lang.String statoPratica,
java.lang.String numeroProgetto, boolean validata, int esitoControllo,
- java.util.Date dtPratica, long oldIntPraticaId,
+ java.util.Date dtPratica,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
@@ -1318,8 +1314,6 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
ClpSerializer.translateInput(dtPratica),
- oldIntPraticaId,
-
ClpSerializer.translateInput(serviceContext)
});
}
@@ -1832,42 +1826,13 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
return ((Integer)returnObj).intValue();
}
- @Override
- public it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- Object returnObj = null;
-
- try {
- returnObj = _invokableLocalService.invokeMethod(_methodName41,
- _methodParameterTypes41, new Object[] { oldIntPraticaId });
- }
- 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 (it.tref.liferay.portos.bo.model.IntPratica)ClpSerializer.translateOutput(returnObj);
- }
-
@Override
public void updateStatus(long intPraticaId, int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName42,
- _methodParameterTypes42, new Object[] { intPraticaId, status });
+ _invokableLocalService.invokeMethod(_methodName41,
+ _methodParameterTypes41, new Object[] { intPraticaId, status });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1898,8 +1863,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName43,
- _methodParameterTypes43,
+ returnObj = _invokableLocalService.invokeMethod(_methodName42,
+ _methodParameterTypes42,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -1932,8 +1897,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName44,
- _methodParameterTypes44,
+ returnObj = _invokableLocalService.invokeMethod(_methodName43,
+ _methodParameterTypes43,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -1967,8 +1932,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName45,
- _methodParameterTypes45,
+ returnObj = _invokableLocalService.invokeMethod(_methodName44,
+ _methodParameterTypes44,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -2001,8 +1966,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName46,
- _methodParameterTypes46,
+ returnObj = _invokableLocalService.invokeMethod(_methodName45,
+ _methodParameterTypes45,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -2036,8 +2001,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName47,
- _methodParameterTypes47,
+ returnObj = _invokableLocalService.invokeMethod(_methodName46,
+ _methodParameterTypes46,
new Object[] { companyId, soggettoId, start, end });
}
catch (Throwable t) {
@@ -2071,8 +2036,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName48,
- _methodParameterTypes48,
+ returnObj = _invokableLocalService.invokeMethod(_methodName47,
+ _methodParameterTypes47,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -2106,8 +2071,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName49,
- _methodParameterTypes49,
+ returnObj = _invokableLocalService.invokeMethod(_methodName48,
+ _methodParameterTypes48,
new Object[] {
companyId,
@@ -2149,8 +2114,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName50,
- _methodParameterTypes50,
+ returnObj = _invokableLocalService.invokeMethod(_methodName49,
+ _methodParameterTypes49,
new Object[] {
companyId,
@@ -2188,8 +2153,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName51,
- _methodParameterTypes51,
+ returnObj = _invokableLocalService.invokeMethod(_methodName50,
+ _methodParameterTypes50,
new Object[] {
companyId,
@@ -2231,8 +2196,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName52,
- _methodParameterTypes52,
+ returnObj = _invokableLocalService.invokeMethod(_methodName51,
+ _methodParameterTypes51,
new Object[] {
companyId,
@@ -2269,8 +2234,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName53,
- _methodParameterTypes53,
+ returnObj = _invokableLocalService.invokeMethod(_methodName52,
+ _methodParameterTypes52,
new Object[] {
ClpSerializer.translateInput(groupIds),
@@ -2304,8 +2269,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName54,
- _methodParameterTypes54,
+ returnObj = _invokableLocalService.invokeMethod(_methodName53,
+ _methodParameterTypes53,
new Object[] { ClpSerializer.translateInput(groupIds) });
}
catch (Throwable t) {
@@ -2334,8 +2299,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName55,
- _methodParameterTypes55,
+ returnObj = _invokableLocalService.invokeMethod(_methodName54,
+ _methodParameterTypes54,
new Object[] {
ClpSerializer.translateInput(groupIds),
@@ -2372,8 +2337,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName56,
- _methodParameterTypes56,
+ returnObj = _invokableLocalService.invokeMethod(_methodName55,
+ _methodParameterTypes55,
new Object[] {
ClpSerializer.translateInput(groupIds),
@@ -2410,8 +2375,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName57,
- _methodParameterTypes57,
+ returnObj = _invokableLocalService.invokeMethod(_methodName56,
+ _methodParameterTypes56,
new Object[] {
intPraticaId,
@@ -2461,8 +2426,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName58,
- _methodParameterTypes58,
+ returnObj = _invokableLocalService.invokeMethod(_methodName57,
+ _methodParameterTypes57,
new Object[] {
intPraticaId,
@@ -2501,8 +2466,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName59,
- _methodParameterTypes59,
+ _invokableLocalService.invokeMethod(_methodName58,
+ _methodParameterTypes58,
new Object[] { docPraticaAnnullamentoId });
}
catch (Throwable t) {
@@ -2531,8 +2496,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName60,
- _methodParameterTypes60, new Object[] { intPraticaId });
+ _invokableLocalService.invokeMethod(_methodName59,
+ _methodParameterTypes59, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2561,8 +2526,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName61,
- _methodParameterTypes61,
+ _invokableLocalService.invokeMethod(_methodName60,
+ _methodParameterTypes60,
new Object[] { intPraticaId, controlloPraticaId, istruttoreId });
}
catch (Throwable t) {
@@ -2595,8 +2560,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName62,
- _methodParameterTypes62,
+ returnObj = _invokableLocalService.invokeMethod(_methodName61,
+ _methodParameterTypes61,
new Object[] {
ispettoreId,
@@ -2637,8 +2602,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName63,
- _methodParameterTypes63,
+ returnObj = _invokableLocalService.invokeMethod(_methodName62,
+ _methodParameterTypes62,
new Object[] {
ispettoreId,
@@ -2674,8 +2639,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName64,
- _methodParameterTypes64,
+ returnObj = _invokableLocalService.invokeMethod(_methodName63,
+ _methodParameterTypes63,
new Object[] {
ClpSerializer.translateInput(intPratica),
@@ -2713,8 +2678,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName65,
- _methodParameterTypes65,
+ returnObj = _invokableLocalService.invokeMethod(_methodName64,
+ _methodParameterTypes64,
new Object[] {
intPraticaId,
@@ -2751,8 +2716,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName66,
- _methodParameterTypes66,
+ returnObj = _invokableLocalService.invokeMethod(_methodName65,
+ _methodParameterTypes65,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2787,8 +2752,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName67,
- _methodParameterTypes67,
+ returnObj = _invokableLocalService.invokeMethod(_methodName66,
+ _methodParameterTypes66,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2823,8 +2788,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName68,
- _methodParameterTypes68,
+ returnObj = _invokableLocalService.invokeMethod(_methodName67,
+ _methodParameterTypes67,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2859,8 +2824,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName69,
- _methodParameterTypes69,
+ returnObj = _invokableLocalService.invokeMethod(_methodName68,
+ _methodParameterTypes68,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2897,8 +2862,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName70,
- _methodParameterTypes70,
+ returnObj = _invokableLocalService.invokeMethod(_methodName69,
+ _methodParameterTypes69,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2938,8 +2903,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName71,
- _methodParameterTypes71,
+ returnObj = _invokableLocalService.invokeMethod(_methodName70,
+ _methodParameterTypes70,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2978,8 +2943,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName72,
- _methodParameterTypes72,
+ returnObj = _invokableLocalService.invokeMethod(_methodName71,
+ _methodParameterTypes71,
new Object[] { companyId, start, end });
}
catch (Throwable t) {
@@ -3007,8 +2972,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName73,
- _methodParameterTypes73, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName72,
+ _methodParameterTypes72, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3035,8 +3000,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName74,
- _methodParameterTypes74, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName73,
+ _methodParameterTypes73, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3061,8 +3026,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
public void reIndexFascicolo(
it.tref.liferay.portos.bo.model.IntPratica intPratica, long companyId) {
try {
- _invokableLocalService.invokeMethod(_methodName75,
- _methodParameterTypes75,
+ _invokableLocalService.invokeMethod(_methodName74,
+ _methodParameterTypes74,
new Object[] { ClpSerializer.translateInput(intPratica), companyId });
}
catch (Throwable t) {
@@ -3082,8 +3047,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
public void reIndexFasciolo(java.lang.String numeroProgetto, long companyId)
throws com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName76,
- _methodParameterTypes76,
+ _invokableLocalService.invokeMethod(_methodName75,
+ _methodParameterTypes75,
new Object[] {
ClpSerializer.translateInput(numeroProgetto),
@@ -3112,8 +3077,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName77,
- _methodParameterTypes77,
+ _invokableLocalService.invokeMethod(_methodName76,
+ _methodParameterTypes76,
new Object[] { intPraticaId, companyId });
}
catch (Throwable t) {
@@ -3143,8 +3108,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName78,
- _methodParameterTypes78, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName77,
+ _methodParameterTypes77, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3172,8 +3137,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName79,
- _methodParameterTypes79,
+ returnObj = _invokableLocalService.invokeMethod(_methodName78,
+ _methodParameterTypes78,
new Object[] { ClpSerializer.translateInput(numeroProgetto) });
}
catch (Throwable t) {
@@ -3202,8 +3167,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName80,
- _methodParameterTypes80, new Object[] { territorioId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName79,
+ _methodParameterTypes79, new Object[] { territorioId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3232,8 +3197,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName81,
- _methodParameterTypes81,
+ returnObj = _invokableLocalService.invokeMethod(_methodName80,
+ _methodParameterTypes80,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3270,8 +3235,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName82,
- _methodParameterTypes82,
+ returnObj = _invokableLocalService.invokeMethod(_methodName81,
+ _methodParameterTypes81,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3307,8 +3272,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName83,
- _methodParameterTypes83,
+ returnObj = _invokableLocalService.invokeMethod(_methodName82,
+ _methodParameterTypes82,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3345,8 +3310,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName84,
- _methodParameterTypes84,
+ returnObj = _invokableLocalService.invokeMethod(_methodName83,
+ _methodParameterTypes83,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3381,8 +3346,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName85,
- _methodParameterTypes85,
+ returnObj = _invokableLocalService.invokeMethod(_methodName84,
+ _methodParameterTypes84,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3417,8 +3382,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName86,
- _methodParameterTypes86,
+ returnObj = _invokableLocalService.invokeMethod(_methodName85,
+ _methodParameterTypes85,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3453,8 +3418,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName87,
- _methodParameterTypes87,
+ returnObj = _invokableLocalService.invokeMethod(_methodName86,
+ _methodParameterTypes86,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3655,6 +3620,4 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
private String[] _methodParameterTypes85;
private String _methodName86;
private String[] _methodParameterTypes86;
- private String _methodName87;
- private String[] _methodParameterTypes87;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java
index 88d5a474..a776c658 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java
@@ -382,14 +382,14 @@ public class IntPraticaLocalServiceUtil {
long territorioId, java.lang.String tipoProcedura,
java.util.Date dtSorteggio, java.lang.String statoPratica,
java.lang.String numeroProgetto, boolean validata, int esitoControllo,
- java.util.Date dtPratica, long oldIntPraticaId,
+ java.util.Date dtPratica,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.addIntPratica(userId, userName, tipoPratica, territorioId,
tipoProcedura, dtSorteggio, statoPratica, numeroProgetto, validata,
- esitoControllo, dtPratica, oldIntPraticaId, serviceContext);
+ esitoControllo, dtPratica, serviceContext);
}
public static void clearDb() throws java.lang.Exception {
@@ -491,12 +491,6 @@ public class IntPraticaLocalServiceUtil {
return getService().countByC_UserId(companyId, userId);
}
- public static it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getService().fetchByOldIntPraticaId(oldIntPraticaId);
- }
-
public static void updateStatus(long intPraticaId, int status)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java
index eb571d25..303ae615 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java
@@ -407,14 +407,14 @@ public class IntPraticaLocalServiceWrapper implements IntPraticaLocalService,
long territorioId, java.lang.String tipoProcedura,
java.util.Date dtSorteggio, java.lang.String statoPratica,
java.lang.String numeroProgetto, boolean validata, int esitoControllo,
- java.util.Date dtPratica, long oldIntPraticaId,
+ java.util.Date dtPratica,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _intPraticaLocalService.addIntPratica(userId, userName,
tipoPratica, territorioId, tipoProcedura, dtSorteggio,
statoPratica, numeroProgetto, validata, esitoControllo, dtPratica,
- oldIntPraticaId, serviceContext);
+ serviceContext);
}
@Override
@@ -531,13 +531,6 @@ public class IntPraticaLocalServiceWrapper implements IntPraticaLocalService,
return _intPraticaLocalService.countByC_UserId(companyId, userId);
}
- @Override
- public it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return _intPraticaLocalService.fetchByOldIntPraticaId(oldIntPraticaId);
- }
-
@Override
public void updateStatus(long intPraticaId, int status)
throws com.liferay.portal.kernel.exception.PortalException,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistence.java
index dd96f64e..b38fdeff 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistence.java
@@ -1255,64 +1255,6 @@ public interface CollaudoPersistence extends BasePersistence {
public int countByIntPraticaId_Parziale(long intPraticaId, boolean parziale)
throws com.liferay.portal.kernel.exception.SystemException;
- /**
- * Returns the collaudo where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchCollaudoException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo
- * @throws it.tref.liferay.portos.bo.NoSuchCollaudoException if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException;
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the collaudo where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the collaudo that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.Collaudo removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException;
-
- /**
- * Returns the number of collaudos where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching collaudos
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the collaudo in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
index 5a1e40dd..12303223 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/CollaudoUtil.java
@@ -1592,75 +1592,6 @@ public class CollaudoUtil {
.countByIntPraticaId_Parziale(intPraticaId, parziale);
}
- /**
- * Returns the collaudo where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchCollaudoException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo
- * @throws it.tref.liferay.portos.bo.NoSuchCollaudoException if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the collaudo where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the collaudo that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.Collaudo removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchCollaudoException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of collaudos where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching collaudos
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the collaudo in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
index 79d089ac..e7c32a55 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistence.java
@@ -652,64 +652,6 @@ public interface DettPraticaPersistence extends BasePersistence {
java.lang.String protocollo)
throws com.liferay.portal.kernel.exception.SystemException;
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica findByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPratica(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the dett praticas where intPraticaId = ? and tipoIntegrazione = ? and completa = ?.
*
@@ -1025,64 +967,6 @@ public interface DettPraticaPersistence extends BasePersistence {
java.lang.String tipoIntegrazione)
throws com.liferay.portal.kernel.exception.SystemException;
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException;
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the dett pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
index 1073369b..6fcc52c6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/DettPraticaUtil.java
@@ -838,75 +838,6 @@ public class DettPraticaUtil {
.countByC_G_Protocollo(companyId, groupId, protocollo);
}
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica findByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().findByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPratica(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPratica(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPratica(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().removeByOldDettPratica(oldDettPraticaId);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPratica(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPratica(oldDettPraticaId);
- }
-
/**
* Returns all the dett praticas where intPraticaId = ? and tipoIntegrazione = ? and completa = ?.
*
@@ -1302,75 +1233,6 @@ public class DettPraticaUtil {
tipoIntegrazione);
}
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.DettPratica removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchDettPraticaException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the dett pratica in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
index d52509a0..0a8cffd9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistence.java
@@ -1417,64 +1417,6 @@ public interface FineLavoriPersistence extends BasePersistence {
boolean parziale, boolean completata)
throws com.liferay.portal.kernel.exception.SystemException;
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchFineLavoriException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori
- * @throws it.tref.liferay.portos.bo.NoSuchFineLavoriException if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException;
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the fine lavori where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the fine lavori that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.FineLavori removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException;
-
- /**
- * Returns the number of fine lavoris where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching fine lavoris
- * @throws SystemException if a system exception occurred
- */
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Caches the fine lavori in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
index 5c6c8855..5d4dffb1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/FineLavoriUtil.java
@@ -1795,75 +1795,6 @@ public class FineLavoriUtil {
parziale, completata);
}
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchFineLavoriException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori
- * @throws it.tref.liferay.portos.bo.NoSuchFineLavoriException if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori findByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException {
- return getPersistence().findByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori fetchByOldDettPraticaId(
- long oldDettPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldDettPraticaId(oldDettPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the fine lavori where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the fine lavori that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.FineLavori removeByOldDettPraticaId(
- long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchFineLavoriException {
- return getPersistence().removeByOldDettPraticaId(oldDettPraticaId);
- }
-
- /**
- * Returns the number of fine lavoris where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching fine lavoris
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldDettPraticaId(long oldDettPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldDettPraticaId(oldDettPraticaId);
- }
-
/**
* Caches the fine lavori in the entity cache if it is enabled.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistence.java
index 00b5612e..f17aae3c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistence.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistence.java
@@ -898,64 +898,6 @@ public interface IntPraticaPersistence extends BasePersistence {
public int filterCountByC_Group(long companyId, long groupId)
throws com.liferay.portal.kernel.exception.SystemException;
- /**
- * Returns the int pratica where oldIntPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchIntPraticaException} if it could not be found.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica
- * @throws it.tref.liferay.portos.bo.NoSuchIntPraticaException if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.IntPratica findByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchIntPraticaException;
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException;
-
- /**
- * Removes the int pratica where oldIntPraticaId = ? from the database.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the int pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public it.tref.liferay.portos.bo.model.IntPratica removeByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchIntPraticaException;
-
- /**
- * Returns the number of int praticas where oldIntPraticaId = ?.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the number of matching int praticas
- * @throws SystemException if a system exception occurred
- */
- public int countByOldIntPraticaId(long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException;
-
/**
* Returns all the int praticas where status = ? and dtPratica = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaUtil.java
index 228501d3..ec707959 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaUtil.java
@@ -1128,75 +1128,6 @@ public class IntPraticaUtil {
return getPersistence().filterCountByC_Group(companyId, groupId);
}
- /**
- * Returns the int pratica where oldIntPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchIntPraticaException} if it could not be found.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica
- * @throws it.tref.liferay.portos.bo.NoSuchIntPraticaException if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.IntPratica findByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchIntPraticaException {
- return getPersistence().findByOldIntPraticaId(oldIntPraticaId);
- }
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().fetchByOldIntPraticaId(oldIntPraticaId);
- }
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.IntPratica fetchByOldIntPraticaId(
- long oldIntPraticaId, boolean retrieveFromCache)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence()
- .fetchByOldIntPraticaId(oldIntPraticaId, retrieveFromCache);
- }
-
- /**
- * Removes the int pratica where oldIntPraticaId = ? from the database.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the int pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- public static it.tref.liferay.portos.bo.model.IntPratica removeByOldIntPraticaId(
- long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException,
- it.tref.liferay.portos.bo.NoSuchIntPraticaException {
- return getPersistence().removeByOldIntPraticaId(oldIntPraticaId);
- }
-
- /**
- * Returns the number of int praticas where oldIntPraticaId = ?.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the number of matching int praticas
- * @throws SystemException if a system exception occurred
- */
- public static int countByOldIntPraticaId(long oldIntPraticaId)
- throws com.liferay.portal.kernel.exception.SystemException {
- return getPersistence().countByOldIntPraticaId(oldIntPraticaId);
- }
-
/**
* Returns all the int praticas where status = ? and dtPratica = ?.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
index 0e989e7d..2ec4072f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
@@ -20,83 +20,6 @@ import com.liferay.portal.kernel.util.Validator;
public class PraticaUtil {
-
- // TODO forse non serve più
- // public static String generateTitle(long dettPraticaId) throws PortalException, SystemException
- // {
- // return generateTitle(dettPraticaId, Locale.ITALIAN);
- // }
- //
- // public static String generateTitle(long dettPraticaId, Locale locale, String tipoPratica)
- // throws PortalException,
- // SystemException {
- //
- // DettPratica dettPratica = DettPraticaLocalServiceUtil.getDettPratica(dettPraticaId);
- // IntPratica intPratica =
- // IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
- //
- // StringBuffer titolo = new StringBuffer(StringPool.BLANK);
- // if (dettPratica.getIntegrazione() != 0L) {
- // String tipoIntegrazione = dettPratica.getTipoIntegrazione();
- // if (tipoIntegrazione.equals(TipoIntegrazioneConstants.RICHIESTA_INTEGRAZIONE)) {
- // titolo.append("Richiesta Integrazione numero " + dettPratica.getIntegrazione());
- // titolo.append(" relativa al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.ANNULLA)) {
- // titolo.append("Annullamento");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.VARIAZIONE_SOGGETTO)) {
- // titolo.append("Variazione Soggetto");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.FINE_LAVORO)) {
- // titolo.append("Fine Lavoro");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.FINE_LAVORO_PARZIALE)) {
- // titolo.append("Fine Lavoro Parziale");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.COLLAUDO)) {
- // titolo.append("Collaudo");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else if (tipoIntegrazione.equals(TipoIntegrazioneConstants.COLLAUDO_PARZIALE)) {
- // titolo.append("Collaudo Parziale");
- // titolo.append(" relativo al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // } else {
- // titolo.append("Richiesta Integrazione numero " + dettPratica.getIntegrazione());
- // titolo.append(" relativa al protocollo n. " + dettPratica.getProtocollo() + " alla pratica di "
- // + tipoPratica);
- // }
- // } else {
- // if (intPratica.isVariante()) {
- // titolo.append("Variante numero " + intPratica.getVarianteNumero() +
- // " relativa al protocollo n. "
- // + dettPratica.getProtocollo() + " alla pratica di " + tipoPratica);
- // } else {
- // titolo.append("Pratica di " + tipoPratica + " relativa al protocollo n. " +
- // dettPratica.getProtocollo());
- // }
- // }
- //
- // if (Validator.isNotNull(intPratica.getNumeroProgetto())) {
- // titolo.append(" al progetto numero " + intPratica.getNumeroProgetto());
- // }
- //
- // return titolo.toString();
- // }
- //
- // public static String generateContent(long dettPraticaId) throws PortalException,
- // SystemException {
- // DettPratica dettPratica = DettPraticaLocalServiceUtil.getDettPratica(dettPraticaId);
- // IntPratica intPratica =
- // IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
- // return intPratica.getDescLongIntervento();
- // }
-
public static String getFolderName(long dettPraticaId) {
return StringUtils.leftPad(String.valueOf(dettPraticaId), 10, '0') + StringPool.UNDERLINE + dettPraticaId;
@@ -122,23 +45,11 @@ public class PraticaUtil {
* allMethod.put(StatoPraticaConstants.AUTORIZZAZIONE_NEGATA, new String[]
* {StatoPraticaConstants.AUTORIZZAZIONE , StatoPraticaConstants . INTEGRAZIONE });
*/
- allMethod.put(StatoPraticaConstants.CONFORME, new String[] {StatoPraticaConstants.NON_CONFORME/*
- * ,
- * StatoPraticaConstants
- * .
- * INTEGRAZIONE
- */});
- allMethod.put(StatoPraticaConstants.NON_CONFORME, new String[] {StatoPraticaConstants.CONFORME/*
- * ,
- * StatoPraticaConstants
- * .
- * INTEGRAZIONE
- */});
+ allMethod.put(StatoPraticaConstants.CONFORME, new String[] {StatoPraticaConstants.NON_CONFORME});
+ allMethod.put(StatoPraticaConstants.NON_CONFORME, new String[] {StatoPraticaConstants.CONFORME});
allMethod.put(StatoPraticaConstants.VIDIMATA, new String[] {StatoPraticaConstants.CONFORME,
- StatoPraticaConstants.NON_CONFORME/*
- * , StatoPraticaConstants.INTEGRAZIONE
- */});
+ StatoPraticaConstants.NON_CONFORME});
allMethod.put(StatoPraticaConstants.INTEGRAZIONE, new String[] {StatoPraticaConstants.CONFORME,
StatoPraticaConstants.NON_CONFORME});
@@ -175,7 +86,6 @@ public class PraticaUtil {
hiddens.add("workflowForzato");
hiddens.add("soggettoSostituitoId");
hiddens.add("dtInvioSignal");
- hiddens.add("oldDettPraticaId");
hiddens.add("tipoIntegrazione");
hiddens.add("varianteSostanziale");
hiddens.add("varianteNumero");
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
index be04fcc3..4ee480a2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
@@ -441,12 +441,6 @@ public class ValidazionePraticaUtil {
public static boolean isSectionCompleted(String section, long dettPraticaId) throws PortalException,
SystemException {
- // DettPratica dettPratica =
- // DettPraticaServiceUtil.getLastEditableByIntPratica(intPraticaId);
- // if(dettPratica == null)
- // return true; // Se non ce ne sono editabili vuole dire che è
- // completa
-
switch (section) {
case SezioniUtil.SEZIONE_DETTAGLI_PRINCIPALI:
return isDettagliPrincipaliCompleta(dettPraticaId);
@@ -467,12 +461,6 @@ public class ValidazionePraticaUtil {
public static List notCompletedSection(String section, long dettPraticaId)
throws PortalException, SystemException {
- // DettPratica dettPratica =
- // DettPraticaServiceUtil.getLastEditableByIntPratica(intPraticaId);
- // if(dettPratica == null)
- // return new ArrayList(); // Se non ce ne sono editabili vuole
- // dire che è completa
-
switch (section) {
case SezioniUtil.SEZIONE_DETTAGLI_PRINCIPALI:
return notCompletedDettagliPrincipali(dettPraticaId);
@@ -545,28 +533,10 @@ public class ValidazionePraticaUtil {
|| dettPratica.getTcAdeguamentoSismico() || dettPratica
.getTcRiparazioneInterventoLocale()
- )
- // && Validator.isNotNull(dettPratica.getDestinazione())
- // && Validator.isNotNull(dettPratica.getLocalita())
- && Validator.isNotNull(dettPratica.getVia())
- // && (
- //
- // Validator.isNotNull(dettPratica.getLocalizzazioneGeografica()) &&
- // !("|||".equalsIgnoreCase(dettPratica
- // .getLocalizzazioneGeografica()))
- //
- // )
- // && Validator.isNotNull(dettPratica.getDcFoglio())
- // && Validator.isNotNull(dettPratica.getDcAllegato())
- // && (Validator.isNotNull(dettPratica.getDcParticelle()) &&
- // !"|||".equalsIgnoreCase(dettPratica.getDcParticelle()))
- ;
-
- // Se è importata da Portos 1 nessun controllo su localizzazione
- // geografica
- boolean coordinateGeografiche = Validator.isNotNull(intPratica.getOldIntPraticaId()) ? true
- : Validator.isNotNull(dettPratica.getLocalizzazioneGeografica())
- && !("|||".equalsIgnoreCase(dettPratica.getLocalizzazioneGeografica()));
+ ) && Validator.isNotNull(dettPratica.getVia());
+
+ boolean coordinateGeografiche = Validator.isNotNull(dettPratica.getLocalizzazioneGeografica())
+ && !("|||".equalsIgnoreCase(dettPratica.getLocalizzazioneGeografica()));
return controllo && coordinateGeografiche;
}
@@ -639,12 +609,6 @@ public class ValidazionePraticaUtil {
// notCompleted.add("dp-particelle");
// }
- // Se è importata da Portos 1 nessun controllo su localizzazione
- // geografica
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- return notCompleted;
- }
-
if (Validator.isNull(dettPratica.getLocalizzazioneGeografica())
|| dettPratica.getLocalizzazioneGeografica().startsWith("||")) {
notCompleted.add("Localizzazione geografica mancante");
@@ -1021,7 +985,6 @@ public class ValidazionePraticaUtil {
SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
List notCompleted = new ArrayList<>();
@@ -1164,7 +1127,6 @@ public class ValidazionePraticaUtil {
SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
- IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
// Se check NormArt3com3 sez. geologica non obbligatoria
if (dettPratica.getNormArt3com3()) {
@@ -1172,32 +1134,27 @@ public class ValidazionePraticaUtil {
}
boolean formGeologo = false;
- // Se da Portos 1 non valido i dati
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- formGeologo = true;
- } else {
- formGeologo = Validator.isNotNull(dettPratica.getGeoDtRelazione())
- && Validator.isNotNull(dettPratica.getGeoClasseIndagine())
- && Validator.isNotNull(dettPratica.getGeoOperaRilevante())
- && Validator.isNotNull(dettPratica.getGeoCategoriaSottosuolo())
- && Validator.isNotNull(dettPratica.getGeoCategoriaTopografica())
- && Validator.isNotNull(dettPratica.getGeoOpereDiSostegno())
- && Validator.isNotNull(dettPratica.getGeoConsolidamento())
- && Validator.isNotNull(dettPratica.getGeoOpereInSotterranea())
- && Validator.isNotNull(dettPratica.getGeoPericolositaGeologica())
- && Validator.isNotNull(dettPratica.getGeoPericolositaGeomorfica())
- && Validator.isNotNull(dettPratica.getGeoRischioGeomorfologicoPai())
- && Validator.isNotNull(dettPratica.getGeoPericolositaIdraulicaPai())
- && Validator.isNotNull(dettPratica.getGeoRischioIdraulicoPai())
- && Validator.isNotNull(dettPratica.getGeoPericolositaSismica())
- && Validator.isNotNull(dettPratica.getGeoFattibilitaSismica())
- && Validator.isNotNull(dettPratica.getGeoPericolositaIdraulica())
- && Validator.isNotNull(dettPratica.getGeoFattibilitaIdraulica())
- && Validator.isNotNull(dettPratica.getGeoFattibilitaGeologica())
- && Validator.isNotNull(dettPratica.getGeoPresenzaPrescrizioni())
- && Validator.isNotNull(dettPratica.getGeoEvidenzeGeologiche())
- && Validator.isNotNull(dettPratica.getGeoEvidenzeGeomorfiche());
- }
+ formGeologo = Validator.isNotNull(dettPratica.getGeoDtRelazione())
+ && Validator.isNotNull(dettPratica.getGeoClasseIndagine())
+ && Validator.isNotNull(dettPratica.getGeoOperaRilevante())
+ && Validator.isNotNull(dettPratica.getGeoCategoriaSottosuolo())
+ && Validator.isNotNull(dettPratica.getGeoCategoriaTopografica())
+ && Validator.isNotNull(dettPratica.getGeoOpereDiSostegno())
+ && Validator.isNotNull(dettPratica.getGeoConsolidamento())
+ && Validator.isNotNull(dettPratica.getGeoOpereInSotterranea())
+ && Validator.isNotNull(dettPratica.getGeoPericolositaGeologica())
+ && Validator.isNotNull(dettPratica.getGeoPericolositaGeomorfica())
+ && Validator.isNotNull(dettPratica.getGeoRischioGeomorfologicoPai())
+ && Validator.isNotNull(dettPratica.getGeoPericolositaIdraulicaPai())
+ && Validator.isNotNull(dettPratica.getGeoRischioIdraulicoPai())
+ && Validator.isNotNull(dettPratica.getGeoPericolositaSismica())
+ && Validator.isNotNull(dettPratica.getGeoFattibilitaSismica())
+ && Validator.isNotNull(dettPratica.getGeoPericolositaIdraulica())
+ && Validator.isNotNull(dettPratica.getGeoFattibilitaIdraulica())
+ && Validator.isNotNull(dettPratica.getGeoFattibilitaGeologica())
+ && Validator.isNotNull(dettPratica.getGeoPresenzaPrescrizioni())
+ && Validator.isNotNull(dettPratica.getGeoEvidenzeGeologiche())
+ && Validator.isNotNull(dettPratica.getGeoEvidenzeGeomorfiche());
List delegheGeologo = DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(
dettPraticaId, DelegheUtil.TIPO_GEOLOGO, new String[] { DelegheUtil.STATO_ESEGUITA },
@@ -1210,8 +1167,7 @@ public class ValidazionePraticaUtil {
List a14Docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(
dettPratica.getIntPraticaId(), DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14,
QueryUtil.ALL_POS, QueryUtil.ALL_POS);
- boolean a14 = Validator.isNotNull(intPratica.getOldIntPraticaId()) ? true
- : (!a14Docs.isEmpty() || !delegheGeologo.isEmpty());
+ boolean a14 = !a14Docs.isEmpty() || !delegheGeologo.isEmpty();
if (!a14) {
for (DocPratica doc : a14Docs) {
@@ -1288,7 +1244,7 @@ public class ValidazionePraticaUtil {
List a06Docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(
dettPratica.getIntPraticaId(), DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A06,
QueryUtil.ALL_POS, QueryUtil.ALL_POS);
- boolean a06 = Validator.isNotNull(intPratica.getOldIntPraticaId()) ? true : !a06Docs.isEmpty();
+ boolean a06 = !a06Docs.isEmpty();
if (!a06Docs.isEmpty()) {
for (DocPratica doc : a06Docs) {
@@ -1347,7 +1303,7 @@ public class ValidazionePraticaUtil {
List a16Docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologie(
intPraticaId, tipologiaAllegati.toArray(new String[0]), QueryUtil.ALL_POS,
QueryUtil.ALL_POS);
- boolean a16 = Validator.isNotNull(intPratica.getOldIntPraticaId()) ? true : !a16Docs.isEmpty();
+ boolean a16 = !a16Docs.isEmpty();
if (!a16Docs.isEmpty()) {
for (DocPratica doc : a16Docs) {
@@ -1384,7 +1340,6 @@ public class ValidazionePraticaUtil {
SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
- IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
List notCompleted = new ArrayList<>();
// Se check NormArt3com3 sez. geologica non obbligatoria
@@ -1392,9 +1347,7 @@ public class ValidazionePraticaUtil {
return Collections.emptyList();
}
- if (Validator.isNull(intPratica.getOldIntPraticaId())) {
- notCompleted.addAll(notCompletedDatiSezionGeologica(dettPraticaId));
- }
+ notCompleted.addAll(notCompletedDatiSezionGeologica(dettPraticaId));
if (!dettPratica.getNormArt3com3()) {
long intPraticaId = dettPratica.getIntPraticaId();
@@ -1418,8 +1371,7 @@ public class ValidazionePraticaUtil {
dettPraticaId, DelegheUtil.TIPO_GEOLOGO, new String[] { DelegheUtil.STATO_ESEGUITA },
QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
- if (a14.isEmpty() && delegheGeologo.isEmpty()
- && Validator.isNull(intPratica.getOldIntPraticaId())) {
+ if (a14.isEmpty() && delegheGeologo.isEmpty()) {
notCompleted.add("A14 non presente");
} else {
for (DocPratica doc : a14) {
@@ -1442,7 +1394,7 @@ public class ValidazionePraticaUtil {
}
}
- if (a05.isEmpty() && Validator.isNull(intPratica.getOldIntPraticaId())) {
+ if (a05.isEmpty()) {
// if(!dettPratica.isLavoriPubblici()){
notCompleted.add("A05 non presente");
// }
@@ -1486,7 +1438,7 @@ public class ValidazionePraticaUtil {
}
}
- if (a06.isEmpty() && Validator.isNull(intPratica.getOldIntPraticaId())) {
+ if (a06.isEmpty()) {
notCompleted.add("A06 non presente");
} else {
for (DocPratica doc : a06) {
@@ -1505,7 +1457,7 @@ public class ValidazionePraticaUtil {
}
}
- if (a15.isEmpty() && Validator.isNull(intPratica.getOldIntPraticaId())) {
+ if (a15.isEmpty()) {
// SECONDO EMAIL DELLA PASOTTI DEL 26 Maggio questo documento
// non è obbligatorio
// notCompleted.add("A15 non presente");
@@ -1526,7 +1478,7 @@ public class ValidazionePraticaUtil {
}
}
- if (a16.isEmpty() && Validator.isNull(intPratica.getOldIntPraticaId())) {
+ if (a16.isEmpty()) {
notCompleted.add("Indagini geologiche non presenti");
} else {
@@ -1711,9 +1663,6 @@ public class ValidazionePraticaUtil {
List tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriDomanda(intPratica
.getTipoProcedura());
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- tipologiaAllegati.addAll(DocumentiPraticaUtil.getDocObbligatoriDomandaPortos1());
- }
// ASD
List appTipologiaSoggetti = TipoSoggettoUtil.getAllSubjects();
@@ -1743,10 +1692,6 @@ public class ValidazionePraticaUtil {
boolean contieneDocumenti = false;
for (String codiceDoc : tipologiaAllegati) {
- if (DocumentiPraticaUtil.getDocObbligatoriDomandaPortos1().contains(codiceDoc)) {
- continue;
- }
-
if (isDocPraticaRequired(dettPratica, codiceDoc)) {
List docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(
intPraticaId, codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
@@ -1826,11 +1771,6 @@ public class ValidazionePraticaUtil {
}
- // Se da Portos 1 non faccio i controlli successivi
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- return true;
- }
-
// Ogni progettista e direttore dei lavori deve avere apposto almeno una
// firma sulla totalità degli allegati
if (contieneDocumenti) {
@@ -1864,15 +1804,11 @@ public class ValidazionePraticaUtil {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
long intPraticaId = dettPratica.getIntPraticaId();
IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
- String tipoProcedura = intPratica.getTipoProcedura();
List notCompleted = new ArrayList<>();
List tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriDomanda(intPratica
.getTipoProcedura());
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- tipologiaAllegati.addAll(DocumentiPraticaUtil.getDocObbligatoriDomandaPortos1());
- }
List tipologiaSoggettiApp = TipoSoggettoUtil.getAllSubjects();
List tipologiaSoggetti = new ArrayList();
@@ -1889,9 +1825,6 @@ public class ValidazionePraticaUtil {
List firmeTotali = new ArrayList<>();
for (String codiceDoc : tipologiaAllegati) {
- if (DocumentiPraticaUtil.getDocObbligatoriDomandaPortos1().contains(codiceDoc)) {
- continue;
- }
if (isDocPraticaRequired(dettPratica, codiceDoc)) {
List docs = DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(
intPraticaId, codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
@@ -1989,11 +1922,6 @@ public class ValidazionePraticaUtil {
}
}
- // Se da Portos 1 non faccio i controlli successivi
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- return notCompleted;
- }
-
// Ogni progettista e direttore dei lavori deve avere apposto almeno una
// firma sulla totalitÃÂ
// degli allegati
@@ -2047,10 +1975,6 @@ public class ValidazionePraticaUtil {
switch (codiceDoc) {
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A00:
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- return false;
- }
// ADT BUG ID = 5
if (isRiparazioneLocale(dettPratica)) {
return false;
@@ -2059,15 +1983,10 @@ public class ValidazionePraticaUtil {
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A05:
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A06:
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A07:
- // case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14:
- // case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A15:
- // case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A16: //non so che
- // doc è
return !dettPratica.getNormArt3com3();
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A15:
- // nell'ultima version A15 non è più obbligtorio, ma se c'è deve
- // essere firmato da GEOLOGO E
- // DIRETTORE dei LAVORI
+ // nell'ultima version A15 non è più obbligtorio, ma se c'è deve
+ // essere firmato da GEOLOGO E DIRETTORE dei LAVORI
return false;
case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A09:
return !dettPratica.getNormArt3com4();
@@ -2195,7 +2114,6 @@ public class ValidazionePraticaUtil {
private static boolean isA17Required(DettPratica dettPratica) throws SystemException {
- long praticaId = dettPratica.getDettPraticaId();
List ditte = SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto(
dettPratica.getDettPraticaId(), TipoSoggettoUtil.DITTA);
List committenti = SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto(
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
index fbbf45f6..bcb7d0c8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
@@ -28,7 +28,6 @@ IX_35025CCD=portos_bo_Avviso.ControlloPraticaId_tipoDocumento
IX_35025CCD=portos_bo_Avviso.ControlloPraticaIds_tipoDocumento
IX_13C9EEB4=portos_bo_Avviso.IntPratica
IX_13C9EEB4=portos_bo_Avviso.IntPraticaId
-IX_B1C0C700=portos_bo_Avviso.IntPraticaId_Inviato
IX_ABE20D5C=portos_bo_Avviso.IntPraticaId_tipoDocumento
IX_ABE20D5C=portos_bo_Avviso.IntPraticaIds_tipoDocumento
IX_B1C0C700=portos_bo_Avviso.IntPratica_Inviato
@@ -44,7 +43,6 @@ IX_F1DE015B=portos_bo_Collaudo.IntPraticaId
IX_DBB744B8=portos_bo_Collaudo.IntPraticaId_CodiceFiscale
IX_C5A53931=portos_bo_Collaudo.IntPraticaId_Completata
IX_28168019=portos_bo_Collaudo.IntPraticaId_Parziale
-IX_729BECA2=portos_bo_Collaudo.OldDettPraticaId
IX_9BEECB8=portos_bo_Collaudo.Protocollo
IX_785A57DF=portos_bo_Collaudo.UUID_G
IX_D4A5BD2B=portos_bo_Collaudo.Uuid
@@ -100,8 +98,6 @@ IX_49B6CCD0=portos_bo_DettPratica.C_G_Protocollo
IX_20C9FEF1=portos_bo_DettPratica.IntPraticaId
IX_1965DA50=portos_bo_DettPratica.IntPraticaId_TipoIntegrazione
IX_E9890939=portos_bo_DettPratica.IntPraticaId_TipoIntegrazione_Completa
-IX_29832F38=portos_bo_DettPratica.OldDettPratica
-IX_29832F38=portos_bo_DettPratica.OldDettPraticaId
IX_C59957CE=portos_bo_DettPratica.Protocollo
IX_9C3D47F5=portos_bo_DettPratica.UUID_G
IX_4EE3C55=portos_bo_DettPratica.Uuid
@@ -137,7 +133,6 @@ IX_EB5AE4E4=portos_bo_FineLavori.IntPraticaId_CodiceFiscale
IX_F683FC85=portos_bo_FineLavori.IntPraticaId_Completata
IX_82B6086D=portos_bo_FineLavori.IntPraticaId_Parziale
IX_2CE13543=portos_bo_FineLavori.IntPraticaId_Parziale_Completata
-IX_FC4D43F6=portos_bo_FineLavori.OldDettPraticaId
IX_ABC9530C=portos_bo_FineLavori.Protocollo
IX_A7617433=portos_bo_FineLavori.UUID_G
IX_1DE1B257=portos_bo_FineLavori.Uuid
@@ -153,7 +148,6 @@ IX_A0E465CE=portos_bo_IUV.UUID_G
IX_1D6A765C=portos_bo_IUV.Uuid
IX_BFE13C4C=portos_bo_IUV.Uuid_C
-IX_8ACE890F=portos_bo_InfoFascicolo.DettPratica
IX_41FDB69F=portos_bo_InfoFascicolo.IntPratica
IX_3F61CC23=portos_bo_InfoFascicolo.UUID_G
IX_3FD1AC67=portos_bo_InfoFascicolo.Uuid
@@ -161,7 +155,6 @@ IX_B49E6161=portos_bo_InfoFascicolo.Uuid_C
IX_9929E083=portos_bo_IntPratica.C_Group
IX_E75F8D41=portos_bo_IntPratica.C_UserId
-IX_5690AE94=portos_bo_IntPratica.OldIntPraticaId
IX_779B836B=portos_bo_IntPratica.P
IX_4736A755=portos_bo_IntPratica.TerritorioId
IX_DB56E0F7=portos_bo_IntPratica.UUID_G
@@ -214,11 +207,9 @@ IX_B54B3A90=portos_bo_Soggetto.Uuid
IX_EB38F98=portos_bo_Soggetto.Uuid_C
IX_9ED63274=portos_bo_Soggetto.oldSoggettoId
-IX_9B8A8E5B=portos_bo_Sorteggio.Anno_Mese
IX_E29C9013=portos_bo_Sorteggio.Anno_Mese_Settimana
IX_C446DA4F=portos_bo_Sorteggio.C_DettPratica
IX_237B57DD=portos_bo_Sorteggio.C_GroupId
-IX_9A169FAF=portos_bo_Sorteggio.GroupId_Anno_Mese
IX_E6D6223F=portos_bo_Sorteggio.GroupId_Anno_Mese_Settimana
IX_1946734D=portos_bo_Sorteggio.IntPraticaId
IX_B4103770=portos_bo_Sorteggio.OldSorteggioId
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
index a6e35890..dfd764a8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
@@ -40,7 +40,6 @@ create index IX_F1DE015B on portos_bo_Collaudo (intPraticaId);
create index IX_DBB744B8 on portos_bo_Collaudo (intPraticaId, codiceFiscaleDelegato);
create index IX_C5A53931 on portos_bo_Collaudo (intPraticaId, completata);
create index IX_28168019 on portos_bo_Collaudo (intPraticaId, parziale);
-create index IX_729BECA2 on portos_bo_Collaudo (oldDettPraticaId);
create index IX_9BEECB8 on portos_bo_Collaudo (protocollo);
create index IX_D4A5BD2B on portos_bo_Collaudo (uuid_);
create index IX_91A2EE1D on portos_bo_Collaudo (uuid_, companyId);
@@ -95,7 +94,6 @@ create index IX_49B6CCD0 on portos_bo_DettPratica (companyId, groupId, protocoll
create index IX_20C9FEF1 on portos_bo_DettPratica (intPraticaId);
create index IX_1965DA50 on portos_bo_DettPratica (intPraticaId, tipoIntegrazione);
create index IX_E9890939 on portos_bo_DettPratica (intPraticaId, tipoIntegrazione, completa);
-create index IX_29832F38 on portos_bo_DettPratica (oldDettPraticaId);
create index IX_C59957CE on portos_bo_DettPratica (protocollo);
create index IX_4EE3C55 on portos_bo_DettPratica (uuid_);
create index IX_488A30B3 on portos_bo_DettPratica (uuid_, companyId);
@@ -131,7 +129,6 @@ create index IX_EB5AE4E4 on portos_bo_FineLavori (intPraticaId, codiceFiscaleDel
create index IX_F683FC85 on portos_bo_FineLavori (intPraticaId, completata);
create index IX_82B6086D on portos_bo_FineLavori (intPraticaId, parziale);
create index IX_2CE13543 on portos_bo_FineLavori (intPraticaId, parziale, completata);
-create index IX_FC4D43F6 on portos_bo_FineLavori (oldDettPraticaId);
create index IX_ABC9530C on portos_bo_FineLavori (protocollo);
create index IX_1DE1B257 on portos_bo_FineLavori (uuid_);
create index IX_1B544571 on portos_bo_FineLavori (uuid_, companyId);
@@ -147,7 +144,6 @@ create index IX_1D6A765C on portos_bo_IUV (uuid_);
create index IX_BFE13C4C on portos_bo_IUV (uuid_, companyId);
create unique index IX_A0E465CE on portos_bo_IUV (uuid_, groupId);
-create index IX_8ACE890F on portos_bo_InfoFascicolo (dettPraticaId);
create index IX_41FDB69F on portos_bo_InfoFascicolo (intPraticaId);
create index IX_3FD1AC67 on portos_bo_InfoFascicolo (uuid_);
create index IX_B49E6161 on portos_bo_InfoFascicolo (uuid_, companyId);
@@ -155,7 +151,6 @@ create unique index IX_3F61CC23 on portos_bo_InfoFascicolo (uuid_, groupId);
create index IX_9929E083 on portos_bo_IntPratica (companyId, groupId);
create index IX_E75F8D41 on portos_bo_IntPratica (companyId, userId);
-create index IX_5690AE94 on portos_bo_IntPratica (oldIntPraticaId);
create index IX_779B836B on portos_bo_IntPratica (status, dtPratica);
create index IX_4736A755 on portos_bo_IntPratica (territorioId);
create index IX_B06E1913 on portos_bo_IntPratica (uuid_);
@@ -169,7 +164,6 @@ create index IX_3BCF688E on portos_bo_Pagamento (mezzo, utilizzata);
create index IX_434F524C on portos_bo_Pagamento (mezzo, utilizzata, createDate);
create index IX_BE4330DB on portos_bo_Pagamento (mezzo, utilizzata, emailPending, createDate);
create index IX_B598AAE2 on portos_bo_Pagamento (oldPagamentoId);
-create index IX_74B9236F on portos_bo_Pagamento (utilizzata);
create index IX_8815F580 on portos_bo_Pagamento (uuid_);
create index IX_C25B9EA8 on portos_bo_Pagamento (uuid_, companyId);
create unique index IX_D00BAF2A on portos_bo_Pagamento (uuid_, groupId);
@@ -209,11 +203,9 @@ create index IX_B54B3A90 on portos_bo_Soggetto (uuid_);
create index IX_EB38F98 on portos_bo_Soggetto (uuid_, companyId);
create unique index IX_BE8B1C1A on portos_bo_Soggetto (uuid_, groupId);
-create index IX_9B8A8E5B on portos_bo_Sorteggio (anno, mese);
create index IX_E29C9013 on portos_bo_Sorteggio (anno, mese, settimana);
create index IX_C446DA4F on portos_bo_Sorteggio (companyId, dettPraticaId);
create index IX_237B57DD on portos_bo_Sorteggio (companyId, groupId);
-create index IX_9A169FAF on portos_bo_Sorteggio (groupId, anno, mese);
create index IX_E6D6223F on portos_bo_Sorteggio (groupId, anno, mese, settimana);
create index IX_1946734D on portos_bo_Sorteggio (intPraticaId);
create index IX_B4103770 on portos_bo_Sorteggio (oldSorteggioId);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
index 73c1831a..ad93643e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
@@ -107,8 +107,7 @@ create table portos_bo_Collaudo (
causalePagamento VARCHAR(75) null,
mezzoPagamento VARCHAR(75) null,
normEsenteBollo BOOLEAN,
- importoBolli VARCHAR(75) null,
- oldDettPraticaId LONG
+ importoBolli VARCHAR(75) null
);
create table portos_bo_Comune (
@@ -230,7 +229,6 @@ create table portos_bo_DettPratica (
workflowForzato BOOLEAN,
soggettoSostituitoId LONG,
dtInvioSignal DATE null,
- oldDettPraticaId LONG,
destinazione VARCHAR(10) null,
ag VARCHAR(10) null,
descLongIntervento STRING null,
@@ -507,8 +505,7 @@ create table portos_bo_FineLavori (
codicePagamento VARCHAR(75) null,
causalePagamento VARCHAR(75) null,
mezzoPagamento VARCHAR(75) null,
- importoBolli VARCHAR(75) null,
- oldDettPraticaId LONG
+ importoBolli VARCHAR(75) null
);
create table portos_bo_HistoryWorkflowAction (
@@ -576,7 +573,6 @@ create table portos_bo_IntPratica (
statusDate DATE null,
esitoControllo INTEGER,
dtPratica DATE null,
- oldIntPraticaId LONG,
sospesa BOOLEAN,
dtSospensione DATE null,
codiceFiscaleDelegatoFineLavori VARCHAR(75) null,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
index 53f2ebaf..cd15e02e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
@@ -147,7 +147,6 @@
-
@@ -280,7 +279,6 @@
-
@@ -564,7 +562,6 @@
-
@@ -624,7 +621,6 @@
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
index 5bb4c787..f2c6e998 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
@@ -124,7 +124,6 @@
-
@@ -256,7 +255,6 @@
-
10
@@ -609,7 +607,6 @@
-
@@ -664,7 +661,6 @@
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
index e2620200..e5943749 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
@@ -179,7 +179,6 @@
-
@@ -382,7 +381,6 @@
TIMESTAMP
-
@@ -710,7 +708,6 @@
-
@@ -803,7 +800,6 @@
TIMESTAMP
-
TIMESTAMP
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/startup/DatabaseUpdateAction.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/startup/DatabaseUpdateAction.java
index 8e0e1dcb..454b5571 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/startup/DatabaseUpdateAction.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/startup/DatabaseUpdateAction.java
@@ -1,5 +1,14 @@
package it.mwg.sismica.bo.startup;
+import it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl;
+import it.tref.liferay.portos.bo.model.impl.CollaudoImpl;
+import it.tref.liferay.portos.bo.model.impl.DelegaImpl;
+import it.tref.liferay.portos.bo.model.impl.DettPraticaImpl;
+import it.tref.liferay.portos.bo.model.impl.FineLavoriImpl;
+import it.tref.liferay.portos.bo.model.impl.IntPraticaImpl;
+import it.tref.liferay.portos.bo.model.impl.SorteggioImpl;
+import it.tref.liferay.portos.bo.model.impl.TerritorioImpl;
+
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
@@ -10,91 +19,125 @@ import com.liferay.portal.kernel.events.ActionException;
import com.liferay.portal.kernel.events.SimpleAction;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.util.Validator;
public class DatabaseUpdateAction extends SimpleAction {
private static final Log _log = LogFactoryUtil.getLog(DatabaseUpdateAction.class.getName());
- private Connection connection;
+ private static Connection connection = null;
+ private static Statement s = null;
@Override
public void run(String[] ids) throws ActionException {
try {
connection = DataAccess.getUpgradeOptimizedConnection();
- Statement s = connection.createStatement();
+ s = connection.createStatement();
- if (!hasColumn("portos_bo_intpratica", "tipoprocedura")) {
- _log.info("Aggiornamento a v2 di portos_bo_intpratica");
- s.executeUpdate("ALTER TABLE portos_bo_intpratica ADD COLUMN tipoprocedura VARCHAR(75) NULL");
+ if (!hasColumn(IntPraticaImpl.TABLE_NAME, "tipoProcedura")) {
+ _log.info("Aggiornamento a v2 di " + IntPraticaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + IntPraticaImpl.TABLE_NAME
+ + " ADD COLUMN tipoProcedura VARCHAR(75) NULL");
+ }
+ if (hasColumn(IntPraticaImpl.TABLE_NAME, "oldIntPraticaId")) {
+ _log.info("Aggiornamento a v3 di " + IntPraticaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + IntPraticaImpl.TABLE_NAME + " DROP COLUMN oldIntPraticaId");
}
- if (!hasColumn("portos_bo_dettpratica", "georischiogeomorfologicopai")) {
- String[] columns = new String[] { "geoclasseindagine", "geopericolositageologica",
- "geopericolositageomorfica", "geopericolositasismica", "geofattibilitasismica",
- "geopericolositaidraulica", "geofattibilitaidraulica", "geofattibilitageologica" };
+ if (!hasColumn(DettPraticaImpl.TABLE_NAME, "geoRischioGeomorfologicoPai")) {
+ String[] columns = new String[] { "geoClasseIndagine", "geoPericolositaGeologica",
+ "geoPericolositaGeomorfica", "geoPericolositaSismica", "geoFattibilitaSismica",
+ "geoPericolositaIdraulica", "geoFattibilitaIdraulica", "geoFattibilitaGeologica" };
for (String column : columns) {
- int righe = s.executeUpdate("UPDATE portos_bo_dettpratica SET " + column + "='NA' "
- + "WHERE " + column + "='0'");
+ int righe = s.executeUpdate("UPDATE " + DettPraticaImpl.TABLE_NAME + " SET " + column
+ + "='NA' " + "WHERE " + column + "='0'");
if (righe > 0) {
- _log.info("Aggiornate " + righe + " righe in portos_bo_dettpratica, colonna "
- + column);
+ _log.info("Aggiornate " + righe + " righe in " + DettPraticaImpl.TABLE_NAME
+ + ", colonna " + column);
}
}
- _log.info("Aggiornamento a v2 di portos_bo_dettpratica");
- s.executeUpdate("ALTER TABLE portos_bo_dettpratica "
- + "ADD COLUMN georischiogeomorfologicopai VARCHAR(75) NULL,"
+ _log.info("Aggiornamento a v2 di " + DettPraticaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + DettPraticaImpl.TABLE_NAME + " "
+ + "ADD COLUMN geoRischioGeomorfologicoPai VARCHAR(75) NULL,"
+ "ADD COLUMN geopericolositaidraulicapai VARCHAR(75) NULL,"
+ "ADD COLUMN georischioidraulicopai VARCHAR(75) NULL");
}
- if (!hasColumn("portos_bo_dettpratica", "pagmiglioramentosismicosicilia")) {
- _log.info("Aggiornamento a v3 di portos_bo_dettpratica");
- s.executeUpdate("ALTER TABLE portos_bo_dettpratica "
- + "ADD COLUMN pagmiglioramentosismicosicilia BOOL,"
- + "ADD COLUMN pagoperanonquantificabile BOOL,"
- + "ADD COLUMN pagcalcolatoadeguamentosismico VARCHAR(75) NULL,"
- + "ADD COLUMN pagcalcolatomiglioramentosismico VARCHAR(75) NULL,"
- + "ADD COLUMN pagcalcolatoriparazioneinterventolocale VARCHAR(75) NULL,"
- + "ADD COLUMN pagcalcolatooperanonquantificabile VARCHAR(75) NULL,"
- + "ADD COLUMN pageffettivoadeguamentosismico VARCHAR(75) NULL,"
- + "ADD COLUMN pageffettivomiglioramentosismico VARCHAR(75) NULL,"
- + "ADD COLUMN pageffettivoriparazioneinterventolocale VARCHAR(75) NULL,"
- + "ADD COLUMN pageffettivooperanonquantificabile VARCHAR(75) NULL,"
- + "ADD COLUMN pagnoteutente TEXT NULL");
+ if (!hasColumn(DettPraticaImpl.TABLE_NAME, "pagMiglioramentoSismicoSicilia")) {
+ _log.info("Aggiornamento a v3 di " + DettPraticaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + DettPraticaImpl.TABLE_NAME + " "
+ + "ADD COLUMN pagMiglioramentoSismicoSicilia BOOL,"
+ + "ADD COLUMN pagOperaNonQuantificabile BOOL,"
+ + "ADD COLUMN pagCalcolatoAdeguamentoSismico VARCHAR(75) NULL,"
+ + "ADD COLUMN pagCalcolatoMiglioramentoSismico VARCHAR(75) NULL,"
+ + "ADD COLUMN pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) NULL,"
+ + "ADD COLUMN pagCalcolatoOperaNonQuantificabile VARCHAR(75) NULL,"
+ + "ADD COLUMN pagEffettivoAdeguamentoSismico VARCHAR(75) NULL,"
+ + "ADD COLUMN pagEffettivoMiglioramentoSismico VARCHAR(75) NULL,"
+ + "ADD COLUMN pagEffettivoRiparazioneInterventoLocale VARCHAR(75) NULL,"
+ + "ADD COLUMN pagEffettivoOperaNonQuantificabile VARCHAR(75) NULL,"
+ + "ADD COLUMN pagNoteUtente TEXT NULL");
}
- if (!hasColumn("portos_bo_dettpratica", "tcnuovacostruzionecomplessa")) {
- _log.info("Aggiornamento a v4 di portos_bo_dettpratica");
- int righe = s
- .executeUpdate("UPDATE portos_bo_dettpratica SET destinazione='2' WHERE destinazione='1'");
+ if (!hasColumn(DettPraticaImpl.TABLE_NAME, "tcNuovaCostruzioneComplessa")) {
+ _log.info("Aggiornamento a v4 di " + DettPraticaImpl.TABLE_NAME);
+ int righe = s.executeUpdate("UPDATE " + DettPraticaImpl.TABLE_NAME
+ + " SET destinazione='2' WHERE destinazione='1'");
if (righe > 0) {
- _log.info("Aggiornate " + righe + " righe in portos_bo_dettpratica, colonna destinazione");
+ _log.info("Aggiornate " + righe + " righe in " + DettPraticaImpl.TABLE_NAME
+ + ", colonna destinazione");
}
- s.executeUpdate("ALTER TABLE portos_bo_dettpratica ADD COLUMN tcnuovacostruzionecomplessa BOOL NULL");
+ s.executeUpdate("ALTER TABLE " + DettPraticaImpl.TABLE_NAME
+ + " ADD COLUMN tcNuovaCostruzioneComplessa BOOL NULL");
+ }
+
+ if (hasColumn(DettPraticaImpl.TABLE_NAME, "oldDettPraticaId")) {
+ _log.info("Aggiornamento a v5 di " + DettPraticaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + DettPraticaImpl.TABLE_NAME + " DROP COLUMN oldDettPraticaId");
+ }
+
+ if (hasColumn(FineLavoriImpl.TABLE_NAME, "oldDettPraticaId")) {
+ _log.info("Aggiornamento a v2 di " + FineLavoriImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + FineLavoriImpl.TABLE_NAME + " DROP COLUMN oldDettPraticaId");
+ }
+
+ if (hasColumn(CollaudoImpl.TABLE_NAME, "oldDettPraticaId")) {
+ _log.info("Aggiornamento a v2 di " + CollaudoImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + CollaudoImpl.TABLE_NAME + " DROP COLUMN oldDettPraticaId");
}
- if (!hasColumn("portos_bo_territorio", "articolo61")) {
- _log.info("Aggiornamento a v2 di portos_bo_territorio");
- s.executeUpdate("ALTER TABLE portos_bo_territorio ADD COLUMN articolo61 BOOL");
+ if (!hasColumn(TerritorioImpl.TABLE_NAME, "articolo61")) {
+ _log.info("Aggiornamento a v2 di " + TerritorioImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + TerritorioImpl.TABLE_NAME + " ADD COLUMN articolo61 BOOL");
}
- if (!hasColumn("portos_bo_sorteggio", "settimana")) {
- _log.info("Aggiornamento a v2 di portos_bo_sorteggio");
- s.executeUpdate("ALTER TABLE portos_bo_sorteggio ADD COLUMN settimana INTEGER");
+ if (!hasColumn(SorteggioImpl.TABLE_NAME, "settimana")) {
+ _log.info("Aggiornamento a v2 di " + TerritorioImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + TerritorioImpl.TABLE_NAME + " ADD COLUMN settimana INTEGER");
}
- if (!hasColumn("portos_bo_asseverazione", "dichiarazioni")) {
- _log.info("Aggiornamento a v2 di portos_bo_asseverazione");
- s.executeUpdate("ALTER TABLE portos_bo_asseverazione ADD COLUMN dichiarazioni TEXT NULL");
+ if (!hasColumn(AsseverazioneImpl.TABLE_NAME, "dichiarazioni")) {
+ _log.info("Aggiornamento a v2 di " + AsseverazioneImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + AsseverazioneImpl.TABLE_NAME
+ + " ADD COLUMN dichiarazioni TEXT NULL");
}
- if (!hasColumn("portos_bo_delega", "dichiarazioni")) {
- _log.info("Aggiornamento a v2 di portos_bo_delega");
- s.executeUpdate("ALTER TABLE portos_bo_delega ADD COLUMN dichiarazioni TEXT NULL");
+ if (!hasColumn(DelegaImpl.TABLE_NAME, "dichiarazioni")) {
+ _log.info("Aggiornamento a v2 di " + DelegaImpl.TABLE_NAME);
+ s.executeUpdate("ALTER TABLE " + DelegaImpl.TABLE_NAME
+ + " ADD COLUMN dichiarazioni TEXT NULL");
}
} catch (SQLException e) {
_log.error("Errore di accesso al database: ", e);
throw new ActionException(e);
+ } finally {
+ if (Validator.isNotNull(connection)) {
+ if (Validator.isNull(s)) {
+ DataAccess.cleanUp(connection);
+ } else {
+ DataAccess.cleanUp(connection, s);
+ }
+ }
}
}
@@ -102,9 +145,9 @@ public class DatabaseUpdateAction extends SimpleAction {
boolean result = true;
ResultSet rs = null;
try {
- Statement s = connection.createStatement();
rs = s.executeQuery("SELECT " + column + " FROM " + table + " WHERE false");
rs.getMetaData().getColumnName(1);
+ DataAccess.cleanUp(rs);
} catch (SQLException e) {
result = false;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoCacheModel.java
index 0376f6f6..abad7ca5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoCacheModel.java
@@ -37,7 +37,7 @@ import java.util.Date;
public class CollaudoCacheModel implements CacheModel, Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(51);
sb.append("{uuid=");
sb.append(uuid);
@@ -89,8 +89,6 @@ public class CollaudoCacheModel implements CacheModel, Externalizable
sb.append(normEsenteBollo);
sb.append(", importoBolli=");
sb.append(importoBolli);
- sb.append(", oldDettPraticaId=");
- sb.append(oldDettPraticaId);
sb.append("}");
return sb.toString();
@@ -214,8 +212,6 @@ public class CollaudoCacheModel implements CacheModel, Externalizable
collaudoImpl.setImportoBolli(importoBolli);
}
- collaudoImpl.setOldDettPraticaId(oldDettPraticaId);
-
collaudoImpl.resetOriginalValues();
return collaudoImpl;
@@ -248,7 +244,6 @@ public class CollaudoCacheModel implements CacheModel, Externalizable
mezzoPagamento = objectInput.readUTF();
normEsenteBollo = objectInput.readBoolean();
importoBolli = objectInput.readUTF();
- oldDettPraticaId = objectInput.readLong();
}
@Override
@@ -338,8 +333,6 @@ public class CollaudoCacheModel implements CacheModel, Externalizable
else {
objectOutput.writeUTF(importoBolli);
}
-
- objectOutput.writeLong(oldDettPraticaId);
}
public String uuid;
@@ -367,5 +360,4 @@ public class CollaudoCacheModel implements CacheModel, Externalizable
public String mezzoPagamento;
public boolean normEsenteBollo;
public String importoBolli;
- public long oldDettPraticaId;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoModelImpl.java
index cd49c204..db45f3a9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/CollaudoModelImpl.java
@@ -91,10 +91,9 @@ public class CollaudoModelImpl extends BaseModelImpl
{ "causalePagamento", Types.VARCHAR },
{ "mezzoPagamento", Types.VARCHAR },
{ "normEsenteBollo", Types.BOOLEAN },
- { "importoBolli", Types.VARCHAR },
- { "oldDettPraticaId", Types.BIGINT }
+ { "importoBolli", Types.VARCHAR }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_Collaudo (uuid_ VARCHAR(75) null,collaudoId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,parziale BOOLEAN,completata BOOLEAN,gestita BOOLEAN,numero LONG,codiceFiscaleDelegato VARCHAR(75) null,dataEffettuazione DATE null,dataCollaudo DATE null,noteCollaudo STRING null,pagamentoId LONG,codicePagamento VARCHAR(75) null,causalePagamento VARCHAR(75) null,mezzoPagamento VARCHAR(75) null,normEsenteBollo BOOLEAN,importoBolli VARCHAR(75) null,oldDettPraticaId LONG)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_Collaudo (uuid_ VARCHAR(75) null,collaudoId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,parziale BOOLEAN,completata BOOLEAN,gestita BOOLEAN,numero LONG,codiceFiscaleDelegato VARCHAR(75) null,dataEffettuazione DATE null,dataCollaudo DATE null,noteCollaudo STRING null,pagamentoId LONG,codicePagamento VARCHAR(75) null,causalePagamento VARCHAR(75) null,mezzoPagamento VARCHAR(75) null,normEsenteBollo BOOLEAN,importoBolli VARCHAR(75) null)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_Collaudo";
public static final String ORDER_BY_JPQL = " ORDER BY collaudo.collaudoId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_Collaudo.collaudoId ASC";
@@ -115,11 +114,10 @@ public class CollaudoModelImpl extends BaseModelImpl
public static long COMPLETATA_COLUMN_BITMASK = 4L;
public static long GROUPID_COLUMN_BITMASK = 8L;
public static long INTPRATICAID_COLUMN_BITMASK = 16L;
- public static long OLDDETTPRATICAID_COLUMN_BITMASK = 32L;
- public static long PARZIALE_COLUMN_BITMASK = 64L;
- public static long PROTOCOLLO_COLUMN_BITMASK = 128L;
- public static long UUID_COLUMN_BITMASK = 256L;
- public static long COLLAUDOID_COLUMN_BITMASK = 512L;
+ public static long PARZIALE_COLUMN_BITMASK = 32L;
+ public static long PROTOCOLLO_COLUMN_BITMASK = 64L;
+ public static long UUID_COLUMN_BITMASK = 128L;
+ public static long COLLAUDOID_COLUMN_BITMASK = 256L;
/**
* Converts the soap model instance into a normal model instance.
@@ -159,7 +157,6 @@ public class CollaudoModelImpl extends BaseModelImpl
model.setMezzoPagamento(soapModel.getMezzoPagamento());
model.setNormEsenteBollo(soapModel.getNormEsenteBollo());
model.setImportoBolli(soapModel.getImportoBolli());
- model.setOldDettPraticaId(soapModel.getOldDettPraticaId());
return model;
}
@@ -249,7 +246,6 @@ public class CollaudoModelImpl extends BaseModelImpl
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("normEsenteBollo", getNormEsenteBollo());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -406,12 +402,6 @@ public class CollaudoModelImpl extends BaseModelImpl
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
@JSON
@@ -852,29 +842,6 @@ public class CollaudoModelImpl extends BaseModelImpl
_importoBolli = importoBolli;
}
- @JSON
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _columnBitmask |= OLDDETTPRATICAID_COLUMN_BITMASK;
-
- if (!_setOriginalOldDettPraticaId) {
- _setOriginalOldDettPraticaId = true;
-
- _originalOldDettPraticaId = _oldDettPraticaId;
- }
-
- _oldDettPraticaId = oldDettPraticaId;
- }
-
- public long getOriginalOldDettPraticaId() {
- return _originalOldDettPraticaId;
- }
-
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
@@ -937,7 +904,6 @@ public class CollaudoModelImpl extends BaseModelImpl
collaudoImpl.setMezzoPagamento(getMezzoPagamento());
collaudoImpl.setNormEsenteBollo(getNormEsenteBollo());
collaudoImpl.setImportoBolli(getImportoBolli());
- collaudoImpl.setOldDettPraticaId(getOldDettPraticaId());
collaudoImpl.resetOriginalValues();
@@ -1016,10 +982,6 @@ public class CollaudoModelImpl extends BaseModelImpl
collaudoModelImpl._originalCodiceFiscaleDelegato = collaudoModelImpl._codiceFiscaleDelegato;
- collaudoModelImpl._originalOldDettPraticaId = collaudoModelImpl._oldDettPraticaId;
-
- collaudoModelImpl._setOriginalOldDettPraticaId = false;
-
collaudoModelImpl._columnBitmask = 0;
}
@@ -1167,14 +1129,12 @@ public class CollaudoModelImpl extends BaseModelImpl
collaudoCacheModel.importoBolli = null;
}
- collaudoCacheModel.oldDettPraticaId = getOldDettPraticaId();
-
return collaudoCacheModel;
}
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(51);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1226,8 +1186,6 @@ public class CollaudoModelImpl extends BaseModelImpl
sb.append(getNormEsenteBollo());
sb.append(", importoBolli=");
sb.append(getImportoBolli());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append("}");
return sb.toString();
@@ -1235,7 +1193,7 @@ public class CollaudoModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(82);
+ StringBundler sb = new StringBundler(79);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Collaudo");
@@ -1341,10 +1299,6 @@ public class CollaudoModelImpl extends BaseModelImpl
"importoBolli");
- sb.append(
- "oldDettPraticaId");
sb.append("");
@@ -1394,9 +1348,6 @@ public class CollaudoModelImpl extends BaseModelImpl
private String _mezzoPagamento;
private boolean _normEsenteBollo;
private String _importoBolli;
- private long _oldDettPraticaId;
- private long _originalOldDettPraticaId;
- private boolean _setOriginalOldDettPraticaId;
private long _columnBitmask;
private Collaudo _escapedModel;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
index 9ccf20ab..1b1c4e29 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
@@ -38,7 +38,7 @@ public class DettPraticaCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(473);
+ StringBundler sb = new StringBundler(471);
sb.append("{uuid=");
sb.append(uuid);
@@ -108,8 +108,6 @@ public class DettPraticaCacheModel implements CacheModel,
sb.append(soggettoSostituitoId);
sb.append(", dtInvioSignal=");
sb.append(dtInvioSignal);
- sb.append(", oldDettPraticaId=");
- sb.append(oldDettPraticaId);
sb.append(", destinazione=");
sb.append(destinazione);
sb.append(", ag=");
@@ -674,8 +672,6 @@ public class DettPraticaCacheModel implements CacheModel,
dettPraticaImpl.setDtInvioSignal(new Date(dtInvioSignal));
}
- dettPraticaImpl.setOldDettPraticaId(oldDettPraticaId);
-
if (destinazione == null) {
dettPraticaImpl.setDestinazione(StringPool.BLANK);
}
@@ -1458,7 +1454,6 @@ public class DettPraticaCacheModel implements CacheModel,
workflowForzato = objectInput.readBoolean();
soggettoSostituitoId = objectInput.readLong();
dtInvioSignal = objectInput.readLong();
- oldDettPraticaId = objectInput.readLong();
destinazione = objectInput.readUTF();
ag = objectInput.readUTF();
descLongIntervento = objectInput.readUTF();
@@ -1782,7 +1777,6 @@ public class DettPraticaCacheModel implements CacheModel,
objectOutput.writeBoolean(workflowForzato);
objectOutput.writeLong(soggettoSostituitoId);
objectOutput.writeLong(dtInvioSignal);
- objectOutput.writeLong(oldDettPraticaId);
if (destinazione == null) {
objectOutput.writeUTF(StringPool.BLANK);
@@ -2533,7 +2527,6 @@ public class DettPraticaCacheModel implements CacheModel,
public boolean workflowForzato;
public long soggettoSostituitoId;
public long dtInvioSignal;
- public long oldDettPraticaId;
public String destinazione;
public String ag;
public String descLongIntervento;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
index 5be767e3..a58ec33d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
@@ -342,7 +342,6 @@ public class DettPraticaImpl extends DettPraticaBaseImpl {
attributes.put("dtInvioSignal",
Validator.isNotNull(getDtInvioSignal()) ? dateFormatDateTime.format(getDtInvioSignal())
: StringPool.BLANK);
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
attributes.put(
"destinazione",
Validator.isNotNull(getDestinazione()) ? LanguageUtil.get(LocaleUtil.getSiteDefault(),
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
index 97e6dfdd..746bb39c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
@@ -102,7 +102,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
{ "workflowForzato", Types.BOOLEAN },
{ "soggettoSostituitoId", Types.BIGINT },
{ "dtInvioSignal", Types.TIMESTAMP },
- { "oldDettPraticaId", Types.BIGINT },
{ "destinazione", Types.VARCHAR },
{ "ag", Types.VARCHAR },
{ "descLongIntervento", Types.VARCHAR },
@@ -305,7 +304,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
{ "intervFinPubDesc", Types.VARCHAR },
{ "suap", Types.BOOLEAN }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,oldDettPraticaId LONG,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,variataDa LONG,varianteNumero LONG,varianteSostanziale BOOLEAN,operaConforme BOOLEAN,collaudoStatico BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,normLavoriInProprio BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,dpdc BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,variataDa LONG,varianteNumero LONG,varianteSostanziale BOOLEAN,operaConforme BOOLEAN,collaudoStatico BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,normLavoriInProprio BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,dpdc BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_DettPratica";
public static final String ORDER_BY_JPQL = " ORDER BY dettPratica.dettPraticaId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_DettPratica.dettPraticaId ASC";
@@ -325,11 +324,10 @@ public class DettPraticaModelImpl extends BaseModelImpl
public static long COMPLETA_COLUMN_BITMASK = 2L;
public static long GROUPID_COLUMN_BITMASK = 4L;
public static long INTPRATICAID_COLUMN_BITMASK = 8L;
- public static long OLDDETTPRATICAID_COLUMN_BITMASK = 16L;
- public static long PROTOCOLLO_COLUMN_BITMASK = 32L;
- public static long TIPOINTEGRAZIONE_COLUMN_BITMASK = 64L;
- public static long UUID_COLUMN_BITMASK = 128L;
- public static long DETTPRATICAID_COLUMN_BITMASK = 256L;
+ public static long PROTOCOLLO_COLUMN_BITMASK = 16L;
+ public static long TIPOINTEGRAZIONE_COLUMN_BITMASK = 32L;
+ public static long UUID_COLUMN_BITMASK = 64L;
+ public static long DETTPRATICAID_COLUMN_BITMASK = 128L;
/**
* Converts the soap model instance into a normal model instance.
@@ -378,7 +376,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
model.setWorkflowForzato(soapModel.getWorkflowForzato());
model.setSoggettoSostituitoId(soapModel.getSoggettoSostituitoId());
model.setDtInvioSignal(soapModel.getDtInvioSignal());
- model.setOldDettPraticaId(soapModel.getOldDettPraticaId());
model.setDestinazione(soapModel.getDestinazione());
model.setAg(soapModel.getAg());
model.setDescLongIntervento(soapModel.getDescLongIntervento());
@@ -678,7 +675,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
attributes.put("workflowForzato", getWorkflowForzato());
attributes.put("soggettoSostituitoId", getSoggettoSostituitoId());
attributes.put("dtInvioSignal", getDtInvioSignal());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
attributes.put("destinazione", getDestinazione());
attributes.put("ag", getAg());
attributes.put("descLongIntervento", getDescLongIntervento());
@@ -1152,12 +1148,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
setDtInvioSignal(dtInvioSignal);
}
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
-
String destinazione = (String)attributes.get("destinazione");
if (destinazione != null) {
@@ -3034,29 +3024,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
_dtInvioSignal = dtInvioSignal;
}
- @JSON
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _columnBitmask |= OLDDETTPRATICAID_COLUMN_BITMASK;
-
- if (!_setOriginalOldDettPraticaId) {
- _setOriginalOldDettPraticaId = true;
-
- _originalOldDettPraticaId = _oldDettPraticaId;
- }
-
- _oldDettPraticaId = oldDettPraticaId;
- }
-
- public long getOriginalOldDettPraticaId() {
- return _originalOldDettPraticaId;
- }
-
@JSON
@Override
public String getDestinazione() {
@@ -6417,7 +6384,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
dettPraticaImpl.setWorkflowForzato(getWorkflowForzato());
dettPraticaImpl.setSoggettoSostituitoId(getSoggettoSostituitoId());
dettPraticaImpl.setDtInvioSignal(getDtInvioSignal());
- dettPraticaImpl.setOldDettPraticaId(getOldDettPraticaId());
dettPraticaImpl.setDestinazione(getDestinazione());
dettPraticaImpl.setAg(getAg());
dettPraticaImpl.setDescLongIntervento(getDescLongIntervento());
@@ -6693,10 +6659,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
dettPraticaModelImpl._setOriginalCompleta = false;
- dettPraticaModelImpl._originalOldDettPraticaId = dettPraticaModelImpl._oldDettPraticaId;
-
- dettPraticaModelImpl._setOriginalOldDettPraticaId = false;
-
dettPraticaModelImpl._columnBitmask = 0;
}
@@ -6899,8 +6861,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
dettPraticaCacheModel.dtInvioSignal = Long.MIN_VALUE;
}
- dettPraticaCacheModel.oldDettPraticaId = getOldDettPraticaId();
-
dettPraticaCacheModel.destinazione = getDestinazione();
String destinazione = dettPraticaCacheModel.destinazione;
@@ -7879,7 +7839,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(473);
+ StringBundler sb = new StringBundler(471);
sb.append("{uuid=");
sb.append(getUuid());
@@ -7949,8 +7909,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
sb.append(getSoggettoSostituitoId());
sb.append(", dtInvioSignal=");
sb.append(getDtInvioSignal());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append(", destinazione=");
sb.append(getDestinazione());
sb.append(", ag=");
@@ -8360,7 +8318,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(712);
+ StringBundler sb = new StringBundler(709);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.DettPratica");
@@ -8502,10 +8460,6 @@ public class DettPraticaModelImpl extends BaseModelImpl
"dtInvioSignal");
- sb.append(
- "oldDettPraticaId");
sb.append(
"destinazione
private boolean _workflowForzato;
private long _soggettoSostituitoId;
private Date _dtInvioSignal;
- private long _oldDettPraticaId;
- private long _originalOldDettPraticaId;
- private boolean _setOriginalOldDettPraticaId;
private String _destinazione;
private String _ag;
private String _descLongIntervento;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriCacheModel.java
index 52c3ac6e..ff18c98d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriCacheModel.java
@@ -38,7 +38,7 @@ public class FineLavoriCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(55);
+ StringBundler sb = new StringBundler(53);
sb.append("{uuid=");
sb.append(uuid);
@@ -92,8 +92,6 @@ public class FineLavoriCacheModel implements CacheModel,
sb.append(mezzoPagamento);
sb.append(", importoBolli=");
sb.append(importoBolli);
- sb.append(", oldDettPraticaId=");
- sb.append(oldDettPraticaId);
sb.append("}");
return sb.toString();
@@ -218,8 +216,6 @@ public class FineLavoriCacheModel implements CacheModel,
fineLavoriImpl.setImportoBolli(importoBolli);
}
- fineLavoriImpl.setOldDettPraticaId(oldDettPraticaId);
-
fineLavoriImpl.resetOriginalValues();
return fineLavoriImpl;
@@ -253,7 +249,6 @@ public class FineLavoriCacheModel implements CacheModel,
causalePagamento = objectInput.readUTF();
mezzoPagamento = objectInput.readUTF();
importoBolli = objectInput.readUTF();
- oldDettPraticaId = objectInput.readLong();
}
@Override
@@ -343,8 +338,6 @@ public class FineLavoriCacheModel implements CacheModel,
else {
objectOutput.writeUTF(importoBolli);
}
-
- objectOutput.writeLong(oldDettPraticaId);
}
public String uuid;
@@ -373,5 +366,4 @@ public class FineLavoriCacheModel implements CacheModel,
public String causalePagamento;
public String mezzoPagamento;
public String importoBolli;
- public long oldDettPraticaId;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriModelImpl.java
index f5a3ec43..ad5d3d95 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/FineLavoriModelImpl.java
@@ -92,10 +92,9 @@ public class FineLavoriModelImpl extends BaseModelImpl
{ "codicePagamento", Types.VARCHAR },
{ "causalePagamento", Types.VARCHAR },
{ "mezzoPagamento", Types.VARCHAR },
- { "importoBolli", Types.VARCHAR },
- { "oldDettPraticaId", Types.BIGINT }
+ { "importoBolli", Types.VARCHAR }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_FineLavori (uuid_ VARCHAR(75) null,fineLavoriId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,parziale BOOLEAN,completata BOOLEAN,gestita BOOLEAN,numero LONG,codiceFiscaleDelegato VARCHAR(75) null,dataEffettuazione DATE null,dataFineLavori DATE null,normEsenteBollo BOOLEAN,normEsenteCollaudo BOOLEAN,comunicazioneDirettoreLavori STRING null,pagamentoId LONG,codicePagamento VARCHAR(75) null,causalePagamento VARCHAR(75) null,mezzoPagamento VARCHAR(75) null,importoBolli VARCHAR(75) null,oldDettPraticaId LONG)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_FineLavori (uuid_ VARCHAR(75) null,fineLavoriId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,parziale BOOLEAN,completata BOOLEAN,gestita BOOLEAN,numero LONG,codiceFiscaleDelegato VARCHAR(75) null,dataEffettuazione DATE null,dataFineLavori DATE null,normEsenteBollo BOOLEAN,normEsenteCollaudo BOOLEAN,comunicazioneDirettoreLavori STRING null,pagamentoId LONG,codicePagamento VARCHAR(75) null,causalePagamento VARCHAR(75) null,mezzoPagamento VARCHAR(75) null,importoBolli VARCHAR(75) null)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_FineLavori";
public static final String ORDER_BY_JPQL = " ORDER BY fineLavori.fineLavoriId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_FineLavori.fineLavoriId ASC";
@@ -116,11 +115,10 @@ public class FineLavoriModelImpl extends BaseModelImpl
public static long COMPLETATA_COLUMN_BITMASK = 4L;
public static long GROUPID_COLUMN_BITMASK = 8L;
public static long INTPRATICAID_COLUMN_BITMASK = 16L;
- public static long OLDDETTPRATICAID_COLUMN_BITMASK = 32L;
- public static long PARZIALE_COLUMN_BITMASK = 64L;
- public static long PROTOCOLLO_COLUMN_BITMASK = 128L;
- public static long UUID_COLUMN_BITMASK = 256L;
- public static long FINELAVORIID_COLUMN_BITMASK = 512L;
+ public static long PARZIALE_COLUMN_BITMASK = 32L;
+ public static long PROTOCOLLO_COLUMN_BITMASK = 64L;
+ public static long UUID_COLUMN_BITMASK = 128L;
+ public static long FINELAVORIID_COLUMN_BITMASK = 256L;
/**
* Converts the soap model instance into a normal model instance.
@@ -161,7 +159,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
model.setCausalePagamento(soapModel.getCausalePagamento());
model.setMezzoPagamento(soapModel.getMezzoPagamento());
model.setImportoBolli(soapModel.getImportoBolli());
- model.setOldDettPraticaId(soapModel.getOldDettPraticaId());
return model;
}
@@ -253,7 +250,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
attributes.put("causalePagamento", getCausalePagamento());
attributes.put("mezzoPagamento", getMezzoPagamento());
attributes.put("importoBolli", getImportoBolli());
- attributes.put("oldDettPraticaId", getOldDettPraticaId());
return attributes;
}
@@ -418,12 +414,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
if (importoBolli != null) {
setImportoBolli(importoBolli);
}
-
- Long oldDettPraticaId = (Long)attributes.get("oldDettPraticaId");
-
- if (oldDettPraticaId != null) {
- setOldDettPraticaId(oldDettPraticaId);
- }
}
@JSON
@@ -881,29 +871,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
_importoBolli = importoBolli;
}
- @JSON
- @Override
- public long getOldDettPraticaId() {
- return _oldDettPraticaId;
- }
-
- @Override
- public void setOldDettPraticaId(long oldDettPraticaId) {
- _columnBitmask |= OLDDETTPRATICAID_COLUMN_BITMASK;
-
- if (!_setOriginalOldDettPraticaId) {
- _setOriginalOldDettPraticaId = true;
-
- _originalOldDettPraticaId = _oldDettPraticaId;
- }
-
- _oldDettPraticaId = oldDettPraticaId;
- }
-
- public long getOriginalOldDettPraticaId() {
- return _originalOldDettPraticaId;
- }
-
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
@@ -967,7 +934,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
fineLavoriImpl.setCausalePagamento(getCausalePagamento());
fineLavoriImpl.setMezzoPagamento(getMezzoPagamento());
fineLavoriImpl.setImportoBolli(getImportoBolli());
- fineLavoriImpl.setOldDettPraticaId(getOldDettPraticaId());
fineLavoriImpl.resetOriginalValues();
@@ -1046,10 +1012,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
fineLavoriModelImpl._originalCodiceFiscaleDelegato = fineLavoriModelImpl._codiceFiscaleDelegato;
- fineLavoriModelImpl._originalOldDettPraticaId = fineLavoriModelImpl._oldDettPraticaId;
-
- fineLavoriModelImpl._setOriginalOldDettPraticaId = false;
-
fineLavoriModelImpl._columnBitmask = 0;
}
@@ -1200,14 +1162,12 @@ public class FineLavoriModelImpl extends BaseModelImpl
fineLavoriCacheModel.importoBolli = null;
}
- fineLavoriCacheModel.oldDettPraticaId = getOldDettPraticaId();
-
return fineLavoriCacheModel;
}
@Override
public String toString() {
- StringBundler sb = new StringBundler(55);
+ StringBundler sb = new StringBundler(53);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1261,8 +1221,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
sb.append(getMezzoPagamento());
sb.append(", importoBolli=");
sb.append(getImportoBolli());
- sb.append(", oldDettPraticaId=");
- sb.append(getOldDettPraticaId());
sb.append("}");
return sb.toString();
@@ -1270,7 +1228,7 @@ public class FineLavoriModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(85);
+ StringBundler sb = new StringBundler(82);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.FineLavori");
@@ -1380,10 +1338,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
"importoBolli");
- sb.append(
- "oldDettPraticaId");
sb.append("");
@@ -1434,9 +1388,6 @@ public class FineLavoriModelImpl extends BaseModelImpl
private String _causalePagamento;
private String _mezzoPagamento;
private String _importoBolli;
- private long _oldDettPraticaId;
- private long _originalOldDettPraticaId;
- private boolean _setOriginalOldDettPraticaId;
private long _columnBitmask;
private FineLavori _escapedModel;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
index 342267d7..e10838b0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
@@ -38,7 +38,7 @@ public class IntPraticaCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(63);
sb.append("{uuid=");
sb.append(uuid);
@@ -84,8 +84,6 @@ public class IntPraticaCacheModel implements CacheModel,
sb.append(esitoControllo);
sb.append(", dtPratica=");
sb.append(dtPratica);
- sb.append(", oldIntPraticaId=");
- sb.append(oldIntPraticaId);
sb.append(", sospesa=");
sb.append(sospesa);
sb.append(", dtSospensione=");
@@ -213,7 +211,6 @@ public class IntPraticaCacheModel implements CacheModel,
intPraticaImpl.setDtPratica(new Date(dtPratica));
}
- intPraticaImpl.setOldIntPraticaId(oldIntPraticaId);
intPraticaImpl.setSospesa(sospesa);
if (dtSospensione == Long.MIN_VALUE) {
@@ -272,7 +269,6 @@ public class IntPraticaCacheModel implements CacheModel,
statusDate = objectInput.readLong();
esitoControllo = objectInput.readInt();
dtPratica = objectInput.readLong();
- oldIntPraticaId = objectInput.readLong();
sospesa = objectInput.readBoolean();
dtSospensione = objectInput.readLong();
codiceFiscaleDelegatoFineLavori = objectInput.readUTF();
@@ -349,7 +345,6 @@ public class IntPraticaCacheModel implements CacheModel,
objectOutput.writeLong(statusDate);
objectOutput.writeInt(esitoControllo);
objectOutput.writeLong(dtPratica);
- objectOutput.writeLong(oldIntPraticaId);
objectOutput.writeBoolean(sospesa);
objectOutput.writeLong(dtSospensione);
@@ -396,7 +391,6 @@ public class IntPraticaCacheModel implements CacheModel,
public long statusDate;
public int esitoControllo;
public long dtPratica;
- public long oldIntPraticaId;
public boolean sospesa;
public long dtSospensione;
public String codiceFiscaleDelegatoFineLavori;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
index 68e601df..930d5e0b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
@@ -89,7 +89,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
{ "statusDate", Types.TIMESTAMP },
{ "esitoControllo", Types.INTEGER },
{ "dtPratica", Types.TIMESTAMP },
- { "oldIntPraticaId", Types.BIGINT },
{ "sospesa", Types.BOOLEAN },
{ "dtSospensione", Types.TIMESTAMP },
{ "codiceFiscaleDelegatoFineLavori", Types.VARCHAR },
@@ -100,7 +99,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
{ "collaudoTotale", Types.BOOLEAN },
{ "controlloObbligatorio", Types.BOOLEAN }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_IntPratica (uuid_ VARCHAR(75) null,intPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,tipoPratica VARCHAR(75) null,territorioId LONG,tipoProcedura VARCHAR(75) null,dtAnnullamento DATE null,docPraticaAnnullamentoId LONG,dtSorteggio DATE null,statoPratica VARCHAR(10) null,numeroProgetto VARCHAR(75) null,validata BOOLEAN,status INTEGER,statusByUserId LONG,statusDate DATE null,esitoControllo INTEGER,dtPratica DATE null,oldIntPraticaId LONG,sospesa BOOLEAN,dtSospensione DATE null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,fineLavoriParziale BOOLEAN,fineLavoriTotale BOOLEAN,collaudoParziale BOOLEAN,collaudoTotale BOOLEAN,controlloObbligatorio BOOLEAN)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_IntPratica (uuid_ VARCHAR(75) null,intPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,tipoPratica VARCHAR(75) null,territorioId LONG,tipoProcedura VARCHAR(75) null,dtAnnullamento DATE null,docPraticaAnnullamentoId LONG,dtSorteggio DATE null,statoPratica VARCHAR(10) null,numeroProgetto VARCHAR(75) null,validata BOOLEAN,status INTEGER,statusByUserId LONG,statusDate DATE null,esitoControllo INTEGER,dtPratica DATE null,sospesa BOOLEAN,dtSospensione DATE null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,fineLavoriParziale BOOLEAN,fineLavoriTotale BOOLEAN,collaudoParziale BOOLEAN,collaudoTotale BOOLEAN,controlloObbligatorio BOOLEAN)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_IntPratica";
public static final String ORDER_BY_JPQL = " ORDER BY intPratica.intPraticaId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_IntPratica.intPraticaId ASC";
@@ -119,12 +118,11 @@ public class IntPraticaModelImpl extends BaseModelImpl
public static long COMPANYID_COLUMN_BITMASK = 1L;
public static long DTPRATICA_COLUMN_BITMASK = 2L;
public static long GROUPID_COLUMN_BITMASK = 4L;
- public static long OLDINTPRATICAID_COLUMN_BITMASK = 8L;
- public static long STATUS_COLUMN_BITMASK = 16L;
- public static long TERRITORIOID_COLUMN_BITMASK = 32L;
- public static long USERID_COLUMN_BITMASK = 64L;
- public static long UUID_COLUMN_BITMASK = 128L;
- public static long INTPRATICAID_COLUMN_BITMASK = 256L;
+ public static long STATUS_COLUMN_BITMASK = 8L;
+ public static long TERRITORIOID_COLUMN_BITMASK = 16L;
+ public static long USERID_COLUMN_BITMASK = 32L;
+ public static long UUID_COLUMN_BITMASK = 64L;
+ public static long INTPRATICAID_COLUMN_BITMASK = 128L;
/**
* Converts the soap model instance into a normal model instance.
@@ -161,7 +159,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
model.setStatusDate(soapModel.getStatusDate());
model.setEsitoControllo(soapModel.getEsitoControllo());
model.setDtPratica(soapModel.getDtPratica());
- model.setOldIntPraticaId(soapModel.getOldIntPraticaId());
model.setSospesa(soapModel.getSospesa());
model.setDtSospensione(soapModel.getDtSospensione());
model.setCodiceFiscaleDelegatoFineLavori(soapModel.getCodiceFiscaleDelegatoFineLavori());
@@ -257,7 +254,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
attributes.put("statusDate", getStatusDate());
attributes.put("esitoControllo", getEsitoControllo());
attributes.put("dtPratica", getDtPratica());
- attributes.put("oldIntPraticaId", getOldIntPraticaId());
attributes.put("sospesa", getSospesa());
attributes.put("dtSospensione", getDtSospensione());
attributes.put("codiceFiscaleDelegatoFineLavori",
@@ -408,12 +404,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
setDtPratica(dtPratica);
}
- Long oldIntPraticaId = (Long)attributes.get("oldIntPraticaId");
-
- if (oldIntPraticaId != null) {
- setOldIntPraticaId(oldIntPraticaId);
- }
-
Boolean sospesa = (Boolean)attributes.get("sospesa");
if (sospesa != null) {
@@ -849,29 +839,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
return _originalDtPratica;
}
- @JSON
- @Override
- public long getOldIntPraticaId() {
- return _oldIntPraticaId;
- }
-
- @Override
- public void setOldIntPraticaId(long oldIntPraticaId) {
- _columnBitmask |= OLDINTPRATICAID_COLUMN_BITMASK;
-
- if (!_setOriginalOldIntPraticaId) {
- _setOriginalOldIntPraticaId = true;
-
- _originalOldIntPraticaId = _oldIntPraticaId;
- }
-
- _oldIntPraticaId = oldIntPraticaId;
- }
-
- public long getOriginalOldIntPraticaId() {
- return _originalOldIntPraticaId;
- }
-
@JSON
@Override
public boolean getSospesa() {
@@ -1072,7 +1039,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
intPraticaImpl.setStatusDate(getStatusDate());
intPraticaImpl.setEsitoControllo(getEsitoControllo());
intPraticaImpl.setDtPratica(getDtPratica());
- intPraticaImpl.setOldIntPraticaId(getOldIntPraticaId());
intPraticaImpl.setSospesa(getSospesa());
intPraticaImpl.setDtSospensione(getDtSospensione());
intPraticaImpl.setCodiceFiscaleDelegatoFineLavori(getCodiceFiscaleDelegatoFineLavori());
@@ -1158,10 +1124,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
intPraticaModelImpl._originalDtPratica = intPraticaModelImpl._dtPratica;
- intPraticaModelImpl._originalOldIntPraticaId = intPraticaModelImpl._oldIntPraticaId;
-
- intPraticaModelImpl._setOriginalOldIntPraticaId = false;
-
intPraticaModelImpl._columnBitmask = 0;
}
@@ -1291,8 +1253,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
intPraticaCacheModel.dtPratica = Long.MIN_VALUE;
}
- intPraticaCacheModel.oldIntPraticaId = getOldIntPraticaId();
-
intPraticaCacheModel.sospesa = getSospesa();
Date dtSospensione = getDtSospensione();
@@ -1337,7 +1297,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(63);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1383,8 +1343,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
sb.append(getEsitoControllo());
sb.append(", dtPratica=");
sb.append(getDtPratica());
- sb.append(", oldIntPraticaId=");
- sb.append(getOldIntPraticaId());
sb.append(", sospesa=");
sb.append(getSospesa());
sb.append(", dtSospensione=");
@@ -1410,7 +1368,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(100);
+ StringBundler sb = new StringBundler(97);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.IntPratica");
@@ -1504,10 +1462,6 @@ public class IntPraticaModelImpl extends BaseModelImpl
"dtPratica");
- sb.append(
- "oldIntPraticaId");
sb.append(
"sospesa
private int _esitoControllo;
private Date _dtPratica;
private Date _originalDtPratica;
- private long _oldIntPraticaId;
- private long _originalOldIntPraticaId;
- private boolean _setOriginalOldIntPraticaId;
private boolean _sospesa;
private Date _dtSospensione;
private String _codiceFiscaleDelegatoFineLavori;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
index e74e1402..2362f7dc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
@@ -1,10 +1,8 @@
package it.tref.liferay.portos.bo.portlet;
-import it.tref.liferay.portos.bo.model.Collaudo;
import it.tref.liferay.portos.bo.model.Comune;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.DocPratica;
-import it.tref.liferay.portos.bo.model.FineLavori;
import it.tref.liferay.portos.bo.model.HistoryWorkflowAction;
import it.tref.liferay.portos.bo.model.InfoFascicolo;
import it.tref.liferay.portos.bo.model.IntPratica;
@@ -12,12 +10,10 @@ import it.tref.liferay.portos.bo.model.Provincia;
import it.tref.liferay.portos.bo.model.Soggetto;
import it.tref.liferay.portos.bo.model.Territorio;
import it.tref.liferay.portos.bo.search.IntPraticaAdvancedSearch;
-import it.tref.liferay.portos.bo.service.CollaudoLocalServiceUtil;
import it.tref.liferay.portos.bo.service.ComuneLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DettPraticaServiceUtil;
import it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil;
-import it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil;
import it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalServiceUtil;
import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil;
import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
@@ -31,8 +27,6 @@ import it.tref.liferay.portos.bo.shared.util.DocumentiPraticaUtil;
import it.tref.liferay.portos.bo.shared.util.PortletKeys;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil;
-import it.tref.liferay.portos.bo.util.Constants;
-import it.tref.liferay.portos.bo.util.FilesImporter;
import it.tref.liferay.portos.bo.util.PraticaUtil;
import it.tref.liferay.portos.bo.util.ValidazionePraticaUtil;
import it.tref.liferay.portos.bo.util.WorkflowUtil;
@@ -41,7 +35,6 @@ import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
-import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
@@ -405,10 +398,6 @@ public class FascicoloPortlet extends MVCPortlet {
tipologieAllegati = DocumentiPraticaUtil.getDocGeologo();
} else if ("page_allegati".equals(comingFrom)) {
tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- tipologieAllegati.addAll(0, DocumentiPraticaUtil.getDocDomandaPortos1());
- }
} else if ("page_fine_lavori".equals(comingFrom)) {
tipologieAllegati = DocumentiPraticaUtil.getDocFineLavori();
} else if ("page_collaudo".equals(comingFrom)) {
@@ -456,63 +445,10 @@ public class FascicoloPortlet extends MVCPortlet {
resourceResponse.getPortletOutputStream().close();
} else if ("importFile".equals(id)) {
-
- long classPk = ParamUtil.getLong(resourceRequest, "classPk");
- String className = ParamUtil.getString(resourceRequest, "className");
-
- FilesImporter.importaFile(classPk, className);
-
- // if (DocPratica.class.getName().equalsIgnoreCase(className)) {
- // DocPratica docPratica =
- // DocPraticaLocalServiceUtil.getDocPratica(classPk);
- // if (docPratica.getDlFileEntryId() == 0L &&
- // docPratica.getOldDlFileEntryId() != 0L) {
- // FilesImporter.handleFileImportDocPratica(docPratica);
- // }
- // } else if
- // (Avviso.class.getName().equalsIgnoreCase(className)) {
- // Avviso avviso = AvvisoLocalServiceUtil.getAvviso(classPk);
- // if (avviso.getFileEntryIdBase() == 0L &&
- // avviso.getOldFileEntryIdBase() != 0L) {
- // FilesImporter.handleFileImportAvviso(avviso, true);
- // }
- // if (avviso.getFileEntryIdInvio() == 0L &&
- // avviso.getOldFileEntryIdInvio() != 0L) {
- // FilesImporter.handleFileImportAvviso(avviso, false);
- // }
- // } else if
- // (Pagamento.class.getName().equalsIgnoreCase(className)) {
- // Pagamento pagamento =
- // PagamentoLocalServiceUtil.getPagamento(classPk);
- // if (pagamento.getFileEntryId() == 0L &&
- // pagamento.getOldFileEntryId() != 0L) {
- // FilesImporter.handleFileImportPagamento(pagamento);
- // }
- // } else if
- // (DocAggiuntiva.class.getName().equalsIgnoreCase(className)) {
- // DocAggiuntiva docAggiuntiva =
- // DocAggiuntivaLocalServiceUtil.getDocAggiuntiva(classPk);
- // if (docAggiuntiva.getFileEntryId() == 0L &&
- // docAggiuntiva.getOldFileEntryId() != 0L) {
- // FilesImporter.handleFileImportDocAggiuntiva(docAggiuntiva);
- // }
- // } else if
- // (AllegatoManuale.class.getName().equalsIgnoreCase(className))
- // {
- // AllegatoManuale allegatoManuale =
- // AllegatoManualeLocalServiceUtil.getAllegatoManuale(classPk);
- // if (allegatoManuale.getFileEntryId() == 0L &&
- // allegatoManuale.getOldFileEntryId() != 0L)
- // {
- // FilesImporter.handleFileImportAllegatoManuale(allegatoManuale);
- // }
- // }
-
PortletResponseUtil
.write(resourceResponse,
"Completato
Refresh");
-
} else if ("importAllFascicoloFiles".equals(id)) {
long intPraticaId = ParamUtil.getLong(resourceRequest, "intPraticaId");
IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
@@ -534,32 +470,6 @@ public class FascicoloPortlet extends MVCPortlet {
}
}
- User user = UserLocalServiceUtil.fetchUser(serviceContext.getUserId());
-
- _log.debug("************** START IMPORT FILES FASCICOLO : " + intPraticaId + " by user"
- + user.getFullName());
-
- List listaDet = DettPraticaLocalServiceUtil.findByIntPraticaId(intPraticaId);
- for (DettPratica dettPratica : listaDet) {
- FilesImporter.importaFilesFascicolo(dettPratica.getDettPraticaId(),
- DettPratica.class.getName());
- }
-
- List listaFine = FineLavoriLocalServiceUtil.findByIntPraticaId(intPraticaId, -1,
- -1, null);
- for (FineLavori fineLavori : listaFine) {
- FilesImporter.importaFilesFascicolo(fineLavori.getFineLavoriId(),
- FineLavori.class.getName());
- }
-
- List listaColl = CollaudoLocalServiceUtil.findByIntPraticaId(intPraticaId, -1, -1,
- null);
- for (Collaudo collaudo : listaColl) {
- FilesImporter.importaFilesFascicolo(collaudo.getCollaudoId(), Collaudo.class.getName());
- }
-
- _log.debug("************** END IMPORT FILES FASCICOLO : " + intPraticaId);
-
infoFascicolo.setAlreadyImported(true);
infoFascicolo = InfoFascicoloLocalServiceUtil.updateInfoFascicolo(infoFascicolo);
@@ -687,8 +597,6 @@ public class FascicoloPortlet extends MVCPortlet {
sb.append(StringPool.NEW_LINE);
- SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
-
for (IntPratica intPratica : lista) {
try {
@@ -711,7 +619,6 @@ public class FascicoloPortlet extends MVCPortlet {
sb.append(CSVUtil.encode(praticaLabel));
sb.append(StringPool.SEMICOLON);
- User titolareUser = UserLocalServiceUtil.getUserById(intPratica.getUserId());
List titolari = SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale(
lastDettPratica.getIntPraticaId(),
lastDettPratica.getCodiceFiscaleDelegatoCommittente());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
index 8d2f338f..887ff90b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
@@ -268,10 +268,6 @@ public class CollaudoLocalServiceClpInvoker {
_methodName230 = "countCollaudiCompletiNotGestiti";
_methodParameterTypes230 = new String[] { };
-
- _methodName232 = "fetchByOldDettPraticaId";
-
- _methodParameterTypes232 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -581,11 +577,6 @@ public class CollaudoLocalServiceClpInvoker {
return CollaudoLocalServiceUtil.countCollaudiCompletiNotGestiti();
}
- if (_methodName232.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
- return CollaudoLocalServiceUtil.fetchByOldDettPraticaId(((Long)arguments[0]).longValue());
- }
-
throw new UnsupportedOperationException();
}
@@ -687,6 +678,4 @@ public class CollaudoLocalServiceClpInvoker {
private String[] _methodParameterTypes229;
private String _methodName230;
private String[] _methodParameterTypes230;
- private String _methodName232;
- private String[] _methodParameterTypes232;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
index ca1332f4..624aa061 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
@@ -206,60 +206,56 @@ public class DettPraticaLocalServiceClpInvoker {
_methodParameterTypes249 = new String[] { "long" };
- _methodName250 = "getByOldDettPraticaId";
+ _methodName250 = "search";
- _methodParameterTypes250 = new String[] { "long" };
-
- _methodName251 = "search";
-
- _methodParameterTypes251 = new String[] {
+ _methodParameterTypes250 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName252 = "searchCount";
+ _methodName251 = "searchCount";
- _methodParameterTypes252 = new String[] {
+ _methodParameterTypes251 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName253 = "updateDettPraticaSoggetti";
+ _methodName252 = "updateDettPraticaSoggetti";
- _methodParameterTypes253 = new String[] {
+ _methodParameterTypes252 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName254 = "updateDettPratica";
+ _methodName253 = "updateDettPratica";
- _methodParameterTypes254 = new String[] {
+ _methodParameterTypes253 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.util.Date", "int", "boolean", "long",
- "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "long", "long",
- "boolean", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "boolean", "java.util.Date", "java.util.Date",
- "java.util.Date", "java.lang.String", "boolean", "long", "int",
+ "java.lang.String", "long", "long", "boolean", "boolean",
+ "boolean", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "java.util.Date", "java.util.Date", "java.util.Date",
+ "java.lang.String", "boolean", "long", "int", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -267,27 +263,26 @@ public class DettPraticaLocalServiceClpInvoker {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "java.util.Date",
- "boolean", "int", "int", "boolean", "int", "boolean", "int",
- "boolean", "java.lang.String", "java.lang.String",
+ "java.util.Date", "boolean", "int", "int", "boolean", "int",
+ "boolean", "int", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "java.lang.String", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName255 = "updateDettPraticaDatiDomanda";
+ _methodName254 = "updateDettPraticaDatiDomanda";
- _methodParameterTypes255 = new String[] {
+ _methodParameterTypes254 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -322,9 +317,9 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName257 = "updateDettPraticaGeologo";
+ _methodName256 = "updateDettPraticaGeologo";
- _methodParameterTypes257 = new String[] {
+ _methodParameterTypes256 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -336,9 +331,9 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName258 = "updateDettPraticaPagamento";
+ _methodName257 = "updateDettPraticaPagamento";
- _methodParameterTypes258 = new String[] {
+ _methodParameterTypes257 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -347,39 +342,39 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName259 = "updateCheckPagamenti";
+ _methodName258 = "updateCheckPagamenti";
- _methodParameterTypes259 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes258 = new String[] { "long", "boolean", "boolean" };
- _methodName260 = "updateEsitoPagamento";
+ _methodName259 = "updateEsitoPagamento";
- _methodParameterTypes260 = new String[] {
+ _methodParameterTypes259 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName261 = "updateEsitoPagamento";
+ _methodName260 = "updateEsitoPagamento";
- _methodParameterTypes261 = new String[] {
+ _methodParameterTypes260 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName262 = "isControlloObbligatorio";
+ _methodName261 = "isControlloObbligatorio";
- _methodParameterTypes262 = new String[] {
+ _methodParameterTypes261 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName263 = "updateEsito";
+ _methodName262 = "updateEsito";
- _methodParameterTypes263 = new String[] { "long", "int" };
+ _methodParameterTypes262 = new String[] { "long", "int" };
- _methodName265 = "updateEsitoIntegrazione";
+ _methodName264 = "updateEsitoIntegrazione";
- _methodParameterTypes265 = new String[] { "long", "int" };
+ _methodParameterTypes264 = new String[] { "long", "int" };
- _methodName266 = "pagaInvia";
+ _methodName265 = "pagaInvia";
- _methodParameterTypes266 = new String[] {
+ _methodParameterTypes265 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -388,149 +383,145 @@ public class DettPraticaLocalServiceClpInvoker {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName270 = "updateStatus";
+ _methodName269 = "updateStatus";
- _methodParameterTypes270 = new String[] {
+ _methodParameterTypes269 = new String[] {
"long", "long", "int",
"com.liferay.portal.service.ServiceContext"
};
- _methodName273 = "updateDettPraticaProtocollo";
+ _methodName272 = "updateDettPraticaProtocollo";
- _methodParameterTypes273 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes272 = new String[] { "long", "java.lang.String" };
- _methodName274 = "findByProtocollo";
+ _methodName273 = "findByProtocollo";
- _methodParameterTypes274 = new String[] {
+ _methodParameterTypes273 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName275 = "fetchByProtocollo";
+ _methodName274 = "fetchByProtocollo";
- _methodParameterTypes275 = new String[] {
+ _methodParameterTypes274 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName276 = "fetchByProtocollo";
+ _methodName275 = "fetchByProtocollo";
- _methodParameterTypes276 = new String[] { "java.lang.String" };
+ _methodParameterTypes275 = new String[] { "java.lang.String" };
- _methodName277 = "findByIntPraticaId";
+ _methodName276 = "findByIntPraticaId";
- _methodParameterTypes277 = new String[] { "long" };
+ _methodParameterTypes276 = new String[] { "long" };
- _methodName278 = "findByIntPraticaIdInviate";
+ _methodName277 = "findByIntPraticaIdInviate";
- _methodParameterTypes278 = new String[] { "long", "int", "int" };
+ _methodParameterTypes277 = new String[] { "long", "int", "int" };
- _methodName279 = "findPraticheCompleteNotProtocollo";
+ _methodName278 = "findPraticheCompleteNotProtocollo";
- _methodParameterTypes279 = new String[] { "int", "int" };
+ _methodParameterTypes278 = new String[] { "int", "int" };
- _methodName280 = "countPraticheCompleteNotProtocollo";
+ _methodName279 = "countPraticheCompleteNotProtocollo";
- _methodParameterTypes280 = new String[] { };
+ _methodParameterTypes279 = new String[] { };
- _methodName282 = "findPraticheCompleteNotGestite";
+ _methodName281 = "findPraticheCompleteNotGestite";
- _methodParameterTypes282 = new String[] { "int", "int" };
+ _methodParameterTypes281 = new String[] { "int", "int" };
- _methodName283 = "countPraticheCompleteNotGestite";
+ _methodName282 = "countPraticheCompleteNotGestite";
- _methodParameterTypes283 = new String[] { };
+ _methodParameterTypes282 = new String[] { };
- _methodName285 = "findByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName284 = "findByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes285 = new String[] {
+ _methodParameterTypes284 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName286 = "countByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName285 = "countByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes286 = new String[] {
+ _methodParameterTypes285 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName287 = "findPraticheCompletateNonVersionate";
+ _methodName286 = "findPraticheCompletateNonVersionate";
- _methodParameterTypes287 = new String[] { "int", "int" };
+ _methodParameterTypes286 = new String[] { "int", "int" };
- _methodName288 = "countPraticheCompletateNonversionate";
+ _methodName287 = "countPraticheCompletateNonversionate";
- _methodParameterTypes288 = new String[] { };
+ _methodParameterTypes287 = new String[] { };
- _methodName290 = "updateDettPraticaGestita";
+ _methodName289 = "updateDettPraticaGestita";
- _methodParameterTypes290 = new String[] { "long", "boolean" };
+ _methodParameterTypes289 = new String[] { "long", "boolean" };
- _methodName291 = "updateAsset";
+ _methodName290 = "updateAsset";
- _methodParameterTypes291 = new String[] {
+ _methodParameterTypes290 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica", "long[][]",
"boolean"
};
- _methodName292 = "updateStatus";
+ _methodName291 = "updateStatus";
- _methodParameterTypes292 = new String[] { "long", "int" };
+ _methodParameterTypes291 = new String[] { "long", "int" };
- _methodName293 = "updateSignal";
+ _methodName292 = "updateSignal";
- _methodParameterTypes293 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes292 = new String[] { "long", "java.util.Date" };
- _methodName294 = "countInvioSignal";
+ _methodName293 = "countInvioSignal";
- _methodParameterTypes294 = new String[] { };
+ _methodParameterTypes293 = new String[] { };
- _methodName295 = "getInvioSignal";
+ _methodName294 = "getInvioSignal";
- _methodParameterTypes295 = new String[] { "long" };
+ _methodParameterTypes294 = new String[] { "long" };
- _methodName296 = "getInviiSignal";
+ _methodName295 = "getInviiSignal";
- _methodParameterTypes296 = new String[] { "int", "int" };
+ _methodParameterTypes295 = new String[] { "int", "int" };
- _methodName297 = "dynamicQueryInvioSignal";
+ _methodName296 = "dynamicQueryInvioSignal";
- _methodParameterTypes297 = new String[] { "java.lang.Long" };
+ _methodParameterTypes296 = new String[] { "java.lang.Long" };
- _methodName298 = "findByPagamentoId";
+ _methodName297 = "findByPagamentoId";
- _methodParameterTypes298 = new String[] { "long" };
+ _methodParameterTypes297 = new String[] { "long" };
- _methodName299 = "updatePrincipale";
+ _methodName298 = "updatePrincipale";
- _methodParameterTypes299 = new String[] {
+ _methodParameterTypes298 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName300 = "sendToVersioning";
+ _methodName299 = "sendToVersioning";
- _methodParameterTypes300 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes299 = new String[] { "long", "java.lang.String" };
- _methodName301 = "getNumeroDiVersioni";
+ _methodName300 = "getNumeroDiVersioni";
- _methodParameterTypes301 = new String[] { "java.lang.String" };
+ _methodParameterTypes300 = new String[] { "java.lang.String" };
- _methodName302 = "getVersionNumber";
+ _methodName301 = "getVersionNumber";
- _methodParameterTypes302 = new String[] { "java.lang.String", "int" };
+ _methodParameterTypes301 = new String[] { "java.lang.String", "int" };
- _methodName304 = "callForChanges";
+ _methodName303 = "callForChanges";
- _methodParameterTypes304 = new String[] { "java.lang.String" };
-
- _methodName305 = "fetchByOldDettPraticaId";
-
- _methodParameterTypes305 = new String[] { "long" };
+ _methodParameterTypes303 = new String[] { "java.lang.String" };
- _methodName306 = "countVariateByIntPratica";
+ _methodName304 = "countVariateByIntPratica";
- _methodParameterTypes306 = new String[] { "long" };
+ _methodParameterTypes304 = new String[] { "long" };
- _methodName307 = "getFirstCompletedByIntPratica";
+ _methodName305 = "getFirstCompletedByIntPratica";
- _methodParameterTypes307 = new String[] { "long" };
+ _methodParameterTypes305 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -753,21 +744,16 @@ public class DettPraticaLocalServiceClpInvoker {
if (_methodName250.equals(name) &&
Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
- return DettPraticaLocalServiceUtil.getByOldDettPraticaId(((Long)arguments[0]).longValue());
+ return DettPraticaLocalServiceUtil.search((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
}
if (_methodName251.equals(name) &&
Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
- return DettPraticaLocalServiceUtil.search((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
+ return DettPraticaLocalServiceUtil.searchCount((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
}
if (_methodName252.equals(name) &&
Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
- return DettPraticaLocalServiceUtil.searchCount((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
- }
-
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaSoggetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -776,8 +762,8 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName253.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -792,30 +778,30 @@ public class DettPraticaLocalServiceClpInvoker {
((Integer)arguments[14]).intValue(),
((Boolean)arguments[15]).booleanValue(),
((Long)arguments[16]).longValue(),
- ((Long)arguments[17]).longValue(),
+ (java.lang.String)arguments[17],
(java.lang.String)arguments[18],
(java.lang.String)arguments[19],
(java.lang.String)arguments[20],
(java.lang.String)arguments[21],
(java.lang.String)arguments[22],
(java.lang.String)arguments[23],
- (java.lang.String)arguments[24],
+ ((Long)arguments[24]).longValue(),
((Long)arguments[25]).longValue(),
- ((Long)arguments[26]).longValue(),
+ ((Boolean)arguments[26]).booleanValue(),
((Boolean)arguments[27]).booleanValue(),
((Boolean)arguments[28]).booleanValue(),
- ((Boolean)arguments[29]).booleanValue(),
+ (java.lang.String)arguments[29],
(java.lang.String)arguments[30],
(java.lang.String)arguments[31],
(java.lang.String)arguments[32],
- (java.lang.String)arguments[33],
+ ((Boolean)arguments[33]).booleanValue(),
((Boolean)arguments[34]).booleanValue(),
- ((Boolean)arguments[35]).booleanValue(),
- (java.util.Date)arguments[36], (java.util.Date)arguments[37],
- (java.util.Date)arguments[38], (java.lang.String)arguments[39],
- ((Boolean)arguments[40]).booleanValue(),
- ((Long)arguments[41]).longValue(),
- ((Integer)arguments[42]).intValue(),
+ (java.util.Date)arguments[35], (java.util.Date)arguments[36],
+ (java.util.Date)arguments[37], (java.lang.String)arguments[38],
+ ((Boolean)arguments[39]).booleanValue(),
+ ((Long)arguments[40]).longValue(),
+ ((Integer)arguments[41]).intValue(),
+ (java.lang.String)arguments[42],
(java.lang.String)arguments[43],
(java.lang.String)arguments[44],
(java.lang.String)arguments[45],
@@ -830,7 +816,7 @@ public class DettPraticaLocalServiceClpInvoker {
(java.lang.String)arguments[54],
(java.lang.String)arguments[55],
(java.lang.String)arguments[56],
- (java.lang.String)arguments[57],
+ ((Boolean)arguments[57]).booleanValue(),
((Boolean)arguments[58]).booleanValue(),
((Boolean)arguments[59]).booleanValue(),
((Boolean)arguments[60]).booleanValue(),
@@ -841,31 +827,31 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[65]).booleanValue(),
((Boolean)arguments[66]).booleanValue(),
((Boolean)arguments[67]).booleanValue(),
- ((Boolean)arguments[68]).booleanValue(),
+ (java.lang.String)arguments[68],
(java.lang.String)arguments[69],
- (java.lang.String)arguments[70],
+ ((Boolean)arguments[70]).booleanValue(),
((Boolean)arguments[71]).booleanValue(),
((Boolean)arguments[72]).booleanValue(),
((Boolean)arguments[73]).booleanValue(),
- ((Boolean)arguments[74]).booleanValue(),
+ (java.lang.String)arguments[74],
(java.lang.String)arguments[75],
(java.lang.String)arguments[76],
- (java.lang.String)arguments[77],
+ ((Boolean)arguments[77]).booleanValue(),
((Boolean)arguments[78]).booleanValue(),
((Boolean)arguments[79]).booleanValue(),
((Boolean)arguments[80]).booleanValue(),
((Boolean)arguments[81]).booleanValue(),
((Boolean)arguments[82]).booleanValue(),
- ((Boolean)arguments[83]).booleanValue(),
- (java.lang.String)arguments[84],
+ (java.lang.String)arguments[83],
+ ((Boolean)arguments[84]).booleanValue(),
((Boolean)arguments[85]).booleanValue(),
((Boolean)arguments[86]).booleanValue(),
((Boolean)arguments[87]).booleanValue(),
((Boolean)arguments[88]).booleanValue(),
((Boolean)arguments[89]).booleanValue(),
- ((Boolean)arguments[90]).booleanValue(),
+ (java.lang.String)arguments[90],
(java.lang.String)arguments[91],
- (java.lang.String)arguments[92],
+ ((Boolean)arguments[92]).booleanValue(),
((Boolean)arguments[93]).booleanValue(),
((Boolean)arguments[94]).booleanValue(),
((Boolean)arguments[95]).booleanValue(),
@@ -873,14 +859,14 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[97]).booleanValue(),
((Boolean)arguments[98]).booleanValue(),
((Boolean)arguments[99]).booleanValue(),
- ((Boolean)arguments[100]).booleanValue(),
- (java.lang.String)arguments[101],
+ (java.lang.String)arguments[100],
+ ((Boolean)arguments[101]).booleanValue(),
((Boolean)arguments[102]).booleanValue(),
((Boolean)arguments[103]).booleanValue(),
((Boolean)arguments[104]).booleanValue(),
((Boolean)arguments[105]).booleanValue(),
- ((Boolean)arguments[106]).booleanValue(),
- (java.lang.String)arguments[107],
+ (java.lang.String)arguments[106],
+ ((Boolean)arguments[107]).booleanValue(),
((Boolean)arguments[108]).booleanValue(),
((Boolean)arguments[109]).booleanValue(),
((Boolean)arguments[110]).booleanValue(),
@@ -889,7 +875,7 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[113]).booleanValue(),
((Boolean)arguments[114]).booleanValue(),
((Boolean)arguments[115]).booleanValue(),
- ((Boolean)arguments[116]).booleanValue(),
+ (java.lang.String)arguments[116],
(java.lang.String)arguments[117],
(java.lang.String)arguments[118],
(java.lang.String)arguments[119],
@@ -912,16 +898,16 @@ public class DettPraticaLocalServiceClpInvoker {
(java.lang.String)arguments[136],
(java.lang.String)arguments[137],
(java.lang.String)arguments[138],
- (java.lang.String)arguments[139],
- (java.util.Date)arguments[140],
- ((Boolean)arguments[141]).booleanValue(),
+ (java.util.Date)arguments[139],
+ ((Boolean)arguments[140]).booleanValue(),
+ ((Integer)arguments[141]).intValue(),
((Integer)arguments[142]).intValue(),
- ((Integer)arguments[143]).intValue(),
- ((Boolean)arguments[144]).booleanValue(),
- ((Integer)arguments[145]).intValue(),
- ((Boolean)arguments[146]).booleanValue(),
- ((Integer)arguments[147]).intValue(),
- ((Boolean)arguments[148]).booleanValue(),
+ ((Boolean)arguments[143]).booleanValue(),
+ ((Integer)arguments[144]).intValue(),
+ ((Boolean)arguments[145]).booleanValue(),
+ ((Integer)arguments[146]).intValue(),
+ ((Boolean)arguments[147]).booleanValue(),
+ (java.lang.String)arguments[148],
(java.lang.String)arguments[149],
(java.lang.String)arguments[150],
(java.lang.String)arguments[151],
@@ -933,7 +919,7 @@ public class DettPraticaLocalServiceClpInvoker {
(java.lang.String)arguments[157],
(java.lang.String)arguments[158],
(java.lang.String)arguments[159],
- (java.lang.String)arguments[160],
+ ((Boolean)arguments[160]).booleanValue(),
((Boolean)arguments[161]).booleanValue(),
((Boolean)arguments[162]).booleanValue(),
((Boolean)arguments[163]).booleanValue(),
@@ -948,8 +934,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[172]).booleanValue(),
((Boolean)arguments[173]).booleanValue(),
((Boolean)arguments[174]).booleanValue(),
- ((Boolean)arguments[175]).booleanValue(),
- (java.lang.String)arguments[176],
+ (java.lang.String)arguments[175],
+ ((Boolean)arguments[176]).booleanValue(),
((Boolean)arguments[177]).booleanValue(),
((Boolean)arguments[178]).booleanValue(),
((Boolean)arguments[179]).booleanValue(),
@@ -973,17 +959,16 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[197]).booleanValue(),
((Boolean)arguments[198]).booleanValue(),
((Boolean)arguments[199]).booleanValue(),
- ((Boolean)arguments[200]).booleanValue(),
+ (java.lang.String)arguments[200],
(java.lang.String)arguments[201],
- (java.lang.String)arguments[202],
- ((Boolean)arguments[203]).booleanValue(),
- (java.lang.String)arguments[204],
- (com.liferay.portal.service.ServiceContext)arguments[205],
- ((Boolean)arguments[206]).booleanValue());
+ ((Boolean)arguments[202]).booleanValue(),
+ (java.lang.String)arguments[203],
+ (com.liferay.portal.service.ServiceContext)arguments[204],
+ ((Boolean)arguments[205]).booleanValue());
}
- if (_methodName255.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaDatiDomanda(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -1126,8 +1111,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[142]).booleanValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName256.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaGeologo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -1154,8 +1139,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[27]).booleanValue());
}
- if (_methodName258.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaPagamento(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
@@ -1178,23 +1163,23 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[20]);
}
- if (_methodName259.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateCheckPagamenti(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName260.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
return null;
}
- if (_methodName261.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]);
@@ -1202,25 +1187,25 @@ public class DettPraticaLocalServiceClpInvoker {
return null;
}
- if (_methodName262.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
+ if (_methodName261.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
return DettPraticaLocalServiceUtil.isControlloObbligatorio((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]);
}
- if (_methodName263.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName265.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateEsitoIntegrazione(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName266.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
+ if (_methodName265.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
return DettPraticaLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
@@ -1245,192 +1230,187 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[21]);
}
- if (_methodName270.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
+ if (_methodName269.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName273.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
+ if (_methodName272.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaProtocollo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
+ if (_methodName273.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
+ return DettPraticaLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
+ ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
+ }
+
if (_methodName274.equals(name) &&
Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
- return DettPraticaLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
+ return DettPraticaLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
if (_methodName275.equals(name) &&
Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
- return DettPraticaLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(),
- ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
+ return DettPraticaLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
}
if (_methodName276.equals(name) &&
Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
- return DettPraticaLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
+ return DettPraticaLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue());
}
if (_methodName277.equals(name) &&
Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
- return DettPraticaLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue());
- }
-
- if (_methodName278.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByIntPraticaIdInviate(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName279.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
+ if (_methodName278.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompleteNotProtocollo(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName280.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
+ if (_methodName279.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompleteNotProtocollo();
}
- if (_methodName282.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
+ if (_methodName281.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompleteNotGestite(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName283.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes283, parameterTypes)) {
+ if (_methodName282.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompleteNotGestite();
}
- if (_methodName285.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
+ if (_methodName284.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes284, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName286.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes286, parameterTypes)) {
+ if (_methodName285.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
return DettPraticaLocalServiceUtil.countByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName287.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes287, parameterTypes)) {
+ if (_methodName286.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes286, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompletateNonVersionate(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName288.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes288, parameterTypes)) {
+ if (_methodName287.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes287, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompletateNonversionate();
}
- if (_methodName290.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes290, parameterTypes)) {
+ if (_methodName289.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes289, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaGestita(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName291.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes291, parameterTypes)) {
+ if (_methodName290.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes290, parameterTypes)) {
DettPraticaLocalServiceUtil.updateAsset((it.tref.liferay.portos.bo.model.DettPratica)arguments[0],
(long[])arguments[1], ((Boolean)arguments[2]).booleanValue());
return null;
}
- if (_methodName292.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes292, parameterTypes)) {
+ if (_methodName291.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes291, parameterTypes)) {
DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
return null;
}
- if (_methodName293.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes293, parameterTypes)) {
+ if (_methodName292.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes292, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateSignal(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
+ if (_methodName293.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes293, parameterTypes)) {
+ return DettPraticaLocalServiceUtil.countInvioSignal();
+ }
+
if (_methodName294.equals(name) &&
Arrays.deepEquals(_methodParameterTypes294, parameterTypes)) {
- return DettPraticaLocalServiceUtil.countInvioSignal();
+ return DettPraticaLocalServiceUtil.getInvioSignal(((Long)arguments[0]).longValue());
}
if (_methodName295.equals(name) &&
Arrays.deepEquals(_methodParameterTypes295, parameterTypes)) {
- return DettPraticaLocalServiceUtil.getInvioSignal(((Long)arguments[0]).longValue());
+ return DettPraticaLocalServiceUtil.getInviiSignal(((Integer)arguments[0]).intValue(),
+ ((Integer)arguments[1]).intValue());
}
if (_methodName296.equals(name) &&
Arrays.deepEquals(_methodParameterTypes296, parameterTypes)) {
- return DettPraticaLocalServiceUtil.getInviiSignal(((Integer)arguments[0]).intValue(),
- ((Integer)arguments[1]).intValue());
+ return DettPraticaLocalServiceUtil.dynamicQueryInvioSignal((java.lang.Long)arguments[0]);
}
if (_methodName297.equals(name) &&
Arrays.deepEquals(_methodParameterTypes297, parameterTypes)) {
- return DettPraticaLocalServiceUtil.dynamicQueryInvioSignal((java.lang.Long)arguments[0]);
+ return DettPraticaLocalServiceUtil.findByPagamentoId(((Long)arguments[0]).longValue());
}
if (_methodName298.equals(name) &&
Arrays.deepEquals(_methodParameterTypes298, parameterTypes)) {
- return DettPraticaLocalServiceUtil.findByPagamentoId(((Long)arguments[0]).longValue());
- }
-
- if (_methodName299.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes299, parameterTypes)) {
return DettPraticaLocalServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName300.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes300, parameterTypes)) {
+ if (_methodName299.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes299, parameterTypes)) {
DettPraticaLocalServiceUtil.sendToVersioning(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName301.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes301, parameterTypes)) {
+ if (_methodName300.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes300, parameterTypes)) {
return DettPraticaLocalServiceUtil.getNumeroDiVersioni((java.lang.String)arguments[0]);
}
- if (_methodName302.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes302, parameterTypes)) {
+ if (_methodName301.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes301, parameterTypes)) {
return DettPraticaLocalServiceUtil.getVersionNumber((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue());
}
- if (_methodName304.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes304, parameterTypes)) {
+ if (_methodName303.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes303, parameterTypes)) {
return DettPraticaLocalServiceUtil.callForChanges((java.lang.String)arguments[0]);
}
- if (_methodName305.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes305, parameterTypes)) {
- return DettPraticaLocalServiceUtil.fetchByOldDettPraticaId(((Long)arguments[0]).longValue());
- }
-
- if (_methodName306.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes306, parameterTypes)) {
+ if (_methodName304.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes304, parameterTypes)) {
return DettPraticaLocalServiceUtil.countVariateByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName307.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes307, parameterTypes)) {
+ if (_methodName305.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes305, parameterTypes)) {
return DettPraticaLocalServiceUtil.getFirstCompletedByIntPratica(((Long)arguments[0]).longValue());
}
@@ -1523,8 +1503,8 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes253;
private String _methodName254;
private String[] _methodParameterTypes254;
- private String _methodName255;
- private String[] _methodParameterTypes255;
+ private String _methodName256;
+ private String[] _methodParameterTypes256;
private String _methodName257;
private String[] _methodParameterTypes257;
private String _methodName258;
@@ -1537,14 +1517,14 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes261;
private String _methodName262;
private String[] _methodParameterTypes262;
- private String _methodName263;
- private String[] _methodParameterTypes263;
+ private String _methodName264;
+ private String[] _methodParameterTypes264;
private String _methodName265;
private String[] _methodParameterTypes265;
- private String _methodName266;
- private String[] _methodParameterTypes266;
- private String _methodName270;
- private String[] _methodParameterTypes270;
+ private String _methodName269;
+ private String[] _methodParameterTypes269;
+ private String _methodName272;
+ private String[] _methodParameterTypes272;
private String _methodName273;
private String[] _methodParameterTypes273;
private String _methodName274;
@@ -1559,20 +1539,20 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes278;
private String _methodName279;
private String[] _methodParameterTypes279;
- private String _methodName280;
- private String[] _methodParameterTypes280;
+ private String _methodName281;
+ private String[] _methodParameterTypes281;
private String _methodName282;
private String[] _methodParameterTypes282;
- private String _methodName283;
- private String[] _methodParameterTypes283;
+ private String _methodName284;
+ private String[] _methodParameterTypes284;
private String _methodName285;
private String[] _methodParameterTypes285;
private String _methodName286;
private String[] _methodParameterTypes286;
private String _methodName287;
private String[] _methodParameterTypes287;
- private String _methodName288;
- private String[] _methodParameterTypes288;
+ private String _methodName289;
+ private String[] _methodParameterTypes289;
private String _methodName290;
private String[] _methodParameterTypes290;
private String _methodName291;
@@ -1597,14 +1577,10 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes300;
private String _methodName301;
private String[] _methodParameterTypes301;
- private String _methodName302;
- private String[] _methodParameterTypes302;
+ private String _methodName303;
+ private String[] _methodParameterTypes303;
private String _methodName304;
private String[] _methodParameterTypes304;
private String _methodName305;
private String[] _methodParameterTypes305;
- private String _methodName306;
- private String[] _methodParameterTypes306;
- private String _methodName307;
- private String[] _methodParameterTypes307;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
index 4d1927c9..ac4bc318 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
@@ -84,30 +84,30 @@ public class DettPraticaServiceClpInvoker {
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.util.Date", "int", "boolean", "long",
- "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "long", "long",
- "boolean", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "boolean", "java.util.Date", "java.util.Date",
- "java.util.Date", "java.lang.String", "boolean", "long", "int",
+ "java.lang.String", "long", "long", "boolean", "boolean",
+ "boolean", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "java.util.Date", "java.util.Date", "java.util.Date",
+ "java.lang.String", "boolean", "long", "int", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "java.lang.String", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "java.lang.String",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String", "boolean",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -115,21 +115,20 @@ public class DettPraticaServiceClpInvoker {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "java.lang.String", "java.util.Date",
- "boolean", "int", "int", "boolean", "int", "boolean", "int",
- "boolean", "java.lang.String", "java.lang.String",
+ "java.util.Date", "boolean", "int", "int", "boolean", "int",
+ "boolean", "int", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
+ "java.lang.String", "java.lang.String", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "boolean", "boolean", "boolean",
- "java.lang.String", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "java.lang.String", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
- "boolean", "boolean", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String",
+ "boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
+ "boolean", "boolean", "boolean", "java.lang.String",
+ "java.lang.String", "boolean", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "boolean",
"boolean", "boolean"
};
@@ -285,30 +284,30 @@ public class DettPraticaServiceClpInvoker {
((Integer)arguments[14]).intValue(),
((Boolean)arguments[15]).booleanValue(),
((Long)arguments[16]).longValue(),
- ((Long)arguments[17]).longValue(),
+ (java.lang.String)arguments[17],
(java.lang.String)arguments[18],
(java.lang.String)arguments[19],
(java.lang.String)arguments[20],
(java.lang.String)arguments[21],
(java.lang.String)arguments[22],
(java.lang.String)arguments[23],
- (java.lang.String)arguments[24],
+ ((Long)arguments[24]).longValue(),
((Long)arguments[25]).longValue(),
- ((Long)arguments[26]).longValue(),
+ ((Boolean)arguments[26]).booleanValue(),
((Boolean)arguments[27]).booleanValue(),
((Boolean)arguments[28]).booleanValue(),
- ((Boolean)arguments[29]).booleanValue(),
+ (java.lang.String)arguments[29],
(java.lang.String)arguments[30],
(java.lang.String)arguments[31],
(java.lang.String)arguments[32],
- (java.lang.String)arguments[33],
+ ((Boolean)arguments[33]).booleanValue(),
((Boolean)arguments[34]).booleanValue(),
- ((Boolean)arguments[35]).booleanValue(),
- (java.util.Date)arguments[36], (java.util.Date)arguments[37],
- (java.util.Date)arguments[38], (java.lang.String)arguments[39],
- ((Boolean)arguments[40]).booleanValue(),
- ((Long)arguments[41]).longValue(),
- ((Integer)arguments[42]).intValue(),
+ (java.util.Date)arguments[35], (java.util.Date)arguments[36],
+ (java.util.Date)arguments[37], (java.lang.String)arguments[38],
+ ((Boolean)arguments[39]).booleanValue(),
+ ((Long)arguments[40]).longValue(),
+ ((Integer)arguments[41]).intValue(),
+ (java.lang.String)arguments[42],
(java.lang.String)arguments[43],
(java.lang.String)arguments[44],
(java.lang.String)arguments[45],
@@ -323,7 +322,7 @@ public class DettPraticaServiceClpInvoker {
(java.lang.String)arguments[54],
(java.lang.String)arguments[55],
(java.lang.String)arguments[56],
- (java.lang.String)arguments[57],
+ ((Boolean)arguments[57]).booleanValue(),
((Boolean)arguments[58]).booleanValue(),
((Boolean)arguments[59]).booleanValue(),
((Boolean)arguments[60]).booleanValue(),
@@ -334,31 +333,31 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[65]).booleanValue(),
((Boolean)arguments[66]).booleanValue(),
((Boolean)arguments[67]).booleanValue(),
- ((Boolean)arguments[68]).booleanValue(),
+ (java.lang.String)arguments[68],
(java.lang.String)arguments[69],
- (java.lang.String)arguments[70],
+ ((Boolean)arguments[70]).booleanValue(),
((Boolean)arguments[71]).booleanValue(),
((Boolean)arguments[72]).booleanValue(),
((Boolean)arguments[73]).booleanValue(),
- ((Boolean)arguments[74]).booleanValue(),
+ (java.lang.String)arguments[74],
(java.lang.String)arguments[75],
(java.lang.String)arguments[76],
- (java.lang.String)arguments[77],
+ ((Boolean)arguments[77]).booleanValue(),
((Boolean)arguments[78]).booleanValue(),
((Boolean)arguments[79]).booleanValue(),
((Boolean)arguments[80]).booleanValue(),
((Boolean)arguments[81]).booleanValue(),
((Boolean)arguments[82]).booleanValue(),
- ((Boolean)arguments[83]).booleanValue(),
- (java.lang.String)arguments[84],
+ (java.lang.String)arguments[83],
+ ((Boolean)arguments[84]).booleanValue(),
((Boolean)arguments[85]).booleanValue(),
((Boolean)arguments[86]).booleanValue(),
((Boolean)arguments[87]).booleanValue(),
((Boolean)arguments[88]).booleanValue(),
((Boolean)arguments[89]).booleanValue(),
- ((Boolean)arguments[90]).booleanValue(),
+ (java.lang.String)arguments[90],
(java.lang.String)arguments[91],
- (java.lang.String)arguments[92],
+ ((Boolean)arguments[92]).booleanValue(),
((Boolean)arguments[93]).booleanValue(),
((Boolean)arguments[94]).booleanValue(),
((Boolean)arguments[95]).booleanValue(),
@@ -366,14 +365,14 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[97]).booleanValue(),
((Boolean)arguments[98]).booleanValue(),
((Boolean)arguments[99]).booleanValue(),
- ((Boolean)arguments[100]).booleanValue(),
- (java.lang.String)arguments[101],
+ (java.lang.String)arguments[100],
+ ((Boolean)arguments[101]).booleanValue(),
((Boolean)arguments[102]).booleanValue(),
((Boolean)arguments[103]).booleanValue(),
((Boolean)arguments[104]).booleanValue(),
((Boolean)arguments[105]).booleanValue(),
- ((Boolean)arguments[106]).booleanValue(),
- (java.lang.String)arguments[107],
+ (java.lang.String)arguments[106],
+ ((Boolean)arguments[107]).booleanValue(),
((Boolean)arguments[108]).booleanValue(),
((Boolean)arguments[109]).booleanValue(),
((Boolean)arguments[110]).booleanValue(),
@@ -382,7 +381,7 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[113]).booleanValue(),
((Boolean)arguments[114]).booleanValue(),
((Boolean)arguments[115]).booleanValue(),
- ((Boolean)arguments[116]).booleanValue(),
+ (java.lang.String)arguments[116],
(java.lang.String)arguments[117],
(java.lang.String)arguments[118],
(java.lang.String)arguments[119],
@@ -405,16 +404,16 @@ public class DettPraticaServiceClpInvoker {
(java.lang.String)arguments[136],
(java.lang.String)arguments[137],
(java.lang.String)arguments[138],
- (java.lang.String)arguments[139],
- (java.util.Date)arguments[140],
- ((Boolean)arguments[141]).booleanValue(),
+ (java.util.Date)arguments[139],
+ ((Boolean)arguments[140]).booleanValue(),
+ ((Integer)arguments[141]).intValue(),
((Integer)arguments[142]).intValue(),
- ((Integer)arguments[143]).intValue(),
- ((Boolean)arguments[144]).booleanValue(),
- ((Integer)arguments[145]).intValue(),
- ((Boolean)arguments[146]).booleanValue(),
- ((Integer)arguments[147]).intValue(),
- ((Boolean)arguments[148]).booleanValue(),
+ ((Boolean)arguments[143]).booleanValue(),
+ ((Integer)arguments[144]).intValue(),
+ ((Boolean)arguments[145]).booleanValue(),
+ ((Integer)arguments[146]).intValue(),
+ ((Boolean)arguments[147]).booleanValue(),
+ (java.lang.String)arguments[148],
(java.lang.String)arguments[149],
(java.lang.String)arguments[150],
(java.lang.String)arguments[151],
@@ -426,7 +425,7 @@ public class DettPraticaServiceClpInvoker {
(java.lang.String)arguments[157],
(java.lang.String)arguments[158],
(java.lang.String)arguments[159],
- (java.lang.String)arguments[160],
+ ((Boolean)arguments[160]).booleanValue(),
((Boolean)arguments[161]).booleanValue(),
((Boolean)arguments[162]).booleanValue(),
((Boolean)arguments[163]).booleanValue(),
@@ -441,8 +440,8 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[172]).booleanValue(),
((Boolean)arguments[173]).booleanValue(),
((Boolean)arguments[174]).booleanValue(),
- ((Boolean)arguments[175]).booleanValue(),
- (java.lang.String)arguments[176],
+ (java.lang.String)arguments[175],
+ ((Boolean)arguments[176]).booleanValue(),
((Boolean)arguments[177]).booleanValue(),
((Boolean)arguments[178]).booleanValue(),
((Boolean)arguments[179]).booleanValue(),
@@ -466,15 +465,14 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[197]).booleanValue(),
((Boolean)arguments[198]).booleanValue(),
((Boolean)arguments[199]).booleanValue(),
- ((Boolean)arguments[200]).booleanValue(),
+ (java.lang.String)arguments[200],
(java.lang.String)arguments[201],
- (java.lang.String)arguments[202],
- ((Boolean)arguments[203]).booleanValue(),
- (java.lang.String)arguments[204],
- (com.liferay.portal.service.ServiceContext)arguments[205],
+ ((Boolean)arguments[202]).booleanValue(),
+ (java.lang.String)arguments[203],
+ (com.liferay.portal.service.ServiceContext)arguments[204],
+ ((Boolean)arguments[205]).booleanValue(),
((Boolean)arguments[206]).booleanValue(),
- ((Boolean)arguments[207]).booleanValue(),
- ((Boolean)arguments[208]).booleanValue());
+ ((Boolean)arguments[207]).booleanValue());
}
if (_methodName221.equals(name) &&
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
index d9af60c8..a7e527a4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
@@ -304,10 +304,6 @@ public class FineLavoriLocalServiceClpInvoker {
_methodName238 = "findIntPraticaByFineLavori";
_methodParameterTypes238 = new String[] { "java.lang.String" };
-
- _methodName239 = "fetchByOldDettPraticaId";
-
- _methodParameterTypes239 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -666,11 +662,6 @@ public class FineLavoriLocalServiceClpInvoker {
return FineLavoriLocalServiceUtil.findIntPraticaByFineLavori((java.lang.String)arguments[0]);
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
- return FineLavoriLocalServiceUtil.fetchByOldDettPraticaId(((Long)arguments[0]).longValue());
- }
-
throw new UnsupportedOperationException();
}
@@ -786,6 +777,4 @@ public class FineLavoriLocalServiceClpInvoker {
private String[] _methodParameterTypes237;
private String _methodName238;
private String[] _methodParameterTypes238;
- private String _methodName239;
- private String[] _methodParameterTypes239;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java
index 8c7dfedb..616687db 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java
@@ -150,7 +150,7 @@ public class IntPraticaLocalServiceClpInvoker {
_methodParameterTypes207 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.lang.String", "java.util.Date", "java.lang.String",
- "java.lang.String", "boolean", "int", "java.util.Date", "long",
+ "java.lang.String", "boolean", "int", "java.util.Date",
"com.liferay.portal.service.ServiceContext"
};
@@ -232,239 +232,235 @@ public class IntPraticaLocalServiceClpInvoker {
_methodParameterTypes227 = new String[] { "long", "long" };
- _methodName228 = "fetchByOldIntPraticaId";
+ _methodName228 = "updateStatus";
- _methodParameterTypes228 = new String[] { "long" };
+ _methodParameterTypes228 = new String[] { "long", "int" };
- _methodName229 = "updateStatus";
+ _methodName229 = "findByCompanyIdSoggettoProgetti";
- _methodParameterTypes229 = new String[] { "long", "int" };
+ _methodParameterTypes229 = new String[] { "long", "long" };
- _methodName230 = "findByCompanyIdSoggettoProgetti";
+ _methodName230 = "countByCompanyIdSoggettoProgetti";
_methodParameterTypes230 = new String[] { "long", "long" };
- _methodName231 = "countByCompanyIdSoggettoProgetti";
+ _methodName232 = "findByCompanyIdSoggettoArchivio";
- _methodParameterTypes231 = new String[] { "long", "long" };
+ _methodParameterTypes232 = new String[] { "long", "long" };
- _methodName233 = "findByCompanyIdSoggettoArchivio";
+ _methodName233 = "countByCompanyIdSoggettoArchivio";
_methodParameterTypes233 = new String[] { "long", "long" };
- _methodName234 = "countByCompanyIdSoggettoArchivio";
+ _methodName235 = "findByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes234 = new String[] { "long", "long" };
+ _methodParameterTypes235 = new String[] { "long", "long", "int", "int" };
- _methodName236 = "findByCompanyIdSoggettoAltriProgetti";
+ _methodName236 = "countByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes236 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes236 = new String[] { "long", "long" };
- _methodName237 = "countByCompanyIdSoggettoAltriProgetti";
+ _methodName238 = "findByCanAddFineLavori";
- _methodParameterTypes237 = new String[] { "long", "long" };
-
- _methodName239 = "findByCanAddFineLavori";
-
- _methodParameterTypes239 = new String[] {
+ _methodParameterTypes238 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName240 = "countByCanAddFineLavori";
+ _methodName239 = "countByCanAddFineLavori";
- _methodParameterTypes240 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes239 = new String[] { "long", "java.lang.String" };
- _methodName242 = "findByCanAddCollaudo";
+ _methodName241 = "findByCanAddCollaudo";
- _methodParameterTypes242 = new String[] {
+ _methodParameterTypes241 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName243 = "countByCanAddCollaudo";
+ _methodName242 = "countByCanAddCollaudo";
- _methodParameterTypes243 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes242 = new String[] { "long", "java.lang.String" };
- _methodName245 = "search";
+ _methodName244 = "search";
- _methodParameterTypes245 = new String[] { "java.util.List", "int", "int" };
+ _methodParameterTypes244 = new String[] { "java.util.List", "int", "int" };
- _methodName246 = "countSearch";
+ _methodName245 = "countSearch";
- _methodParameterTypes246 = new String[] { "java.util.List" };
+ _methodParameterTypes245 = new String[] { "java.util.List" };
- _methodName247 = "searchWithIntPraticaId";
+ _methodName246 = "searchWithIntPraticaId";
- _methodParameterTypes247 = new String[] {
+ _methodParameterTypes246 = new String[] {
"java.util.List", "long", "int", "int"
};
- _methodName248 = "countSearchWithIntPraticaId";
+ _methodName247 = "countSearchWithIntPraticaId";
- _methodParameterTypes248 = new String[] { "java.util.List", "long" };
+ _methodParameterTypes247 = new String[] { "java.util.List", "long" };
- _methodName249 = "allegaFileAnnullamento";
+ _methodName248 = "allegaFileAnnullamento";
- _methodParameterTypes249 = new String[] {
+ _methodParameterTypes248 = new String[] {
"long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName250 = "generateFileAnnullamento";
+ _methodName249 = "generateFileAnnullamento";
- _methodParameterTypes250 = new String[] {
+ _methodParameterTypes249 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName251 = "deleteFileAnnullamento";
+ _methodName250 = "deleteFileAnnullamento";
- _methodParameterTypes251 = new String[] { "long" };
+ _methodParameterTypes250 = new String[] { "long" };
- _methodName252 = "completeAnnullamento";
+ _methodName251 = "completeAnnullamento";
- _methodParameterTypes252 = new String[] { "long" };
+ _methodParameterTypes251 = new String[] { "long" };
- _methodName253 = "cambiaIstruttore";
+ _methodName252 = "cambiaIstruttore";
- _methodParameterTypes253 = new String[] { "long", "long", "long" };
+ _methodParameterTypes252 = new String[] { "long", "long", "long" };
- _methodName254 = "countCaricoLavoroCF";
+ _methodName253 = "countCaricoLavoroCF";
- _methodParameterTypes254 = new String[] {
+ _methodParameterTypes253 = new String[] {
"long", "java.lang.String", "java.lang.Boolean",
"java.lang.Long[][]"
};
- _methodName255 = "countCaricoLavoroIstruttore";
+ _methodName254 = "countCaricoLavoroIstruttore";
- _methodParameterTypes255 = new String[] {
+ _methodParameterTypes254 = new String[] {
"long", "java.lang.String", "java.lang.Boolean"
};
- _methodName256 = "generateReportPratica";
+ _methodName255 = "generateReportPratica";
- _methodParameterTypes256 = new String[] {
+ _methodParameterTypes255 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName257 = "updateModifiedDate";
+ _methodName256 = "updateModifiedDate";
- _methodParameterTypes257 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes256 = new String[] { "long", "java.util.Date" };
- _methodName258 = "countAutorizzazione";
+ _methodName257 = "countAutorizzazione";
- _methodParameterTypes258 = new String[] {
+ _methodParameterTypes257 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName259 = "countSanatorie";
+ _methodName258 = "countSanatorie";
- _methodParameterTypes259 = new String[] {
+ _methodParameterTypes258 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName260 = "countOpereMinoreImportanza";
+ _methodName259 = "countOpereMinoreImportanza";
- _methodParameterTypes260 = new String[] {
+ _methodParameterTypes259 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName261 = "countDeposito";
+ _methodName260 = "countDeposito";
- _methodParameterTypes261 = new String[] {
+ _methodParameterTypes260 = new String[] {
"java.util.Date", "java.util.Date", "long", "boolean"
};
- _methodName262 = "countVidimate";
+ _methodName261 = "countVidimate";
- _methodParameterTypes262 = new String[] {
+ _methodParameterTypes261 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName263 = "countControllo";
+ _methodName262 = "countControllo";
- _methodParameterTypes263 = new String[] {
+ _methodParameterTypes262 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName264 = "importaVecchiFilesFascicolo";
+ _methodName263 = "importaVecchiFilesFascicolo";
- _methodParameterTypes264 = new String[] { "long", "int", "int" };
+ _methodParameterTypes263 = new String[] { "long", "int", "int" };
- _methodName265 = "findIntPraticaNotExist";
+ _methodName264 = "findIntPraticaNotExist";
- _methodParameterTypes265 = new String[] { };
+ _methodParameterTypes264 = new String[] { };
- _methodName266 = "riparaWorkflow";
+ _methodName265 = "riparaWorkflow";
- _methodParameterTypes266 = new String[] { };
+ _methodParameterTypes265 = new String[] { };
- _methodName267 = "reIndexFascicolo";
+ _methodName266 = "reIndexFascicolo";
- _methodParameterTypes267 = new String[] {
+ _methodParameterTypes266 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName268 = "reIndexFasciolo";
+ _methodName267 = "reIndexFasciolo";
- _methodParameterTypes268 = new String[] { "java.lang.String", "long" };
+ _methodParameterTypes267 = new String[] { "java.lang.String", "long" };
- _methodName269 = "reIndexFasciolo";
+ _methodName268 = "reIndexFasciolo";
- _methodParameterTypes269 = new String[] { "long", "long" };
+ _methodParameterTypes268 = new String[] { "long", "long" };
- _methodName270 = "trovaDoppioni";
+ _methodName269 = "trovaDoppioni";
- _methodParameterTypes270 = new String[] { };
+ _methodParameterTypes269 = new String[] { };
- _methodName271 = "findByNumeroProgetto";
+ _methodName270 = "findByNumeroProgetto";
- _methodParameterTypes271 = new String[] { "java.lang.String" };
+ _methodParameterTypes270 = new String[] { "java.lang.String" };
- _methodName272 = "findByTerritorioId";
+ _methodName271 = "findByTerritorioId";
- _methodParameterTypes272 = new String[] { "long" };
+ _methodParameterTypes271 = new String[] { "long" };
- _methodName273 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
+ _methodName272 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
- _methodParameterTypes273 = new String[] {
+ _methodParameterTypes272 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName274 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
+ _methodName273 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
- _methodParameterTypes274 = new String[] {
+ _methodParameterTypes273 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName275 = "reportPraticheVidimate";
+ _methodName274 = "reportPraticheVidimate";
- _methodParameterTypes275 = new String[] {
+ _methodParameterTypes274 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName276 = "reportPraticheVidimateCalcolaDataSorteggio";
+ _methodName275 = "reportPraticheVidimateCalcolaDataSorteggio";
- _methodParameterTypes276 = new String[] {
+ _methodParameterTypes275 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName277 = "countIngressiAutorizzazioni";
+ _methodName276 = "countIngressiAutorizzazioni";
- _methodParameterTypes277 = new String[] {
+ _methodParameterTypes276 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName278 = "countIngressiDepositi";
+ _methodName277 = "countIngressiDepositi";
- _methodParameterTypes278 = new String[] {
+ _methodParameterTypes277 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName279 = "countIngressiCO";
+ _methodName278 = "countIngressiCO";
- _methodParameterTypes279 = new String[] {
+ _methodParameterTypes278 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
}
@@ -623,8 +619,7 @@ public class IntPraticaLocalServiceClpInvoker {
((Boolean)arguments[8]).booleanValue(),
((Integer)arguments[9]).intValue(),
(java.util.Date)arguments[10],
- ((Long)arguments[11]).longValue(),
- (com.liferay.portal.service.ServiceContext)arguments[12]);
+ (com.liferay.portal.service.ServiceContext)arguments[11]);
}
if (_methodName208.equals(name) &&
@@ -726,139 +721,134 @@ public class IntPraticaLocalServiceClpInvoker {
if (_methodName228.equals(name) &&
Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
- return IntPraticaLocalServiceUtil.fetchByOldIntPraticaId(((Long)arguments[0]).longValue());
- }
-
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
IntPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
return null;
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName233.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName234.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName236.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName237.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName240.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
+ if (_methodName239.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName242.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
+ if (_methodName241.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName243.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
+ if (_methodName242.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName245.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
+ if (_methodName244.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
return IntPraticaLocalServiceUtil.search((java.util.List)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName246.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
+ if (_methodName245.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSearch((java.util.List)arguments[0]);
}
- if (_methodName247.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
+ if (_methodName246.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
return IntPraticaLocalServiceUtil.searchWithIntPraticaId((java.util.List)arguments[0],
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName248.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
+ if (_methodName247.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSearchWithIntPraticaId((java.util.List)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName249.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
+ if (_methodName248.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
return IntPraticaLocalServiceUtil.allegaFileAnnullamento(((Long)arguments[0]).longValue(),
(byte[])arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3],
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName250.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
+ if (_methodName249.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
return IntPraticaLocalServiceUtil.generateFileAnnullamento(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName251.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
+ if (_methodName250.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
IntPraticaLocalServiceUtil.deleteFileAnnullamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName252.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
+ if (_methodName251.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
IntPraticaLocalServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
+ if (_methodName252.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
IntPraticaLocalServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue());
@@ -866,92 +856,100 @@ public class IntPraticaLocalServiceClpInvoker {
return null;
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName253.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
return IntPraticaLocalServiceUtil.countCaricoLavoroCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.Boolean)arguments[2], (java.lang.Long[])arguments[3]);
}
- if (_methodName255.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
return IntPraticaLocalServiceUtil.countCaricoLavoroIstruttore(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.Boolean)arguments[2]);
}
- if (_methodName256.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
+ if (_methodName255.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
return IntPraticaLocalServiceUtil.generateReportPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName256.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateModifiedDate(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName258.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return IntPraticaLocalServiceUtil.countAutorizzazione((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName259.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSanatorie((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName260.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
return IntPraticaLocalServiceUtil.countOpereMinoreImportanza((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName261.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
return IntPraticaLocalServiceUtil.countDeposito((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName262.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
+ if (_methodName261.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
return IntPraticaLocalServiceUtil.countVidimate((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3],
((Boolean)arguments[4]).booleanValue());
}
- if (_methodName263.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return IntPraticaLocalServiceUtil.countControllo((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3],
((Boolean)arguments[4]).booleanValue());
}
- if (_methodName264.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
+ if (_methodName263.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
return IntPraticaLocalServiceUtil.importaVecchiFilesFascicolo(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
+ return IntPraticaLocalServiceUtil.findIntPraticaNotExist();
+ }
+
if (_methodName265.equals(name) &&
Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
- return IntPraticaLocalServiceUtil.findIntPraticaNotExist();
+ return IntPraticaLocalServiceUtil.riparaWorkflow();
}
if (_methodName266.equals(name) &&
Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
- return IntPraticaLocalServiceUtil.riparaWorkflow();
+ IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
+ ((Long)arguments[1]).longValue());
+
+ return null;
}
if (_methodName267.equals(name) &&
Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
- IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
+ IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
return null;
@@ -959,7 +957,7 @@ public class IntPraticaLocalServiceClpInvoker {
if (_methodName268.equals(name) &&
Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
- IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0],
+ IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
@@ -967,67 +965,59 @@ public class IntPraticaLocalServiceClpInvoker {
if (_methodName269.equals(name) &&
Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
- IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(),
- ((Long)arguments[1]).longValue());
-
- return null;
+ return IntPraticaLocalServiceUtil.trovaDoppioni();
}
if (_methodName270.equals(name) &&
Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
- return IntPraticaLocalServiceUtil.trovaDoppioni();
+ return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]);
}
if (_methodName271.equals(name) &&
Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
- return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]);
+ return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue());
}
if (_methodName272.equals(name) &&
Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
- return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue());
- }
-
- if (_methodName273.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieAvvisiAutorizzazioni((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3]);
}
- if (_methodName274.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
+ if (_methodName273.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieCalcolaDataSorteggio((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName275.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
+ if (_methodName274.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportPraticheVidimate((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3]);
}
- if (_methodName276.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
+ if (_methodName275.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportPraticheVidimateCalcolaDataSorteggio((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName277.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
+ if (_methodName276.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiAutorizzazioni((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName278.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
+ if (_methodName277.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiDepositi((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName279.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
+ if (_methodName278.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiCO((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
@@ -1125,24 +1115,24 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes229;
private String _methodName230;
private String[] _methodParameterTypes230;
- private String _methodName231;
- private String[] _methodParameterTypes231;
+ private String _methodName232;
+ private String[] _methodParameterTypes232;
private String _methodName233;
private String[] _methodParameterTypes233;
- private String _methodName234;
- private String[] _methodParameterTypes234;
+ private String _methodName235;
+ private String[] _methodParameterTypes235;
private String _methodName236;
private String[] _methodParameterTypes236;
- private String _methodName237;
- private String[] _methodParameterTypes237;
+ private String _methodName238;
+ private String[] _methodParameterTypes238;
private String _methodName239;
private String[] _methodParameterTypes239;
- private String _methodName240;
- private String[] _methodParameterTypes240;
+ private String _methodName241;
+ private String[] _methodParameterTypes241;
private String _methodName242;
private String[] _methodParameterTypes242;
- private String _methodName243;
- private String[] _methodParameterTypes243;
+ private String _methodName244;
+ private String[] _methodParameterTypes244;
private String _methodName245;
private String[] _methodParameterTypes245;
private String _methodName246;
@@ -1211,6 +1201,4 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes277;
private String _methodName278;
private String[] _methodParameterTypes278;
- private String _methodName279;
- private String[] _methodParameterTypes279;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java
index c9d49a40..0b64b780 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/DettPraticaServiceSoap.java
@@ -204,12 +204,12 @@ public class DettPraticaServiceSoap {
java.lang.String importoSpeseIstruttoria,
java.util.Date dataEffettuazione, int statusTask,
boolean workflowForzato, long soggettoSostituitoId,
- long oldDettPraticaId, java.lang.String destinazione,
- java.lang.String ag, java.lang.String descLongIntervento,
- java.lang.String via, java.lang.String localita,
- java.lang.String estremiCatastali, java.lang.String estremiPratCom,
- long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico,
+ java.lang.String destinazione, java.lang.String ag,
+ java.lang.String descLongIntervento, java.lang.String via,
+ java.lang.String localita, java.lang.String estremiCatastali,
+ java.lang.String estremiPratCom, long variataDa, long varianteNumero,
+ boolean varianteSostanziale, boolean operaConforme,
+ boolean collaudoStatico,
java.lang.String codiceFiscaleDelegatoCommittente,
java.lang.String codiceFiscaleDelegatoFineLavori,
java.lang.String codiceFiscaleDelegatoCollaudo,
@@ -334,11 +334,11 @@ public class DettPraticaServiceSoap {
tipoIntegrazione, completa, gestita, codicePagamento,
causalePagamento, mezzoPagamento, importoBolli,
importoSpeseIstruttoria, dataEffettuazione, statusTask,
- workflowForzato, soggettoSostituitoId, oldDettPraticaId,
- destinazione, ag, descLongIntervento, via, localita,
- estremiCatastali, estremiPratCom, variataDa,
- varianteNumero, varianteSostanziale, operaConforme,
- collaudoStatico, codiceFiscaleDelegatoCommittente,
+ workflowForzato, soggettoSostituitoId, destinazione, ag,
+ descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero,
+ varianteSostanziale, operaConforme, collaudoStatico,
+ codiceFiscaleDelegatoCommittente,
codiceFiscaleDelegatoFineLavori,
codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato,
lavoriInEconomiaCommittente, inizioLavoriContestualeOpera,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/CollaudoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/CollaudoLocalServiceImpl.java
index 8af70e48..edb20efe 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/CollaudoLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/CollaudoLocalServiceImpl.java
@@ -56,13 +56,14 @@ import com.liferay.portal.service.ServiceContext;
* The implementation of the collaudo local service.
*
*
- * All custom service methods should be put in this class. Whenever methods are added, rerun
- * ServiceBuilder to copy their definitions into the
+ * All custom service methods should be put in this class. Whenever methods are
+ * added, rerun ServiceBuilder to copy their definitions into the
* {@link it.tref.liferay.portos.bo.service.CollaudoLocalService} interface.
*
*
- * This is a local service. Methods of this service will not have security checks based on the
- * propagated JAAS credentials because this service can only be accessed from within the same VM.
+ * This is a local service. Methods of this service will not have security
+ * checks based on the propagated JAAS credentials because this service can only
+ * be accessed from within the same VM.
*
*
* @author Davide Barbagallo, 3F Consulting
@@ -70,398 +71,394 @@ import com.liferay.portal.service.ServiceContext;
* @see it.tref.liferay.portos.bo.service.CollaudoLocalServiceUtil
*/
public class CollaudoLocalServiceImpl extends CollaudoLocalServiceBaseImpl {
- /*
- * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link
- * it.tref.liferay.portos.bo.service.CollaudoLocalServiceUtil} to access the collaudo local
- * service.
- */
- private Collaudo initCollaudo(ServiceContext serviceContext) throws PortalException, SystemException {
+ /*
+ * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use
+ * {@link it.tref.liferay.portos.bo.service.CollaudoLocalServiceUtil} to
+ * access the collaudo local service.
+ */
+ private Collaudo initCollaudo(ServiceContext serviceContext) throws PortalException, SystemException {
- User user = userLocalService.getUser(serviceContext.getUserId());
-
- Date now = new Date();
-
- Collaudo collaudo = collaudoPersistence.create(counterLocalService.increment(DettPratica.class.getName()));
-
- collaudo.setCompanyId(serviceContext.getCompanyId());
- collaudo.setGroupId(serviceContext.getScopeGroupId());
- collaudo.setUserId(serviceContext.getUserId());
- collaudo.setUserName(user.getFullName());
- collaudo.setCreateDate(serviceContext.getCreateDate(now));
- collaudo.setModifiedDate(serviceContext.getModifiedDate(now));
-
- // setto parametri di default
- collaudo.setParziale(false);
- collaudo.setDataEffettuazione(null);
- collaudo.setDataCollaudo(null);
- collaudo.setCodiceFiscaleDelegato(StringPool.BLANK);
+ User user = userLocalService.getUser(serviceContext.getUserId());
+ Date now = new Date();
- return collaudo;
- }
+ Collaudo collaudo = collaudoPersistence.create(counterLocalService.increment(DettPratica.class
+ .getName()));
+
+ collaudo.setCompanyId(serviceContext.getCompanyId());
+ collaudo.setGroupId(serviceContext.getScopeGroupId());
+ collaudo.setUserId(serviceContext.getUserId());
+ collaudo.setUserName(user.getFullName());
+ collaudo.setCreateDate(serviceContext.getCreateDate(now));
+ collaudo.setModifiedDate(serviceContext.getModifiedDate(now));
- @Indexable(type = IndexableType.REINDEX)
- public Collaudo addCollaudo(long intPraticaId, ServiceContext serviceContext) throws PortalException, SystemException {
+ // setto parametri di default
+ collaudo.setParziale(false);
+ collaudo.setDataEffettuazione(null);
+ collaudo.setDataCollaudo(null);
+ collaudo.setCodiceFiscaleDelegato(StringPool.BLANK);
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
-
- Collaudo collaudo = initCollaudo(serviceContext);
-
- collaudo.setGroupId(intPratica.getGroupId());
- collaudo.setIntPraticaId(intPraticaId);
+ return collaudo;
+ }
- collaudoPersistence.update(collaudo);
- return collaudo;
- }
+ @Indexable(type = IndexableType.REINDEX)
+ public Collaudo addCollaudo(long intPraticaId, ServiceContext serviceContext) throws PortalException,
+ SystemException {
- @Override
- @Indexable(type = IndexableType.DELETE)
- public Collaudo deleteCollaudo(Collaudo collaudo) throws SystemException, PortalException {
-
- List docPraticas =
- docPraticaLocalService.findByClassPk(collaudo.getCollaudoId(), QueryUtil.ALL_POS, QueryUtil.ALL_POS);
- for (DocPratica docPratica : docPraticas) {
- docPraticaLocalService.deleteDocPratica(docPratica);
- }
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
- List pagamenti = pagamentoLocalService.findByClassPk(collaudo.getCollaudoId());
- for (Pagamento pagamento : pagamenti) {
- pagamentoLocalService.deletePagamento(pagamento);
- }
+ Collaudo collaudo = initCollaudo(serviceContext);
- return super.deleteCollaudo(collaudo);
- }
+ collaudo.setGroupId(intPratica.getGroupId());
+ collaudo.setIntPraticaId(intPraticaId);
- @Override
- @Indexable(type = IndexableType.DELETE)
- public Collaudo deleteCollaudo(long collaudoId) throws PortalException, SystemException {
+ collaudoPersistence.update(collaudo);
+ return collaudo;
+ }
- Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
+ @Override
+ @Indexable(type = IndexableType.DELETE)
+ public Collaudo deleteCollaudo(Collaudo collaudo) throws SystemException, PortalException {
- return deleteCollaudo(collaudo);
- }
+ List docPraticas = docPraticaLocalService.findByClassPk(collaudo.getCollaudoId(),
+ QueryUtil.ALL_POS, QueryUtil.ALL_POS);
+ for (DocPratica docPratica : docPraticas) {
+ docPraticaLocalService.deleteDocPratica(docPratica);
+ }
- @Indexable(type = IndexableType.REINDEX)
- public Collaudo updateCollaudo(long userId, long collaudoId, long intPraticaId, boolean parziale, boolean completata,
- Date dataCollaudo, String codiceFiscaleDelegato, boolean normEsenteBollo, String noteCollaudo)
- throws NoSuchCollaudoException, SystemException {
+ List pagamenti = pagamentoLocalService.findByClassPk(collaudo.getCollaudoId());
+ for (Pagamento pagamento : pagamenti) {
+ pagamentoLocalService.deletePagamento(pagamento);
+ }
- Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
+ return super.deleteCollaudo(collaudo);
+ }
- collaudo.setParziale(parziale);
- collaudo.setCompletata(completata);
- collaudo.setDataCollaudo(dataCollaudo);
- collaudo.setCodiceFiscaleDelegato(codiceFiscaleDelegato);
- collaudo.setNormEsenteBollo(normEsenteBollo);
- collaudo.setNoteCollaudo(noteCollaudo);
+ @Override
+ @Indexable(type = IndexableType.DELETE)
+ public Collaudo deleteCollaudo(long collaudoId) throws PortalException, SystemException {
- collaudo = collaudoPersistence.update(collaudo);
+ Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
- return collaudo;
- }
+ return deleteCollaudo(collaudo);
+ }
- public Collaudo getLastEditable(long intPraticaId) throws SystemException {
+ @Indexable(type = IndexableType.REINDEX)
+ public Collaudo updateCollaudo(long userId, long collaudoId, long intPraticaId, boolean parziale,
+ boolean completata, Date dataCollaudo, String codiceFiscaleDelegato, boolean normEsenteBollo,
+ String noteCollaudo) throws NoSuchCollaudoException, SystemException {
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", false));
- dynamicQuery.addOrder(OrderFactoryUtil.desc("collaudoId"));
- List collaudoList = dynamicQuery(dynamicQuery, 0, 1);
- if (!collaudoList.isEmpty()) return collaudoList.get(0);
- return null;
- }
+ Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
- public Collaudo getLastCompleted(long intPraticaId) throws SystemException {
+ collaudo.setParziale(parziale);
+ collaudo.setCompletata(completata);
+ collaudo.setDataCollaudo(dataCollaudo);
+ collaudo.setCodiceFiscaleDelegato(codiceFiscaleDelegato);
+ collaudo.setNormEsenteBollo(normEsenteBollo);
+ collaudo.setNoteCollaudo(noteCollaudo);
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.addOrder(OrderFactoryUtil.desc("collaudoId"));
- List collaudoList = dynamicQuery(dynamicQuery, 0, 1);
- if (!collaudoList.isEmpty()) return collaudoList.get(0);
- return null;
- }
+ collaudo = collaudoPersistence.update(collaudo);
- public void updateEsitoPagamento(long pagamentoId, long collaudoId, String stato) throws SystemException,
- PortalException {
+ return collaudo;
+ }
- updateEsitoPagamento(pagamentoId, collaudoId, 0l, stato);
- }
+ public Collaudo getLastEditable(long intPraticaId) throws SystemException {
- public void updateEsitoPagamento(long pagamentoId, long collaudoId, long fileEntryId, String stato)
- throws SystemException, PortalException {
-
- Date now = new Date();
- Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", false));
+ dynamicQuery.addOrder(OrderFactoryUtil.desc("collaudoId"));
+ List collaudoList = dynamicQuery(dynamicQuery, 0, 1);
+ if (!collaudoList.isEmpty())
+ return collaudoList.get(0);
+ return null;
+ }
- collaudo.setModifiedDate(now);
- if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_PAGATA)) {
+ public Collaudo getLastCompleted(long intPraticaId) throws SystemException {
- collaudo.setCompletata(true);
- collaudo.setDataEffettuazione(now);
- collaudo.setNumero(collaudoPersistence.countByIntPraticaId_Completata(collaudo.getIntPraticaId(), true) + 1);
- collaudo = updateCollaudo(collaudo);
-
- updateIntPraticaStatus(collaudo, collaudo.getIntPraticaId());
-
- docPraticaLocalService.completeInvalidation(collaudo.getIntPraticaId());
-
- IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
- if (WorkflowUtil.isWorkflowDisattivabile(collaudo.getIntPraticaId())
- && Validator.isNotNull(intPratica.getStatusByUserId())) {
- inviaMailnotifica(collaudoId, intPratica.getStatusByUserId(), now);
- }
- pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.addOrder(OrderFactoryUtil.desc("collaudoId"));
+ List collaudoList = dynamicQuery(dynamicQuery, 0, 1);
+ if (!collaudoList.isEmpty())
+ return collaudoList.get(0);
+ return null;
+ }
+
+ public void updateEsitoPagamento(long pagamentoId, long collaudoId, String stato) throws SystemException,
+ PortalException {
- } else if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
- || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)
- || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)) {
- pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
- }
+ updateEsitoPagamento(pagamentoId, collaudoId, 0l, stato);
+ }
- }
+ public void updateEsitoPagamento(long pagamentoId, long collaudoId, long fileEntryId, String stato)
+ throws SystemException, PortalException {
- public Collaudo updateEsito(long collaudoId, int stato) throws SystemException, PortalException {
+ Date now = new Date();
+ Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
- Date now = new Date();
- Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
- collaudo.setModifiedDate(now);
+ collaudo.setModifiedDate(now);
+ if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_PAGATA)) {
+
+ collaudo.setCompletata(true);
+ collaudo.setDataEffettuazione(now);
+ collaudo.setNumero(collaudoPersistence.countByIntPraticaId_Completata(collaudo.getIntPraticaId(),
+ true) + 1);
+ collaudo = updateCollaudo(collaudo);
+
+ updateIntPraticaStatus(collaudo, collaudo.getIntPraticaId());
+
+ docPraticaLocalService.completeInvalidation(collaudo.getIntPraticaId());
+
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
+ if (WorkflowUtil.isWorkflowDisattivabile(collaudo.getIntPraticaId())
+ && Validator.isNotNull(intPratica.getStatusByUserId())) {
+ inviaMailnotifica(collaudoId, intPratica.getStatusByUserId(), now);
+ }
+ pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
+
+ } else if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
+ || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)
+ || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)) {
+ pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
+ }
+
+ }
- collaudo.setCompletata(true);
- collaudo.setDataEffettuazione(now);
- collaudo.setNumero(collaudoPersistence.countByIntPraticaId_Completata(collaudo.getIntPraticaId(), true) + 1);
- collaudo = updateCollaudo(collaudo);
+ public Collaudo updateEsito(long collaudoId, int stato) throws SystemException, PortalException {
- updateIntPraticaStatus(collaudo, collaudo.getIntPraticaId());
+ Date now = new Date();
+ Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
+ collaudo.setModifiedDate(now);
- docPraticaLocalService.completeInvalidation(collaudo.getIntPraticaId());
+ collaudo.setCompletata(true);
+ collaudo.setDataEffettuazione(now);
+ collaudo.setNumero(collaudoPersistence.countByIntPraticaId_Completata(collaudo.getIntPraticaId(),
+ true) + 1);
+ collaudo = updateCollaudo(collaudo);
- IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
- if (WorkflowUtil.isWorkflowDisattivabile(collaudo.getIntPraticaId())
- && Validator.isNotNull(intPratica.getStatusByUserId())) {
- inviaMailnotifica(collaudoId, intPratica.getStatusByUserId(), now);
- }
+ updateIntPraticaStatus(collaudo, collaudo.getIntPraticaId());
- return collaudo;
- }
+ docPraticaLocalService.completeInvalidation(collaudo.getIntPraticaId());
- private void inviaMailnotifica(long collaudoId, long tecnicoIstruttoreId, Date date) throws SystemException,
- PortalException {
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
+ if (WorkflowUtil.isWorkflowDisattivabile(collaudo.getIntPraticaId())
+ && Validator.isNotNull(intPratica.getStatusByUserId())) {
+ inviaMailnotifica(collaudoId, intPratica.getStatusByUserId(), now);
+ }
- Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
+ return collaudo;
+ }
- User tecnicoIstruttore = userLocalService.getUser(tecnicoIstruttoreId);
+ private void inviaMailnotifica(long collaudoId, long tecnicoIstruttoreId, Date date)
+ throws SystemException, PortalException {
- String[] to = {tecnicoIstruttore.getEmailAddress()};
- String[] cc = new String[0];
- String[] ccn = new String[0];
+ Collaudo collaudo = collaudoPersistence.fetchByPrimaryKey(collaudoId);
- String tipoPratica = StringPool.BLANK;
- long intPraticaId = collaudo.getIntPraticaId();
- if (AzioniPraticheUtil.isDeposito(intPraticaId)) {
- tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-01");
- } else if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) {
- tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-02");
- }
+ User tecnicoIstruttore = userLocalService.getUser(tecnicoIstruttoreId);
- JSONObject templateVariables = JSONFactoryUtil.createJSONObject();
- templateVariables.put("receiver", tecnicoIstruttore.getFullName());
- templateVariables.put("tipoPratica", tipoPratica);
- templateVariables.put("tipoOggetto", LanguageUtil.get(LocaleUtil.ITALIAN, "label-integrazione-"
- + (collaudo.getParziale() ? "10" : "08")));
- templateVariables.put("dataInvio", FastDateFormatFactoryUtil.getSimpleDateFormat("dd/MM/yyyy HH:mm").format(date));
+ String[] to = { tecnicoIstruttore.getEmailAddress() };
+ String[] cc = new String[0];
+ String[] ccn = new String[0];
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setScopeGroupId(collaudo.getGroupId());
- serviceContext.setCompanyId(collaudo.getCompanyId());
- serviceContext.setUserId(collaudo.getUserId());
+ String tipoPratica = StringPool.BLANK;
+ long intPraticaId = collaudo.getIntPraticaId();
+ if (AzioniPraticheUtil.isDeposito(intPraticaId)) {
+ tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-01");
+ } else if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) {
+ tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-02");
+ }
- MailUtil.invioMailNotifica(collaudo.getIntPraticaId(), 0l, collaudoId, Collaudo.class.getName(), to, cc, ccn,
- "NOTIFICA-BO", templateVariables, null, serviceContext);
- }
+ JSONObject templateVariables = JSONFactoryUtil.createJSONObject();
+ templateVariables.put("receiver", tecnicoIstruttore.getFullName());
+ templateVariables.put("tipoPratica", tipoPratica);
+ templateVariables.put(
+ "tipoOggetto",
+ LanguageUtil.get(LocaleUtil.ITALIAN, "label-integrazione-"
+ + (collaudo.getParziale() ? "10" : "08")));
+ templateVariables.put("dataInvio", FastDateFormatFactoryUtil.getSimpleDateFormat("dd/MM/yyyy HH:mm")
+ .format(date));
- private IntPratica updateIntPraticaStatus(Collaudo collaudo, long intPraticaId) throws PortalException,
- SystemException {
+ ServiceContext serviceContext = new ServiceContext();
+ serviceContext.setScopeGroupId(collaudo.getGroupId());
+ serviceContext.setCompanyId(collaudo.getCompanyId());
+ serviceContext.setUserId(collaudo.getUserId());
- IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
- if (collaudo.isParziale()) {
- intPratica.setCollaudoParziale(true);
- } else {
- intPratica.setCollaudoTotale(true);
- }
- intPratica = intPraticaLocalService.updateIntPratica(intPratica);
- return intPratica;
- }
+ MailUtil.invioMailNotifica(collaudo.getIntPraticaId(), 0l, collaudoId, Collaudo.class.getName(), to,
+ cc, ccn, "NOTIFICA-BO", templateVariables, null, serviceContext);
+ }
- public Collaudo updateCollaudoProtocollo(long collaudoId, String protocollo) throws PortalException, SystemException {
+ private IntPratica updateIntPraticaStatus(Collaudo collaudo, long intPraticaId) throws PortalException,
+ SystemException {
- Collaudo collaudo = collaudoLocalService.fetchCollaudo(collaudoId);
- collaudo.setModifiedDate(new Date());
- collaudo.setProtocollo(protocollo);
- collaudo.setDtProtocollo(new Date());
- collaudo = collaudoLocalService.updateCollaudo(collaudo);
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(collaudo.getIntPraticaId());
+ if (collaudo.isParziale()) {
+ intPratica.setCollaudoParziale(true);
+ } else {
+ intPratica.setCollaudoTotale(true);
+ }
+ intPratica = intPraticaLocalService.updateIntPratica(intPratica);
+ return intPratica;
+ }
- return collaudo;
- }
+ public Collaudo updateCollaudoProtocollo(long collaudoId, String protocollo) throws PortalException,
+ SystemException {
- public Collaudo findByProtocollo(long companyId, long groupId, String protocollo) throws PortalException,
- SystemException {
+ Collaudo collaudo = collaudoLocalService.fetchCollaudo(collaudoId);
+ collaudo.setModifiedDate(new Date());
+ collaudo.setProtocollo(protocollo);
+ collaudo.setDtProtocollo(new Date());
+ collaudo = collaudoLocalService.updateCollaudo(collaudo);
- return collaudoPersistence.findByC_G_Protocollo(companyId, groupId, protocollo);
- }
+ return collaudo;
+ }
- public Collaudo fetchByProtocollo(String protocollo) throws PortalException, SystemException {
+ public Collaudo findByProtocollo(long companyId, long groupId, String protocollo) throws PortalException,
+ SystemException {
- return collaudoPersistence.fetchByProtocollo(protocollo);
- }
+ return collaudoPersistence.findByC_G_Protocollo(companyId, groupId, protocollo);
+ }
- public Collaudo pagaInvia(long collaudoId, String codiceFiscaleCommittente, String currentURL,
- ServiceContext serviceContext) throws SystemException, PortalException {
+ public Collaudo fetchByProtocollo(String protocollo) throws PortalException, SystemException {
- Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
+ return collaudoPersistence.fetchByProtocollo(protocollo);
+ }
- BigDecimal importoBolli =
- PagamentiCommonUtil.getImportoBolli(collaudo.getCompanyId(), collaudo.getCollaudoId(),
- Collaudo.class.getName(), TipoIntegrazioneUtil.COLLAUDO);
+ public Collaudo pagaInvia(long collaudoId, String codiceFiscaleCommittente, String currentURL,
+ ServiceContext serviceContext) throws SystemException, PortalException {
- collaudo.setImportoBolli(importoBolli.toString());
- collaudo = updateCollaudo(collaudo);
+ Collaudo collaudo = collaudoPersistence.findByPrimaryKey(collaudoId);
- PagamentiUtil.nuovoPagamento(currentURL, collaudo.getCollaudoId(), Collaudo.class.getName(),
- PagamentoConstants.PAGAMENTO_BOLLI, importoBolli.toString(), codiceFiscaleCommittente, serviceContext);
+ BigDecimal importoBolli = PagamentiCommonUtil.getImportoBolli(collaudo.getCompanyId(),
+ collaudo.getCollaudoId(), Collaudo.class.getName(), TipoIntegrazioneUtil.COLLAUDO);
- return collaudo;
- }
+ collaudo.setImportoBolli(importoBolli.toString());
+ collaudo = updateCollaudo(collaudo);
- public List findByIntPraticaId(long intPraticaId, int start, int end, OrderByComparator orderByComparator)
- throws SystemException {
+ PagamentiUtil.nuovoPagamento(currentURL, collaudo.getCollaudoId(), Collaudo.class.getName(),
+ PagamentoConstants.PAGAMENTO_BOLLI, importoBolli.toString(), codiceFiscaleCommittente,
+ serviceContext);
- return collaudoPersistence.findByIntPraticaId(intPraticaId, start, end, orderByComparator);
- }
+ return collaudo;
+ }
- public int countByIntPraticaId(long intPraticaId) throws SystemException {
+ public List findByIntPraticaId(long intPraticaId, int start, int end,
+ OrderByComparator orderByComparator) throws SystemException {
- return collaudoPersistence.countByIntPraticaId(intPraticaId);
- }
+ return collaudoPersistence.findByIntPraticaId(intPraticaId, start, end, orderByComparator);
+ }
- public List findByIntPraticaId_Parziale(long intPraticaId, boolean parziale, int start, int end,
- OrderByComparator orderByComparator) throws SystemException {
+ public int countByIntPraticaId(long intPraticaId) throws SystemException {
- return collaudoPersistence.findByIntPraticaId_Parziale(intPraticaId, parziale, start, end, orderByComparator);
- }
+ return collaudoPersistence.countByIntPraticaId(intPraticaId);
+ }
- public int countByIntPraticaId_Parziale(long intPraticaId, boolean parziale) throws SystemException {
+ public List findByIntPraticaId_Parziale(long intPraticaId, boolean parziale, int start,
+ int end, OrderByComparator orderByComparator) throws SystemException {
- return collaudoPersistence.countByIntPraticaId_Parziale(intPraticaId, parziale);
- }
+ return collaudoPersistence.findByIntPraticaId_Parziale(intPraticaId, parziale, start, end,
+ orderByComparator);
+ }
- public List findByIntPraticaId_Completata(long intPraticaId, boolean completata, int start, int end,
- OrderByComparator orderByComparator) throws SystemException {
+ public int countByIntPraticaId_Parziale(long intPraticaId, boolean parziale) throws SystemException {
- return collaudoPersistence.findByIntPraticaId_Completata(intPraticaId, completata, start, end, orderByComparator);
- }
+ return collaudoPersistence.countByIntPraticaId_Parziale(intPraticaId, parziale);
+ }
- public int countByIntPraticaId_Completata(long intPraticaId, boolean completata) throws SystemException {
+ public List findByIntPraticaId_Completata(long intPraticaId, boolean completata, int start,
+ int end, OrderByComparator orderByComparator) throws SystemException {
- return collaudoPersistence.countByIntPraticaId_Completata(intPraticaId, completata);
- }
+ return collaudoPersistence.findByIntPraticaId_Completata(intPraticaId, completata, start, end,
+ orderByComparator);
+ }
- public List findByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata, int start,
- int end, OrderByComparator orderByComparator) throws SystemException {
+ public int countByIntPraticaId_Completata(long intPraticaId, boolean completata) throws SystemException {
- return collaudoPersistence.findByCodiceFiscale_Completata(codiceFiscaleDelegato, completata, start, end,
- orderByComparator);
- }
+ return collaudoPersistence.countByIntPraticaId_Completata(intPraticaId, completata);
+ }
- public int countByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata) throws SystemException {
+ public List findByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata,
+ int start, int end, OrderByComparator orderByComparator) throws SystemException {
- return collaudoPersistence.countByCodiceFiscale_Completata(codiceFiscaleDelegato, completata);
- }
+ return collaudoPersistence.findByCodiceFiscale_Completata(codiceFiscaleDelegato, completata, start,
+ end, orderByComparator);
+ }
- public List findByIntPraticaId_Parziale_leCollaudoId(long collaudoId, long intPraticaId, boolean parziale,
- int start, int end, OrderByComparator orderByComparator) throws SystemException {
+ public int countByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata)
+ throws SystemException {
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.lt("collaudoId", collaudoId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
+ return collaudoPersistence.countByCodiceFiscale_Completata(codiceFiscaleDelegato, completata);
+ }
- return dynamicQuery(dynamicQuery, start, end, orderByComparator);
- }
+ public List findByIntPraticaId_Parziale_leCollaudoId(long collaudoId, long intPraticaId,
+ boolean parziale, int start, int end, OrderByComparator orderByComparator) throws SystemException {
- public int countByIntPraticaId_Parziale_leCollaudoId(long collaudoId, long intPraticaId, boolean parziale)
- throws SystemException {
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.lt("collaudoId", collaudoId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.lt("collaudoId", collaudoId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
+ return dynamicQuery(dynamicQuery, start, end, orderByComparator);
+ }
- List results = dynamicQuery(dynamicQuery);
- return results.isEmpty() ? 0 : results.size();
- }
+ public int countByIntPraticaId_Parziale_leCollaudoId(long collaudoId, long intPraticaId, boolean parziale)
+ throws SystemException {
- public List findCollaudiCompletiNotProtocollo(int start, int end) throws SystemException {
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.lt("collaudoId", collaudoId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
- DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotProtocollo();
- dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
- return collaudoPersistence.findWithDynamicQuery(dynamicQuery, start, end);
- }
+ List results = dynamicQuery(dynamicQuery);
+ return results.isEmpty() ? 0 : results.size();
+ }
- public int countCollaudiCompletiNotProtocollo() throws SystemException {
+ public List findCollaudiCompletiNotProtocollo(int start, int end) throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotProtocollo();
- return (int) collaudoPersistence.countWithDynamicQuery(dynamicQuery);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotProtocollo();
+ dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
+ return collaudoPersistence.findWithDynamicQuery(dynamicQuery, start, end);
+ }
- private DynamicQuery getDynamicQueryCollaudiCompletiNotProtocollo() {
+ public int countCollaudiCompletiNotProtocollo() throws SystemException {
- DynamicQuery dynamicQuery = collaudoLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
- Disjunction or = RestrictionsFactoryUtil.disjunction();
- or.add(RestrictionsFactoryUtil.eq("protocollo", StringPool.BLANK));
- or.add(RestrictionsFactoryUtil.isNull("protocollo"));
- dynamicQuery.add(or);
- return dynamicQuery;
- }
+ DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotProtocollo();
+ return (int) collaudoPersistence.countWithDynamicQuery(dynamicQuery);
+ }
- public List findCollaudiCompletiNotGestiti(int start, int end) throws SystemException {
+ private DynamicQuery getDynamicQueryCollaudiCompletiNotProtocollo() {
- DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotGestiti();
- dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
- return collaudoPersistence.findWithDynamicQuery(dynamicQuery, start, end);
- }
+ DynamicQuery dynamicQuery = collaudoLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
+ Disjunction or = RestrictionsFactoryUtil.disjunction();
+ or.add(RestrictionsFactoryUtil.eq("protocollo", StringPool.BLANK));
+ or.add(RestrictionsFactoryUtil.isNull("protocollo"));
+ dynamicQuery.add(or);
+ return dynamicQuery;
+ }
- public int countCollaudiCompletiNotGestiti() throws SystemException {
+ public List findCollaudiCompletiNotGestiti(int start, int end) throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotGestiti();
- return (int) collaudoPersistence.countWithDynamicQuery(dynamicQuery);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotGestiti();
+ dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
+ return collaudoPersistence.findWithDynamicQuery(dynamicQuery, start, end);
+ }
- private DynamicQuery getDynamicQueryCollaudiCompletiNotGestiti() {
+ public int countCollaudiCompletiNotGestiti() throws SystemException {
- DynamicQuery dynamicQuery = collaudoLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
- dynamicQuery.add(RestrictionsFactoryUtil.ne("protocollo", StringPool.BLANK));
- dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("protocollo"));
- return dynamicQuery;
- }
+ DynamicQuery dynamicQuery = getDynamicQueryCollaudiCompletiNotGestiti();
+ return (int) collaudoPersistence.countWithDynamicQuery(dynamicQuery);
+ }
- // public List findIntPraticaByCodiceFiscaleSoggetto(String codiceFiscale) throws
- // PortalException, SystemException {
- //
- // DynamicQuery dynamicQuery = collaudoLocalService.dynamicQuery();
- // dynamicQuery.add(RestrictionsFactoryUtil.ilike("codiceFiscale", codiceFiscale));
- // dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil.property("intPraticaId")));
- // List ids = collaudoPersistence.findWithDynamicQuery(dynamicQuery);
- //
- // return ids;
- // }
+ private DynamicQuery getDynamicQueryCollaudiCompletiNotGestiti() {
- public Collaudo fetchByOldDettPraticaId(long oldDettPraticaId) throws SystemException {
-
- return collaudoPersistence.fetchByOldDettPraticaId(oldDettPraticaId);
- }
+ DynamicQuery dynamicQuery = collaudoLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
+ dynamicQuery.add(RestrictionsFactoryUtil.ne("protocollo", StringPool.BLANK));
+ dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("protocollo"));
+ return dynamicQuery;
+ }
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
index 3e4ca8d0..f27c724c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
@@ -124,7 +124,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
dettPratica.setCompanyId(serviceContext.getCompanyId());
dettPratica.setGroupId(serviceContext.getScopeGroupId());
dettPratica.setUserId(serviceContext.getUserId());
- // dettPratica.setUserName(user.getFullName());
dettPratica.setUserName(user.getScreenName());
dettPratica.setCreateDate(serviceContext.getCreateDate(now));
dettPratica.setModifiedDate(serviceContext.getModifiedDate(now));
@@ -137,7 +136,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
dettPratica.setCompleta(false);
dettPratica.setGestita(false);
- dettPratica.setOldDettPraticaId(0);
dettPratica.setOperaConforme(false);
dettPratica.setInizioLavoriContestualeOpera(false);
@@ -148,20 +146,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
dettPratica.setNoteUfficio(StringPool.BLANK);
// in avvio in draft -> pratiche sempre controllate nella loro vita
dettPratica.setStatus(WorkflowConstants.STATUS_DRAFT);
-
- // FIXME da rimuovere perché sostituiti con le deleghe?
- // dettPratica.setCodiceFiscaleDelegato(codiceFiscaleDelegato);
- // dettPratica.setCodiceRuoloDelegato(codiceRuoloDelegato);
- // FIXME da rimuovere
- // dettPratica.setVariataDa(variataDa);
- // dettPratica.setVarianteNumero(varianteNumero);
- // dettPratica.setVarianteSostanziale(varianteSostanziale);
-
- // FIXME capire a cosa servono e poi rimuovere
- // dettPratica.setWorkflowForzato(workflowForzato);
- // dettPratica.setSoggettoSostituitoId(soggettoSostituitoId);
- // dettPratica.setStatusTask(statusTask);
-
return dettPratica;
}
@@ -609,11 +593,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
return deleteDettPratica(dettPratica);
}
- public DettPratica getByOldDettPraticaId(long oldDettPraticaId) throws PortalException, SystemException {
-
- return dettPraticaPersistence.fetchByOldDettPratica(oldDettPraticaId);
- }
-
public List search(SearchContext searchContext) throws PortalException, SystemException {
Indexer indexer = IndexerRegistryUtil.nullSafeGetIndexer(DettPratica.class);
@@ -676,8 +655,8 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
long integrazione, String protocollo, String tipoIntegrazione, boolean completa, boolean gestita,
String codicePagamentoOneri, String causalePagamentoOneri, String mezzoPagamentoOneri,
String importoBolli, String importoSpeseIstruttoria, Date dataEffettuazione, int statusTask,
- boolean workflowForzato, long soggettoSostituitoId, long oldDettPraticaId, String destinazione,
- String ag, String descLongIntervento, String via, String localita, String estremiCatastali,
+ boolean workflowForzato, long soggettoSostituitoId, String destinazione, String ag,
+ String descLongIntervento, String via, String localita, String estremiCatastali,
String estremiPratCom, long variataDa, long varianteNumero, boolean varianteSostanziale,
boolean operaConforme, boolean collaudoStatico, String codiceFiscaleDelegatoCommittente,
String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo,
@@ -748,21 +727,21 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
validate(userId, dettPraticaId, intPraticaId, integrazione, protocollo, tipoIntegrazione, completa,
gestita, codicePagamentoOneri, causalePagamentoOneri, mezzoPagamentoOneri, importoBolli,
importoSpeseIstruttoria, dataEffettuazione, statusTask, workflowForzato,
- soggettoSostituitoId, oldDettPraticaId, destinazione, ag, descLongIntervento, via, localita,
- estremiCatastali, estremiPratCom, variataDa, varianteNumero, varianteSostanziale,
- operaConforme, collaudoStatico, codiceFiscaleDelegatoCommittente,
- codiceFiscaleDelegatoFineLavori, codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato,
- lavoriInEconomiaCommittente, inizioLavoriContestualeOpera, dataInizioLavoriOpera,
- dataInizioEsecuzioneOpera, dataFineEsecuzioneOpera, metratura, lavoriPubblici,
- pagamentoIdOneri, lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio,
- dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, deCostruzione, deRistrutturazione,
- deUso, dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio, deInfStradalePonte,
- deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv,
- deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro,
- deInfAltraInfrastruttura, deInfAltro, deInfAltroDesc, dccFondazioni,
- dccStruttureEleMuraturePietrame, dccStruttureEleMuratureLaterizio,
- dccStruttureEleMuratureMisto, dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio,
- dccStruttureEleCA, dccStruttureEleLegno, dccStruttureEleMistoCA, dccStruttureEleMistoAcciaio,
+ soggettoSostituitoId, destinazione, ag, descLongIntervento, via, localita, estremiCatastali,
+ estremiPratCom, variataDa, varianteNumero, varianteSostanziale, operaConforme,
+ collaudoStatico, codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori,
+ codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente,
+ inizioLavoriContestualeOpera, dataInizioLavoriOpera, dataInizioEsecuzioneOpera,
+ dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoIdOneri,
+ lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani,
+ deAltezza, deInterrati, deSuperficie, deCostruzione, deRistrutturazione, deUso, dePubblica,
+ dePrivata, deUtilizzazione, dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada,
+ deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro,
+ deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura,
+ deInfAltro, deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame,
+ dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto,
+ dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio, dccStruttureEleCA,
+ dccStruttureEleLegno, dccStruttureEleMistoCA, dccStruttureEleMistoAcciaio,
dccStruttureEleMistoMuratura, dccStruttureEleMistoLegno, dccStruttureElePrefabbricato,
dccStruttureEleAltro, dccStruttureEleAltroDescrizione, dccOrizzontamentiCAAcciaio,
dccOrizzontamentiLegno, dccOrizzontamentiLegnoCA, dccOrizzontamentiLamieraGrecata,
@@ -816,7 +795,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
dettPratica.setStatusTask(statusTask);
dettPratica.setWorkflowForzato(workflowForzato);
dettPratica.setSoggettoSostituitoId(soggettoSostituitoId);
- dettPratica.setOldDettPraticaId(oldDettPraticaId);
dettPratica.setDestinazione(destinazione);
dettPratica.setAg(ag);
dettPratica.setDescLongIntervento(descLongIntervento);
@@ -1704,18 +1682,18 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
String protocollo, String tipoIntegrazione, boolean completa, boolean gestita,
String codicePagamento, String causalePagamento, String mezzoPagamento, String importoBolli,
String importoSpeseIstruttoria, Date dataEffettuazione, int statusTask, boolean workflowForzato,
- long soggettoSostituitoId, long oldDettPraticaId, String destinazione, String ag,
- String descLongIntervento, String via, String localita, String estremiCatastali,
- String estremiPratCom, long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico, String codiceFiscaleDelegatoCommittente,
- String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo,
- String codiceRuoloDelegato, boolean lavoriInEconomiaCommittente,
- boolean inizioLavoriContestualeOpera, Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera,
- Date dataFineEsecuzioneOpera, String metratura, boolean lavoriPubblici, long pagamentoId,
- int lavoriPubbliciPercentuale, String numeroCivico, String dcParticelle, String dcFoglio,
- String dcAllegato, String dePiani, String deAltezza, String deInterrati, String deSuperficie,
- String deCostruzione, String deRistrutturazione, String deUso, String dePubblica,
- String dePrivata, String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte,
+ long soggettoSostituitoId, String destinazione, String ag, String descLongIntervento, String via,
+ String localita, String estremiCatastali, String estremiPratCom, long variataDa,
+ long varianteNumero, boolean varianteSostanziale, boolean operaConforme, boolean collaudoStatico,
+ String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori,
+ String codiceFiscaleDelegatoCollaudo, String codiceRuoloDelegato,
+ boolean lavoriInEconomiaCommittente, boolean inizioLavoriContestualeOpera,
+ Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera, Date dataFineEsecuzioneOpera,
+ String metratura, boolean lavoriPubblici, long pagamentoId, int lavoriPubbliciPercentuale,
+ String numeroCivico, String dcParticelle, String dcFoglio, String dcAllegato, String dePiani,
+ String deAltezza, String deInterrati, String deSuperficie, String deCostruzione,
+ String deRistrutturazione, String deUso, String dePubblica, String dePrivata,
+ String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte,
boolean deInfStradaleStrada, boolean deInfStradaleAltro, boolean deInfIdraulicaLong,
boolean deInfIdraulicaTrasv, boolean deInfIdraulicaAltro, boolean deInfOperaAccStradale,
boolean deInfOperaAccIdraulica, boolean deInfOperaAccAltro, boolean deInfAltraInfrastruttura,
@@ -2239,7 +2217,7 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
} else {
_log.error(options.getLocation() + ": " + options.getResponse().getResponseCode());
}
-// return "{\"values\":[],\"Snapshot\":{\"version\":0,\"fields\":{}}}";
+ // return "{\"values\":[],\"Snapshot\":{\"version\":0,\"fields\":{}}}";
return StringPool.BLANK;
}
@@ -2252,11 +2230,6 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
return jsonArray;
}
- public DettPratica fetchByOldDettPraticaId(long oldDettPraticaId) throws SystemException {
-
- return dettPraticaPersistence.fetchByOldDettPraticaId(oldDettPraticaId);
- }
-
public int countVariateByIntPratica(long intPraticaId) throws SystemException {
return dettPraticaPersistence.countByIntPraticaId_TipoIntegrazione(intPraticaId,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java
index 736c17d7..4b20b79d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaServiceImpl.java
@@ -121,18 +121,18 @@ public class DettPraticaServiceImpl extends DettPraticaServiceBaseImpl {
long integrazione, String protocollo, String tipoIntegrazione, boolean completa, boolean gestita,
String codicePagamento, String causalePagamento, String mezzoPagamento, String importoBolli,
String importoSpeseIstruttoria, Date dataEffettuazione, int statusTask, boolean workflowForzato,
- long soggettoSostituitoId, long oldDettPraticaId, String destinazione, String ag,
- String descLongIntervento, String via, String localita, String estremiCatastali,
- String estremiPratCom, long variataDa, long varianteNumero, boolean varianteSostanziale,
- boolean operaConforme, boolean collaudoStatico, String codiceFiscaleDelegatoCommittente,
- String codiceFiscaleDelegatoFineLavori, String codiceFiscaleDelegatoCollaudo,
- String codiceRuoloDelegato, boolean lavoriInEconomiaCommittente,
- boolean inizioLavoriContestualeOpera, Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera,
- Date dataFineEsecuzioneOpera, String metratura, boolean lavoriPubblici, long pagamentoId,
- int lavoriPubbliciPercentuale, String numeroCivico, String dcParticelle, String dcFoglio,
- String dcAllegato, String dePiani, String deAltezza, String deInterrati, String deSuperficie,
- String deCostruzione, String deRistrutturazione, String deUso, String dePubblica,
- String dePrivata, String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte,
+ long soggettoSostituitoId, String destinazione, String ag, String descLongIntervento, String via,
+ String localita, String estremiCatastali, String estremiPratCom, long variataDa,
+ long varianteNumero, boolean varianteSostanziale, boolean operaConforme, boolean collaudoStatico,
+ String codiceFiscaleDelegatoCommittente, String codiceFiscaleDelegatoFineLavori,
+ String codiceFiscaleDelegatoCollaudo, String codiceRuoloDelegato,
+ boolean lavoriInEconomiaCommittente, boolean inizioLavoriContestualeOpera,
+ Date dataInizioLavoriOpera, Date dataInizioEsecuzioneOpera, Date dataFineEsecuzioneOpera,
+ String metratura, boolean lavoriPubblici, long pagamentoId, int lavoriPubbliciPercentuale,
+ String numeroCivico, String dcParticelle, String dcFoglio, String dcAllegato, String dePiani,
+ String deAltezza, String deInterrati, String deSuperficie, String deCostruzione,
+ String deRistrutturazione, String deUso, String dePubblica, String dePrivata,
+ String deUtilizzazione, String dePosizioneEdificio, boolean deInfStradalePonte,
boolean deInfStradaleStrada, boolean deInfStradaleAltro, boolean deInfIdraulicaLong,
boolean deInfIdraulicaTrasv, boolean deInfIdraulicaAltro, boolean deInfOperaAccStradale,
boolean deInfOperaAccIdraulica, boolean deInfOperaAccAltro, boolean deInfAltraInfrastruttura,
@@ -190,78 +190,16 @@ public class DettPraticaServiceImpl extends DettPraticaServiceBaseImpl {
throws PortalException, SystemException {
DettPratica dettPratica = null;
- if (oldDettPraticaId == 0) {
-
- if (!disabledSubmit && DelegheUtil.hasDelegaCompilazioneDomanda(userId, dettPraticaId)) {
-
- dettPratica = dettPraticaLocalService.updateDettPraticaDatiDomanda(userId, dettPraticaId,
- intPraticaId, tipoIntegrazione, destinazione, ag, descLongIntervento, via, localita,
- estremiCatastali, estremiPratCom, varianteSostanziale, collaudoStatico,
- codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori,
- codiceFiscaleDelegatoCollaudo, lavoriInEconomiaCommittente, metratura,
- lavoriPubblici, pagamentoId, lavoriPubbliciPercentuale, numeroCivico, dcParticelle,
- dcFoglio, dcAllegato, dePiani, deAltezza, deInterrati, deSuperficie, deCostruzione,
- deRistrutturazione, deUso, dePubblica, dePrivata, deUtilizzazione,
- dePosizioneEdificio, deInfStradalePonte, deInfStradaleStrada, deInfStradaleAltro,
- deInfIdraulicaLong, deInfIdraulicaTrasv, deInfIdraulicaAltro, deInfOperaAccStradale,
- deInfOperaAccIdraulica, deInfOperaAccAltro, deInfAltraInfrastruttura, deInfAltro,
- deInfAltroDesc, dccFondazioni, dccStruttureEleMuraturePietrame,
- dccStruttureEleMuratureLaterizio, dccStruttureEleMuratureMisto,
- dccStruttureEleMuratureStoriche, dccStruttureEleAcciaio, dccStruttureEleCA,
- dccStruttureEleLegno, dccStruttureEleMistoCA, dccStruttureEleMistoAcciaio,
- dccStruttureEleMistoMuratura, dccStruttureEleMistoLegno,
- dccStruttureElePrefabbricato, dccStruttureEleAltro, dccStruttureEleAltroDescrizione,
- dccOrizzontamentiCAAcciaio, dccOrizzontamentiLegno, dccOrizzontamentiLegnoCA,
- dccOrizzontamentiLamieraGrecata, dccOrizzontamentiVolte, dccOrizzontamentiAltro,
- dccOrizzontamentiAltroDescrizione, dccCopertura, dccCoperturaCAAcciaio,
- dccCoperturaLegno, dccCoperturaLegnoCA, dccCoperturaLamieraGrecata,
- dccCoperturaPannelli, dccCoperturaPVCTelonati, dccCoperturaLeggere,
- dccCoperturaAltro, dccCoperturaAltroDesrizione, dccElemNonStrutLaterizio,
- dccElemNonStrutCartongesso, dccElemNonStrutCalcestruzzo, dccElemNonStrutLegno,
- dccElemNonStrutAltro, dccElemNonStrutAltroDescrizione, dccOpereDiRinforzoInsCatene,
- dccOpereDiRinforzoInsCordoli, dccOpereDiRinforzoIniArmate,
- dccOpereDiRinforzoPlaccaggi, dccOpereDiRinforzoIrrSolai,
- dccOpereDiRinforzoRinforziFRP, dccOpereDiRinforzoTelaiECerchiature,
- dccOpereDiRinforzoInsRompitratta, dccOpereDiRinforzoAltro,
- dccOpereDiRinforzoAltroDescrizione, localizzazioneGeografica, tcNuovaCostruzione,
- tcAdeguamentoSismico, tcMiglioramentoSismico, tcRiparazioneInterventoLocale, tcInCA,
- tcInOpera, tcPrefabbricato, tcInAcciaio, tcMista, tcInMuratura,
- tcInMuraturaOrdinaria, tcInMuraturaArmata, tcInMuraturaMista, tcInLegno, tcAltro,
- tcAltroDescrizione, tcConDispositivi, normLavoriInProprio, normEsenteBollo,
- normEsenteSpese, normDpr01Dep, normDpr02Dep, normDpr01Aut, normDpr02Aut, normDm01,
- normDm02, normDm03, normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
- normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01, suap,
- normSismaBonus, clRischioPreInt, clRischioPostInt, intervFinPub, intervFinPubDesc,
- serviceContext, bozza);
- }
- if (!geoDisabledSubmit
- && DelegheUtil.hasDelegaCompilazioneSezioneGeologica(userId, dettPraticaId)) {
- dettPratica = dettPraticaLocalService.updateDettPraticaGeologo(userId, dettPraticaId,
- intPraticaId, geoClasseIndagine, geoCategoriaSottosuolo, geoCategoriaTopografica,
- geoConsolidamento, geoPericolositaGeologica, geoRischioGeomorfologicoPai,
- geoPericolositaIdraulicaPai, geoRischioIdraulicoPai, geoPericolositaSismica,
- geoPericolositaIdraulica, geoPericolositaGeomorfica, geoFattibilitaGeologica,
- geoFattibilitaSismica, geoFattibilitaIdraulica, geoOperaRilevante,
- geoOpereDiSostegno, geoOpereInSotterranea, geoPresenzaPrescrizioni,
- geoNotePrescrizioni, geoNoteIndagini, geoEvidenzeGeomorfiche, geoEvidenzeGeologiche,
- geoDtRelazione, serviceContext, bozza);
+ if (!disabledSubmit && DelegheUtil.hasDelegaCompilazioneDomanda(userId, dettPraticaId)) {
- }
- } else {
-
- dettPratica = dettPraticaLocalService.updateDettPratica(userId, dettPraticaId, intPraticaId,
- integrazione, protocollo, tipoIntegrazione, completa, gestita, codicePagamento,
- causalePagamento, mezzoPagamento, importoBolli, importoSpeseIstruttoria,
- dataEffettuazione, statusTask, workflowForzato, soggettoSostituitoId, oldDettPraticaId,
- destinazione, ag, descLongIntervento, via, localita, estremiCatastali, estremiPratCom,
- variataDa, varianteNumero, varianteSostanziale, operaConforme, collaudoStatico,
+ dettPratica = dettPraticaLocalService.updateDettPraticaDatiDomanda(userId, dettPraticaId,
+ intPraticaId, tipoIntegrazione, destinazione, ag, descLongIntervento, via, localita,
+ estremiCatastali, estremiPratCom, varianteSostanziale, collaudoStatico,
codiceFiscaleDelegatoCommittente, codiceFiscaleDelegatoFineLavori,
- codiceFiscaleDelegatoCollaudo, codiceRuoloDelegato, lavoriInEconomiaCommittente,
- inizioLavoriContestualeOpera, dataInizioLavoriOpera, dataInizioEsecuzioneOpera,
- dataFineEsecuzioneOpera, metratura, lavoriPubblici, pagamentoId,
- lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, dcAllegato, dePiani,
- deAltezza, deInterrati, deSuperficie, deCostruzione, deRistrutturazione, deUso,
+ codiceFiscaleDelegatoCollaudo, lavoriInEconomiaCommittente, metratura, lavoriPubblici,
+ pagamentoId, lavoriPubbliciPercentuale, numeroCivico, dcParticelle, dcFoglio, dcAllegato,
+ dePiani, deAltezza, deInterrati, deSuperficie, deCostruzione, deRistrutturazione, deUso,
dePubblica, dePrivata, deUtilizzazione, dePosizioneEdificio, deInfStradalePonte,
deInfStradaleStrada, deInfStradaleAltro, deInfIdraulicaLong, deInfIdraulicaTrasv,
deInfIdraulicaAltro, deInfOperaAccStradale, deInfOperaAccIdraulica, deInfOperaAccAltro,
@@ -282,29 +220,26 @@ public class DettPraticaServiceImpl extends DettPraticaServiceBaseImpl {
dccOpereDiRinforzoInsCordoli, dccOpereDiRinforzoIniArmate, dccOpereDiRinforzoPlaccaggi,
dccOpereDiRinforzoIrrSolai, dccOpereDiRinforzoRinforziFRP,
dccOpereDiRinforzoTelaiECerchiature, dccOpereDiRinforzoInsRompitratta,
- dccOpereDiRinforzoAltro, dccOpereDiRinforzoAltroDescrizione, geoClasseIndagine,
- geoCategoriaSottosuolo, geoCategoriaTopografica, geoConsolidamento,
- geoPericolositaGeologica, geoRischioGeomorfologicoPai, geoPericolositaIdraulicaPai,
- geoRischioIdraulicoPai, geoPericolositaSismica, geoPericolositaIdraulica,
- geoPericolositaGeomorfica, geoFattibilitaGeologica, geoFattibilitaSismica,
- geoFattibilitaIdraulica, geoOperaRilevante, geoOpereDiSostegno, geoOpereInSotterranea,
- geoPresenzaPrescrizioni, geoNotePrescrizioni, geoNoteIndagini, geoEvidenzeGeomorfiche,
- geoEvidenzeGeologiche, geoDtRelazione, pagNuoveCostruzioni, pagAdeguamentoSismico,
- pagMiglioramentoSismico, pagRiparazioneInterventoLocale, pagNuovaCostruzione,
- pagVarianti, pagAltro, pagMiglioramentoSismicoSicilia, pagCalcolatoAdeguamentoSismico,
- pagCalcolatoMiglioramentoSismico, pagCalcolatoRiparazioneInterventoLocale,
- pagCalcolatoOperaNonQuantificabile, pagEffettivoAdeguamentoSismico,
- pagEffettivoMiglioramentoSismico, pagEffettivoRiparazioneInterventoLocale,
- pagEffettivoOperaNonQuantificabile, pagNoteUtente, note, noteUfficio,
- localizzazioneGeografica, tcNuovaCostruzione, tcAdeguamentoSismico,
- tcMiglioramentoSismico, tcRiparazioneInterventoLocale, tcInCA, tcInOpera,
- tcPrefabbricato, tcInAcciaio, tcMista, tcInMuratura, tcInMuraturaOrdinaria,
- tcInMuraturaArmata, tcInMuraturaMista, tcInLegno, tcAltro, tcAltroDescrizione,
- tcConDispositivi, normLavoriInProprio, normEsenteBollo, normEsenteSpese, normDpr01Dep,
- normDpr02Dep, normDpr01Aut, normDpr02Aut, normDm01, normDm02, normDm03, normDm2018,
- normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, normDm04,
- normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
- intervFinPub, intervFinPubDesc, serviceContext, bozza);
+ dccOpereDiRinforzoAltro, dccOpereDiRinforzoAltroDescrizione, localizzazioneGeografica,
+ tcNuovaCostruzione, tcAdeguamentoSismico, tcMiglioramentoSismico,
+ tcRiparazioneInterventoLocale, tcInCA, tcInOpera, tcPrefabbricato, tcInAcciaio, tcMista,
+ tcInMuratura, tcInMuraturaOrdinaria, tcInMuraturaArmata, tcInMuraturaMista, tcInLegno,
+ tcAltro, tcAltroDescrizione, tcConDispositivi, normLavoriInProprio, normEsenteBollo,
+ normEsenteSpese, normDpr01Dep, normDpr02Dep, normDpr01Aut, normDpr02Aut, normDm01,
+ normDm02, normDm03, normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
+ normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01, suap, normSismaBonus,
+ clRischioPreInt, clRischioPostInt, intervFinPub, intervFinPubDesc, serviceContext, bozza);
+
+ }
+ if (!geoDisabledSubmit && DelegheUtil.hasDelegaCompilazioneSezioneGeologica(userId, dettPraticaId)) {
+ dettPratica = dettPraticaLocalService.updateDettPraticaGeologo(userId, dettPraticaId,
+ intPraticaId, geoClasseIndagine, geoCategoriaSottosuolo, geoCategoriaTopografica,
+ geoConsolidamento, geoPericolositaGeologica, geoRischioGeomorfologicoPai,
+ geoPericolositaIdraulicaPai, geoRischioIdraulicoPai, geoPericolositaSismica,
+ geoPericolositaIdraulica, geoPericolositaGeomorfica, geoFattibilitaGeologica,
+ geoFattibilitaSismica, geoFattibilitaIdraulica, geoOperaRilevante, geoOpereDiSostegno,
+ geoOpereInSotterranea, geoPresenzaPrescrizioni, geoNotePrescrizioni, geoNoteIndagini,
+ geoEvidenzeGeomorfiche, geoEvidenzeGeologiche, geoDtRelazione, serviceContext, bozza);
}
return dettPratica;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
index c5d525ee..f08966ef 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
@@ -57,13 +57,14 @@ import com.liferay.portal.service.ServiceContext;
* The implementation of the fine lavori local service.
*
*
- * All custom service methods should be put in this class. Whenever methods are added, rerun
- * ServiceBuilder to copy their definitions into the
+ * All custom service methods should be put in this class. Whenever methods are
+ * added, rerun ServiceBuilder to copy their definitions into the
* {@link it.tref.liferay.portos.bo.service.FineLavoriLocalService} interface.
*
*
- * This is a local service. Methods of this service will not have security checks based on the
- * propagated JAAS credentials because this service can only be accessed from within the same VM.
+ * This is a local service. Methods of this service will not have security
+ * checks based on the propagated JAAS credentials because this service can only
+ * be accessed from within the same VM.
*
*
* @author Davide Barbagallo, 3F Consulting
@@ -71,520 +72,529 @@ import com.liferay.portal.service.ServiceContext;
* @see it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil
*/
public class FineLavoriLocalServiceImpl extends FineLavoriLocalServiceBaseImpl {
- /*
- * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link
- * it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil} to access the fine lavori local
- * service.
- */
-
- private FineLavori initFineLavori(ServiceContext serviceContext) throws PortalException, SystemException {
-
- User user = userLocalService.getUser(serviceContext.getUserId());
-
- Date now = new Date();
-
- FineLavori fineLavori = fineLavoriPersistence.create(counterLocalService.increment(DettPratica.class.getName()));
-
- fineLavori.setCompanyId(serviceContext.getCompanyId());
- fineLavori.setGroupId(serviceContext.getScopeGroupId());
- fineLavori.setUserId(serviceContext.getUserId());
- fineLavori.setUserName(user.getFullName());
- fineLavori.setCreateDate(serviceContext.getCreateDate(now));
- fineLavori.setModifiedDate(serviceContext.getModifiedDate(now));
-
- // setto parametri di default
- fineLavori.setParziale(false);
- fineLavori.setDataEffettuazione(null);
- fineLavori.setDataFineLavori(null);
- fineLavori.setCodiceFiscaleDelegato(StringPool.BLANK);
- fineLavori.setNormEsenteBollo(false);
- fineLavori.setNormEsenteCollaudo(false);
- fineLavori.setComunicazioneDirettoreLavori(StringPool.BLANK);
-
- return fineLavori;
- }
-
- @Indexable(type = IndexableType.REINDEX)
- public FineLavori addFineLavori(long intPraticaId, ServiceContext serviceContext) throws PortalException,
- SystemException {
-
-
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
-
- FineLavori fineLavori = initFineLavori(serviceContext);
- fineLavori.setGroupId(intPratica.getGroupId());
- fineLavori.setIntPraticaId(intPraticaId);
-
- fineLavoriPersistence.update(fineLavori);
- return fineLavori;
- }
-
- @Override
- @Indexable(type = IndexableType.DELETE)
- public FineLavori deleteFineLavori(FineLavori fineLavori) throws SystemException, PortalException {
-
- List docPraticas =
- docPraticaLocalService.findByClassPk(fineLavori.getFineLavoriId(), QueryUtil.ALL_POS, QueryUtil.ALL_POS);
- for (DocPratica docPratica : docPraticas) {
- docPraticaLocalService.deleteDocPratica(docPratica);
- }
-
- List pagamenti = pagamentoLocalService.findByClassPk(fineLavori.getFineLavoriId());
- for (Pagamento pagamento : pagamenti) {
- pagamentoLocalService.deletePagamento(pagamento);
- }
-
- return super.deleteFineLavori(fineLavori);
- }
-
- @Override
- @Indexable(type = IndexableType.DELETE)
- public FineLavori deleteFineLavori(long fineLavoriId) throws PortalException, SystemException {
-
- FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
-
- return deleteFineLavori(fineLavori);
- }
-
- @Indexable(type = IndexableType.REINDEX)
- public FineLavori updateFineLavori(long userId, long fineLavoriId, long intPraticaId, boolean parziale,
- boolean completata, Date dataFineLavori, String codiceFiscaleDelegato, boolean normEsenteBollo,
- boolean normEsenteCollaudo, String comunicazioneDirettoreLavori) throws NoSuchFineLavoriException,
- SystemException {
-
- FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
-
- fineLavori.setParziale(parziale);
- fineLavori.setCompletata(completata);
- fineLavori.setDataFineLavori(dataFineLavori);
- fineLavori.setCodiceFiscaleDelegato(codiceFiscaleDelegato);
- fineLavori.setNormEsenteBollo(normEsenteBollo);
- fineLavori.setNormEsenteCollaudo(normEsenteCollaudo);
- fineLavori.setComunicazioneDirettoreLavori(comunicazioneDirettoreLavori);
-
- fineLavori = fineLavoriPersistence.update(fineLavori);
-
- return fineLavori;
- }
-
- public FineLavori getLastEditable(long intPraticaId) throws SystemException {
-
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", false));
- dynamicQuery.addOrder(OrderFactoryUtil.desc("fineLavoriId"));
- List fineLavoriList = dynamicQuery(dynamicQuery, 0, 1);
- if (!fineLavoriList.isEmpty()) {
- return fineLavoriList.get(0);
- }
- return null;
- }
-
- public FineLavori getLastCompleted(long intPraticaId) throws SystemException {
-
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.addOrder(OrderFactoryUtil.desc("fineLavoriId"));
- List fineLavoriList = dynamicQuery(dynamicQuery, 0, 1);
- if (!fineLavoriList.isEmpty()) {
- return fineLavoriList.get(0);
- }
- return null;
- }
-
- public FineLavori pagaInvia(long fineLavoriId, String codiceFiscaleCommittente, String currentURL,
- ServiceContext serviceContext) throws SystemException, PortalException {
-
- FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
-
- BigDecimal importoBolli =
- PagamentiCommonUtil.getImportoBolli(fineLavori.getCompanyId(), fineLavori.getFineLavoriId(),
- FineLavori.class.getName(), TipoIntegrazioneUtil.FINE_LAVORI);
-
- fineLavori.setImportoBolli(importoBolli.toString());
- fineLavori = updateFineLavori(fineLavori);
-
- PagamentiUtil.nuovoPagamento(currentURL, fineLavori.getFineLavoriId(), FineLavori.class.getName(),
- PagamentoConstants.PAGAMENTO_BOLLI, importoBolli.toString(), codiceFiscaleCommittente, serviceContext);
-
- return fineLavori;
- }
-
- // public void sostituisciPagamento(long pagamentoId, long fineLavoriId, String
- // codiceFiscaleCommittente, String mezzo,
- // String url, ServiceContext serviceContext) throws PortalException, SystemException {
- //
- // FineLavori fineLavori = getFineLavori(fineLavoriId);
- // Pagamento pagamento = pagamentoLocalService.getPagamento(pagamentoId);
- // String currentUtilizzata = pagamento.getUtilizzata();
- // String currentMezzo = pagamento.getMezzo();
- //
- // boolean irisEnable = PagamentiUtil.irisIsEnable(pagamento.getCompanyId());
- // if (fineLavori.getPagamentoId() != pagamentoId) {
- // throw new PortalException("Pagamento non abbinato alla Fine Lavori");
- // }
- // if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE)) {
- // if (irisEnable) {
- // throw new PortalException("Creazione pagamento manuale con iris enable non possibile");
- // } else if (currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
- // || currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)) {
- // fineLavori.setPagamentoId(0l);
- // fineLavori = updateFineLavori(fineLavori);
- //
- // pagamento.setUtilizzata(PagamentoConstants.UTILIZZATA_SOSTITUITA);
- // pagamentoLocalService.updatePagamento(pagamento);
- //
- // PagamentiUtil.nuovoPagamento(url, fineLavoriId, FineLavori.class.getName(),
- // pagamento.getImportoBolli(),
- // pagamento.getImportoSpeseIstruttoria(), codiceFiscaleCommittente, serviceContext);
- // } else {
- // throw new PortalException("Creazione pagamento manuale con stato " + currentUtilizzata +
- // " non possibile");
- // }
- // } else if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_IRIS)) {
- // if (irisEnable
- // && (currentMezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE) || (currentUtilizzata
- // .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE) || currentUtilizzata
- // .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)))) {
- //
- // fineLavori.setPagamentoId(0l);
- // fineLavori = updateFineLavori(fineLavori);
- //
- // pagamento.setUtilizzata(PagamentoConstants.UTILIZZATA_SOSTITUITA);
- // pagamentoLocalService.updatePagamento(pagamento);
- // PagamentiUtil.nuovoPagamento(url, fineLavoriId, FineLavori.class.getName(),
- // pagamento.getImportoBolli(),
- // pagamento.getImportoSpeseIstruttoria(), codiceFiscaleCommittente, serviceContext);
- // } else {
- // throw new PortalException("Pagamento IRIS non sostituibile");
- // }
- //
- // } else {
- // throw new PortalException("Mezzo non presente");
- // }
- //
- // }
-
- public void updateEsitoPagamento(long pagamentoId, long fineLavoriId, String stato) throws SystemException,
- PortalException {
-
- updateEsitoPagamento(pagamentoId, fineLavoriId, 0l, stato);
- }
-
- public void updateEsitoPagamento(long pagamentoId, long fineLavoriId, long fileEntryId, String stato)
- throws SystemException, PortalException {
-
- Date now = new Date();
- FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
-
- fineLavori.setModifiedDate(now);
- if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_PAGATA)) {
-
- fineLavori.setCompletata(true);
- fineLavori.setDataEffettuazione(now);
- fineLavori
- .setNumero(fineLavoriPersistence.countByIntPraticaId_Completata(fineLavori.getIntPraticaId(), true) + 1);
- fineLavori = updateFineLavori(fineLavori);
-
- updateIntPraticaStatus(fineLavori, fineLavori.getIntPraticaId());
-
- docPraticaLocalService.completeInvalidation(fineLavori.getIntPraticaId());
-
- IntPratica intPratica = intPraticaLocalService.getIntPratica(fineLavori.getIntPraticaId());
- if (WorkflowUtil.isWorkflowDisattivabile(fineLavori.getIntPraticaId())
- && Validator.isNotNull(intPratica.getStatusByUserId())) {
- this.inviaMailnotifica(fineLavoriId, intPratica.getStatusByUserId(), now);
- }
- pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
- } else if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
- || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)
- || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)) {
- pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
- }
-
- }
-
- public FineLavori updateEsito(long fineLavoriId, int stato) throws SystemException, PortalException {
-
- Date now = new Date();
- FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
- fineLavori.setModifiedDate(now);
-
- fineLavori.setCompletata(true);
- fineLavori.setDataEffettuazione(now);
- fineLavori.setNumero(fineLavoriPersistence.countByIntPraticaId_Completata(fineLavori.getIntPraticaId(), true) + 1);
- fineLavori = updateFineLavori(fineLavori);
-
- updateIntPraticaStatus(fineLavori, fineLavori.getIntPraticaId());
-
- docPraticaLocalService.completeInvalidation(fineLavori.getIntPraticaId());
-
- IntPratica intPratica = intPraticaLocalService.getIntPratica(fineLavori.getIntPraticaId());
- if (WorkflowUtil.isWorkflowDisattivabile(fineLavori.getIntPraticaId())
- && Validator.isNotNull(intPratica.getStatusByUserId())) {
- this.inviaMailnotifica(fineLavoriId, intPratica.getStatusByUserId(), now);
- }
-
- return fineLavori;
- }
-
- private void inviaMailnotifica(long fineLavoriId, long tecnicoIstruttoreId, Date date) throws SystemException,
- PortalException {
-
- FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
-
- User tecnicoIstruttore = userLocalService.getUser(tecnicoIstruttoreId);
-
- String[] to = {tecnicoIstruttore.getEmailAddress()};
- String[] cc = new String[0];
- String[] ccn = new String[0];
-
- String tipoPratica = StringPool.BLANK;
- long intPraticaId = fineLavori.getIntPraticaId();
- if (AzioniPraticheUtil.isDeposito(intPraticaId)) {
- tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-01");
- } else if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) {
- tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-02");
- }
+ /*
+ * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use
+ * {@link it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil} to
+ * access the fine lavori local service.
+ */
+
+ private FineLavori initFineLavori(ServiceContext serviceContext) throws PortalException, SystemException {
+
+ User user = userLocalService.getUser(serviceContext.getUserId());
+
+ Date now = new Date();
+
+ FineLavori fineLavori = fineLavoriPersistence.create(counterLocalService.increment(DettPratica.class
+ .getName()));
+
+ fineLavori.setCompanyId(serviceContext.getCompanyId());
+ fineLavori.setGroupId(serviceContext.getScopeGroupId());
+ fineLavori.setUserId(serviceContext.getUserId());
+ fineLavori.setUserName(user.getFullName());
+ fineLavori.setCreateDate(serviceContext.getCreateDate(now));
+ fineLavori.setModifiedDate(serviceContext.getModifiedDate(now));
+
+ // setto parametri di default
+ fineLavori.setParziale(false);
+ fineLavori.setDataEffettuazione(null);
+ fineLavori.setDataFineLavori(null);
+ fineLavori.setCodiceFiscaleDelegato(StringPool.BLANK);
+ fineLavori.setNormEsenteBollo(false);
+ fineLavori.setNormEsenteCollaudo(false);
+ fineLavori.setComunicazioneDirettoreLavori(StringPool.BLANK);
+
+ return fineLavori;
+ }
+
+ @Indexable(type = IndexableType.REINDEX)
+ public FineLavori addFineLavori(long intPraticaId, ServiceContext serviceContext) throws PortalException,
+ SystemException {
+
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
+
+ FineLavori fineLavori = initFineLavori(serviceContext);
+ fineLavori.setGroupId(intPratica.getGroupId());
+ fineLavori.setIntPraticaId(intPraticaId);
+
+ fineLavoriPersistence.update(fineLavori);
+ return fineLavori;
+ }
+
+ @Override
+ @Indexable(type = IndexableType.DELETE)
+ public FineLavori deleteFineLavori(FineLavori fineLavori) throws SystemException, PortalException {
+
+ List docPraticas = docPraticaLocalService.findByClassPk(fineLavori.getFineLavoriId(),
+ QueryUtil.ALL_POS, QueryUtil.ALL_POS);
+ for (DocPratica docPratica : docPraticas) {
+ docPraticaLocalService.deleteDocPratica(docPratica);
+ }
+
+ List pagamenti = pagamentoLocalService.findByClassPk(fineLavori.getFineLavoriId());
+ for (Pagamento pagamento : pagamenti) {
+ pagamentoLocalService.deletePagamento(pagamento);
+ }
+
+ return super.deleteFineLavori(fineLavori);
+ }
+
+ @Override
+ @Indexable(type = IndexableType.DELETE)
+ public FineLavori deleteFineLavori(long fineLavoriId) throws PortalException, SystemException {
+
+ FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
+
+ return deleteFineLavori(fineLavori);
+ }
+
+ @Indexable(type = IndexableType.REINDEX)
+ public FineLavori updateFineLavori(long userId, long fineLavoriId, long intPraticaId, boolean parziale,
+ boolean completata, Date dataFineLavori, String codiceFiscaleDelegato, boolean normEsenteBollo,
+ boolean normEsenteCollaudo, String comunicazioneDirettoreLavori)
+ throws NoSuchFineLavoriException, SystemException {
+
+ FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
+
+ fineLavori.setParziale(parziale);
+ fineLavori.setCompletata(completata);
+ fineLavori.setDataFineLavori(dataFineLavori);
+ fineLavori.setCodiceFiscaleDelegato(codiceFiscaleDelegato);
+ fineLavori.setNormEsenteBollo(normEsenteBollo);
+ fineLavori.setNormEsenteCollaudo(normEsenteCollaudo);
+ fineLavori.setComunicazioneDirettoreLavori(comunicazioneDirettoreLavori);
+
+ fineLavori = fineLavoriPersistence.update(fineLavori);
+
+ return fineLavori;
+ }
+
+ public FineLavori getLastEditable(long intPraticaId) throws SystemException {
+
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", false));
+ dynamicQuery.addOrder(OrderFactoryUtil.desc("fineLavoriId"));
+ List fineLavoriList = dynamicQuery(dynamicQuery, 0, 1);
+ if (!fineLavoriList.isEmpty()) {
+ return fineLavoriList.get(0);
+ }
+ return null;
+ }
+
+ public FineLavori getLastCompleted(long intPraticaId) throws SystemException {
+
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.addOrder(OrderFactoryUtil.desc("fineLavoriId"));
+ List fineLavoriList = dynamicQuery(dynamicQuery, 0, 1);
+ if (!fineLavoriList.isEmpty()) {
+ return fineLavoriList.get(0);
+ }
+ return null;
+ }
+
+ public FineLavori pagaInvia(long fineLavoriId, String codiceFiscaleCommittente, String currentURL,
+ ServiceContext serviceContext) throws SystemException, PortalException {
+
+ FineLavori fineLavori = fineLavoriPersistence.findByPrimaryKey(fineLavoriId);
+
+ BigDecimal importoBolli = PagamentiCommonUtil.getImportoBolli(fineLavori.getCompanyId(),
+ fineLavori.getFineLavoriId(), FineLavori.class.getName(), TipoIntegrazioneUtil.FINE_LAVORI);
+
+ fineLavori.setImportoBolli(importoBolli.toString());
+ fineLavori = updateFineLavori(fineLavori);
+
+ PagamentiUtil.nuovoPagamento(currentURL, fineLavori.getFineLavoriId(), FineLavori.class.getName(),
+ PagamentoConstants.PAGAMENTO_BOLLI, importoBolli.toString(), codiceFiscaleCommittente,
+ serviceContext);
+
+ return fineLavori;
+ }
+
+ // public void sostituisciPagamento(long pagamentoId, long fineLavoriId,
+ // String
+ // codiceFiscaleCommittente, String mezzo,
+ // String url, ServiceContext serviceContext) throws PortalException,
+ // SystemException {
+ //
+ // FineLavori fineLavori = getFineLavori(fineLavoriId);
+ // Pagamento pagamento = pagamentoLocalService.getPagamento(pagamentoId);
+ // String currentUtilizzata = pagamento.getUtilizzata();
+ // String currentMezzo = pagamento.getMezzo();
+ //
+ // boolean irisEnable =
+ // PagamentiUtil.irisIsEnable(pagamento.getCompanyId());
+ // if (fineLavori.getPagamentoId() != pagamentoId) {
+ // throw new PortalException("Pagamento non abbinato alla Fine Lavori");
+ // }
+ // if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE)) {
+ // if (irisEnable) {
+ // throw new
+ // PortalException("Creazione pagamento manuale con iris enable non possibile");
+ // } else if
+ // (currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
+ // ||
+ // currentUtilizzata.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA))
+ // {
+ // fineLavori.setPagamentoId(0l);
+ // fineLavori = updateFineLavori(fineLavori);
+ //
+ // pagamento.setUtilizzata(PagamentoConstants.UTILIZZATA_SOSTITUITA);
+ // pagamentoLocalService.updatePagamento(pagamento);
+ //
+ // PagamentiUtil.nuovoPagamento(url, fineLavoriId,
+ // FineLavori.class.getName(),
+ // pagamento.getImportoBolli(),
+ // pagamento.getImportoSpeseIstruttoria(), codiceFiscaleCommittente,
+ // serviceContext);
+ // } else {
+ // throw new PortalException("Creazione pagamento manuale con stato " +
+ // currentUtilizzata +
+ // " non possibile");
+ // }
+ // } else if (mezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_IRIS)) {
+ // if (irisEnable
+ // && (currentMezzo.equalsIgnoreCase(PagamentoConstants.MEZZO_MANUALE) ||
+ // (currentUtilizzata
+ // .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE) ||
+ // currentUtilizzata
+ // .equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)))) {
+ //
+ // fineLavori.setPagamentoId(0l);
+ // fineLavori = updateFineLavori(fineLavori);
+ //
+ // pagamento.setUtilizzata(PagamentoConstants.UTILIZZATA_SOSTITUITA);
+ // pagamentoLocalService.updatePagamento(pagamento);
+ // PagamentiUtil.nuovoPagamento(url, fineLavoriId,
+ // FineLavori.class.getName(),
+ // pagamento.getImportoBolli(),
+ // pagamento.getImportoSpeseIstruttoria(), codiceFiscaleCommittente,
+ // serviceContext);
+ // } else {
+ // throw new PortalException("Pagamento IRIS non sostituibile");
+ // }
+ //
+ // } else {
+ // throw new PortalException("Mezzo non presente");
+ // }
+ //
+ // }
+
+ public void updateEsitoPagamento(long pagamentoId, long fineLavoriId, String stato)
+ throws SystemException, PortalException {
+
+ updateEsitoPagamento(pagamentoId, fineLavoriId, 0l, stato);
+ }
+
+ public void updateEsitoPagamento(long pagamentoId, long fineLavoriId, long fileEntryId, String stato)
+ throws SystemException, PortalException {
+
+ Date now = new Date();
+ FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
+
+ fineLavori.setModifiedDate(now);
+ if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_PAGATA)) {
+
+ fineLavori.setCompletata(true);
+ fineLavori.setDataEffettuazione(now);
+ fineLavori.setNumero(fineLavoriPersistence.countByIntPraticaId_Completata(
+ fineLavori.getIntPraticaId(), true) + 1);
+ fineLavori = updateFineLavori(fineLavori);
+
+ updateIntPraticaStatus(fineLavori, fineLavori.getIntPraticaId());
+
+ docPraticaLocalService.completeInvalidation(fineLavori.getIntPraticaId());
+
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(fineLavori.getIntPraticaId());
+ if (WorkflowUtil.isWorkflowDisattivabile(fineLavori.getIntPraticaId())
+ && Validator.isNotNull(intPratica.getStatusByUserId())) {
+ this.inviaMailnotifica(fineLavoriId, intPratica.getStatusByUserId(), now);
+ }
+ pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
+ } else if (stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_NON_PAGABILE)
+ || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_RIFIUTATA)
+ || stato.equalsIgnoreCase(PagamentoConstants.UTILIZZATA_ANNULLATO)) {
+ pagamentoLocalService.updatePagamentoUtilizzata(pagamentoId, stato);
+ }
+
+ }
+
+ public FineLavori updateEsito(long fineLavoriId, int stato) throws SystemException, PortalException {
+
+ Date now = new Date();
+ FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
+ fineLavori.setModifiedDate(now);
+
+ fineLavori.setCompletata(true);
+ fineLavori.setDataEffettuazione(now);
+ fineLavori.setNumero(fineLavoriPersistence.countByIntPraticaId_Completata(
+ fineLavori.getIntPraticaId(), true) + 1);
+ fineLavori = updateFineLavori(fineLavori);
+
+ updateIntPraticaStatus(fineLavori, fineLavori.getIntPraticaId());
+
+ docPraticaLocalService.completeInvalidation(fineLavori.getIntPraticaId());
+
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(fineLavori.getIntPraticaId());
+ if (WorkflowUtil.isWorkflowDisattivabile(fineLavori.getIntPraticaId())
+ && Validator.isNotNull(intPratica.getStatusByUserId())) {
+ this.inviaMailnotifica(fineLavoriId, intPratica.getStatusByUserId(), now);
+ }
+
+ return fineLavori;
+ }
+
+ private void inviaMailnotifica(long fineLavoriId, long tecnicoIstruttoreId, Date date)
+ throws SystemException, PortalException {
+
+ FineLavori fineLavori = fineLavoriPersistence.fetchByPrimaryKey(fineLavoriId);
+
+ User tecnicoIstruttore = userLocalService.getUser(tecnicoIstruttoreId);
+
+ String[] to = { tecnicoIstruttore.getEmailAddress() };
+ String[] cc = new String[0];
+ String[] ccn = new String[0];
+
+ String tipoPratica = StringPool.BLANK;
+ long intPraticaId = fineLavori.getIntPraticaId();
+ if (AzioniPraticheUtil.isDeposito(intPraticaId)) {
+ tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-01");
+ } else if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) {
+ tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-02");
+ }
- JSONObject templateVariables = JSONFactoryUtil.createJSONObject();
- templateVariables.put("receiver", tecnicoIstruttore.getFullName());
- templateVariables.put("tipoPratica", tipoPratica);
- templateVariables.put("tipoOggetto",
- LanguageUtil.get(LocaleUtil.ITALIAN, "label-integrazione-" + (fineLavori.getParziale() ? "09" : "07")));
- templateVariables.put("dataInvio", FastDateFormatFactoryUtil.getSimpleDateFormat("dd/MM/yyyy HH:mm").format(date));
+ JSONObject templateVariables = JSONFactoryUtil.createJSONObject();
+ templateVariables.put("receiver", tecnicoIstruttore.getFullName());
+ templateVariables.put("tipoPratica", tipoPratica);
+ templateVariables.put(
+ "tipoOggetto",
+ LanguageUtil.get(LocaleUtil.ITALIAN, "label-integrazione-"
+ + (fineLavori.getParziale() ? "09" : "07")));
+ templateVariables.put("dataInvio", FastDateFormatFactoryUtil.getSimpleDateFormat("dd/MM/yyyy HH:mm")
+ .format(date));
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setScopeGroupId(fineLavori.getGroupId());
- serviceContext.setCompanyId(fineLavori.getCompanyId());
- serviceContext.setUserId(fineLavori.getUserId());
+ ServiceContext serviceContext = new ServiceContext();
+ serviceContext.setScopeGroupId(fineLavori.getGroupId());
+ serviceContext.setCompanyId(fineLavori.getCompanyId());
+ serviceContext.setUserId(fineLavori.getUserId());
- MailUtil.invioMailNotifica(fineLavori.getIntPraticaId(), 0l, fineLavoriId, FineLavori.class.getName(), to, cc, ccn,
- "NOTIFICA-BO", templateVariables, null, serviceContext);
- }
+ MailUtil.invioMailNotifica(fineLavori.getIntPraticaId(), 0l, fineLavoriId,
+ FineLavori.class.getName(), to, cc, ccn, "NOTIFICA-BO", templateVariables, null,
+ serviceContext);
+ }
- private IntPratica updateIntPraticaStatus(FineLavori fineLavori, long intPraticaId) throws PortalException,
- SystemException {
+ private IntPratica updateIntPraticaStatus(FineLavori fineLavori, long intPraticaId)
+ throws PortalException, SystemException {
- IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId);
- if (fineLavori.isParziale()) {
- intPratica.setFineLavoriParziale(true);
- } else {
- intPratica.setFineLavoriTotale(true);
- }
- intPratica = intPraticaLocalService.updateIntPratica(intPratica);
- return intPratica;
- }
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId);
+ if (fineLavori.isParziale()) {
+ intPratica.setFineLavoriParziale(true);
+ } else {
+ intPratica.setFineLavoriTotale(true);
+ }
+ intPratica = intPraticaLocalService.updateIntPratica(intPratica);
+ return intPratica;
+ }
- public FineLavori updateFineLavoriProtocollo(long fineLavoriId, String protocollo) throws PortalException,
- SystemException {
+ public FineLavori updateFineLavoriProtocollo(long fineLavoriId, String protocollo)
+ throws PortalException, SystemException {
- FineLavori fineLavori = fineLavoriLocalService.fetchFineLavori(fineLavoriId);
- fineLavori.setModifiedDate(new Date());
- fineLavori.setProtocollo(protocollo);
- fineLavori.setDtProtocollo(new Date());
- fineLavori = fineLavoriLocalService.updateFineLavori(fineLavori);
+ FineLavori fineLavori = fineLavoriLocalService.fetchFineLavori(fineLavoriId);
+ fineLavori.setModifiedDate(new Date());
+ fineLavori.setProtocollo(protocollo);
+ fineLavori.setDtProtocollo(new Date());
+ fineLavori = fineLavoriLocalService.updateFineLavori(fineLavori);
- return fineLavori;
- }
+ return fineLavori;
+ }
- public FineLavori findByProtocollo(long companyId, long groupId, String protocollo) throws PortalException,
- SystemException {
+ public FineLavori findByProtocollo(long companyId, long groupId, String protocollo)
+ throws PortalException, SystemException {
- return fineLavoriPersistence.findByC_G_Protocollo(companyId, groupId, protocollo);
- }
+ return fineLavoriPersistence.findByC_G_Protocollo(companyId, groupId, protocollo);
+ }
- public FineLavori fetchByProtocollo(long companyId, long groupId, String protocollo) throws PortalException,
- SystemException {
+ public FineLavori fetchByProtocollo(long companyId, long groupId, String protocollo)
+ throws PortalException, SystemException {
- return fineLavoriPersistence.fetchByC_G_Protocollo(companyId, groupId, protocollo);
- }
+ return fineLavoriPersistence.fetchByC_G_Protocollo(companyId, groupId, protocollo);
+ }
- public FineLavori fetchByProtocollo(String protocollo) throws PortalException, SystemException {
+ public FineLavori fetchByProtocollo(String protocollo) throws PortalException, SystemException {
- return fineLavoriPersistence.fetchByProtocollo(protocollo);
- }
+ return fineLavoriPersistence.fetchByProtocollo(protocollo);
+ }
- public List findByIntPraticaId(long intPraticaId, int start, int end, OrderByComparator orderByComparator)
- throws SystemException {
+ public List findByIntPraticaId(long intPraticaId, int start, int end,
+ OrderByComparator orderByComparator) throws SystemException {
- return fineLavoriPersistence.findByIntPraticaId(intPraticaId, start, end, orderByComparator);
- }
+ return fineLavoriPersistence.findByIntPraticaId(intPraticaId, start, end, orderByComparator);
+ }
- public int countByIntPraticaId(long intPraticaId) throws SystemException {
+ public int countByIntPraticaId(long intPraticaId) throws SystemException {
- return fineLavoriPersistence.countByIntPraticaId(intPraticaId);
- }
+ return fineLavoriPersistence.countByIntPraticaId(intPraticaId);
+ }
- public List findByIntPraticaId_Parziale(long intPraticaId, boolean parziale, int start, int end,
- OrderByComparator orderByComparator) throws SystemException {
+ public List findByIntPraticaId_Parziale(long intPraticaId, boolean parziale, int start,
+ int end, OrderByComparator orderByComparator) throws SystemException {
- return fineLavoriPersistence.findByIntPraticaId_Parziale(intPraticaId, parziale, start, end, orderByComparator);
- }
+ return fineLavoriPersistence.findByIntPraticaId_Parziale(intPraticaId, parziale, start, end,
+ orderByComparator);
+ }
- public int countByIntPraticaId_Parziale(long intPraticaId, boolean parziale) throws SystemException {
+ public int countByIntPraticaId_Parziale(long intPraticaId, boolean parziale) throws SystemException {
- return fineLavoriPersistence.countByIntPraticaId_Parziale(intPraticaId, parziale);
- }
+ return fineLavoriPersistence.countByIntPraticaId_Parziale(intPraticaId, parziale);
+ }
- public List findByIntPraticaId_Completata(long intPraticaId, boolean completata, int start, int end,
- OrderByComparator orderByComparator) throws SystemException {
+ public List findByIntPraticaId_Completata(long intPraticaId, boolean completata, int start,
+ int end, OrderByComparator orderByComparator) throws SystemException {
- return fineLavoriPersistence.findByIntPraticaId_Completata(intPraticaId, completata, start, end, orderByComparator);
- }
+ return fineLavoriPersistence.findByIntPraticaId_Completata(intPraticaId, completata, start, end,
+ orderByComparator);
+ }
- public int countByIntPraticaId_Completata(long intPraticaId, boolean completata) throws SystemException {
+ public int countByIntPraticaId_Completata(long intPraticaId, boolean completata) throws SystemException {
- return fineLavoriPersistence.countByIntPraticaId_Completata(intPraticaId, completata);
- }
+ return fineLavoriPersistence.countByIntPraticaId_Completata(intPraticaId, completata);
+ }
- public List findByIntPraticaId_CodiceFiscale(long intPraticaId, String codiceFiscaleDelegato, int start,
- int end, OrderByComparator orderByComparator) throws SystemException {
+ public List findByIntPraticaId_CodiceFiscale(long intPraticaId, String codiceFiscaleDelegato,
+ int start, int end, OrderByComparator orderByComparator) throws SystemException {
- return fineLavoriPersistence.findByIntPraticaId_CodiceFiscale(intPraticaId, codiceFiscaleDelegato, start, end,
- orderByComparator);
- }
+ return fineLavoriPersistence.findByIntPraticaId_CodiceFiscale(intPraticaId, codiceFiscaleDelegato,
+ start, end, orderByComparator);
+ }
- public int countByIntPraticaId_CodiceFiscale(long intPraticaId, String codiceFiscaleDelegato) throws SystemException {
+ public int countByIntPraticaId_CodiceFiscale(long intPraticaId, String codiceFiscaleDelegato)
+ throws SystemException {
- return fineLavoriPersistence.countByIntPraticaId_CodiceFiscale(intPraticaId, codiceFiscaleDelegato);
- }
+ return fineLavoriPersistence.countByIntPraticaId_CodiceFiscale(intPraticaId, codiceFiscaleDelegato);
+ }
- public List findByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata, int start,
- int end, OrderByComparator orderByComparator) throws SystemException {
+ public List findByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata,
+ int start, int end, OrderByComparator orderByComparator) throws SystemException {
- return fineLavoriPersistence.findByCodiceFiscale_Completata(codiceFiscaleDelegato, completata, start, end,
- orderByComparator);
- }
+ return fineLavoriPersistence.findByCodiceFiscale_Completata(codiceFiscaleDelegato, completata, start,
+ end, orderByComparator);
+ }
- public int countByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata) throws SystemException {
+ public int countByCodiceFiscale_Completata(String codiceFiscaleDelegato, boolean completata)
+ throws SystemException {
- return fineLavoriPersistence.countByCodiceFiscale_Completata(codiceFiscaleDelegato, completata);
- }
+ return fineLavoriPersistence.countByCodiceFiscale_Completata(codiceFiscaleDelegato, completata);
+ }
- public List findByIntPraticaId_Parziale_Completata(long intPraticaId, boolean parziale,
- boolean completata, int start, int end, OrderByComparator orderByComparator) throws SystemException {
+ public List findByIntPraticaId_Parziale_Completata(long intPraticaId, boolean parziale,
+ boolean completata, int start, int end, OrderByComparator orderByComparator)
+ throws SystemException {
- return fineLavoriPersistence.findByIntPraticaId_Parziale_Completata(intPraticaId, parziale, completata, start, end,
- orderByComparator);
- }
+ return fineLavoriPersistence.findByIntPraticaId_Parziale_Completata(intPraticaId, parziale,
+ completata, start, end, orderByComparator);
+ }
- public int countByIntPraticaId_Parziale_Completata(long intPraticaId, boolean parziale, boolean completata)
- throws SystemException {
+ public int countByIntPraticaId_Parziale_Completata(long intPraticaId, boolean parziale, boolean completata)
+ throws SystemException {
- return fineLavoriPersistence.countByIntPraticaId_Parziale_Completata(intPraticaId, parziale, completata);
- }
+ return fineLavoriPersistence.countByIntPraticaId_Parziale_Completata(intPraticaId, parziale,
+ completata);
+ }
- public List findByIntPraticaId_Parziale_leFineLavoriId(long fineLavoriId, long intPraticaId,
- boolean parziale, int start, int end, OrderByComparator orderByComparator) throws SystemException {
+ public List findByIntPraticaId_Parziale_leFineLavoriId(long fineLavoriId, long intPraticaId,
+ boolean parziale, int start, int end, OrderByComparator orderByComparator) throws SystemException {
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.lt("fineLavoriId", fineLavoriId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.lt("fineLavoriId", fineLavoriId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
- return dynamicQuery(dynamicQuery, start, end, orderByComparator);
- }
+ return dynamicQuery(dynamicQuery, start, end, orderByComparator);
+ }
- public int countByIntPraticaId_Parziale_leFineLavoriId(long fineLavoriId, long intPraticaId, boolean parziale)
- throws SystemException {
+ public int countByIntPraticaId_Parziale_leFineLavoriId(long fineLavoriId, long intPraticaId,
+ boolean parziale) throws SystemException {
- DynamicQuery dynamicQuery = dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
- dynamicQuery.add(RestrictionsFactoryUtil.lt("fineLavoriId", fineLavoriId));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
+ DynamicQuery dynamicQuery = dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ dynamicQuery.add(RestrictionsFactoryUtil.lt("fineLavoriId", fineLavoriId));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
- List results = dynamicQuery(dynamicQuery);
- return results.isEmpty() ? 0 : results.size();
- }
+ List results = dynamicQuery(dynamicQuery);
+ return results.isEmpty() ? 0 : results.size();
+ }
- public List findFineLavoriCompleteNotProtocollo(int start, int end) throws SystemException {
+ public List findFineLavoriCompleteNotProtocollo(int start, int end) throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotProtocollo();
- dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
- return fineLavoriPersistence.findWithDynamicQuery(dynamicQuery, start, end);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotProtocollo();
+ dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
+ return fineLavoriPersistence.findWithDynamicQuery(dynamicQuery, start, end);
+ }
- public int countFineLavoriCompleteNotProtocollo() throws SystemException {
+ public int countFineLavoriCompleteNotProtocollo() throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotProtocollo();
- return (int) fineLavoriPersistence.countWithDynamicQuery(dynamicQuery);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotProtocollo();
+ return (int) fineLavoriPersistence.countWithDynamicQuery(dynamicQuery);
+ }
- private DynamicQuery getDynamicQueryFineLavoriCompleteNotProtocollo() {
+ private DynamicQuery getDynamicQueryFineLavoriCompleteNotProtocollo() {
- DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
- Disjunction or = RestrictionsFactoryUtil.disjunction();
- or.add(RestrictionsFactoryUtil.eq("protocollo", StringPool.BLANK));
- or.add(RestrictionsFactoryUtil.isNull("protocollo"));
- dynamicQuery.add(or);
- return dynamicQuery;
- }
+ DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
+ Disjunction or = RestrictionsFactoryUtil.disjunction();
+ or.add(RestrictionsFactoryUtil.eq("protocollo", StringPool.BLANK));
+ or.add(RestrictionsFactoryUtil.isNull("protocollo"));
+ dynamicQuery.add(or);
+ return dynamicQuery;
+ }
- public List findFineLavoriCompleteNotGestite(int start, int end) throws SystemException {
+ public List findFineLavoriCompleteNotGestite(int start, int end) throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotGestite();
- dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
- return fineLavoriPersistence.findWithDynamicQuery(dynamicQuery, start, end);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotGestite();
+ dynamicQuery.addOrder(OrderFactoryUtil.asc("createDate"));
+ return fineLavoriPersistence.findWithDynamicQuery(dynamicQuery, start, end);
+ }
- public int countFineLavoriCompleteNotGestite() throws SystemException {
+ public int countFineLavoriCompleteNotGestite() throws SystemException {
- DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotGestite();
- return (int) fineLavoriPersistence.countWithDynamicQuery(dynamicQuery);
- }
+ DynamicQuery dynamicQuery = getDynamicQueryFineLavoriCompleteNotGestite();
+ return (int) fineLavoriPersistence.countWithDynamicQuery(dynamicQuery);
+ }
- private DynamicQuery getDynamicQueryFineLavoriCompleteNotGestite() {
+ private DynamicQuery getDynamicQueryFineLavoriCompleteNotGestite() {
- DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
- dynamicQuery.add(RestrictionsFactoryUtil.ne("protocollo", StringPool.BLANK));
- dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("protocollo"));
- return dynamicQuery;
- }
+ DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("gestita", false));
+ dynamicQuery.add(RestrictionsFactoryUtil.ne("protocollo", StringPool.BLANK));
+ dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("protocollo"));
+ return dynamicQuery;
+ }
- public List findIntPraticaByFineLavori() throws PortalException, SystemException {
+ public List findIntPraticaByFineLavori() throws PortalException, SystemException {
- DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil.property("intPraticaId")));
- List ids = fineLavoriPersistence.findWithDynamicQuery(dynamicQuery);
+ DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil
+ .property("intPraticaId")));
+ List ids = fineLavoriPersistence.findWithDynamicQuery(dynamicQuery);
- return ids;
- }
-
- public List findIntPraticaByFineLavori(String codiceFiscaleDelegatoCollaudo) throws PortalException, SystemException {
+ return ids;
+ }
- DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
- dynamicQuery.add(RestrictionsFactoryUtil.ilike("codiceFiscaleDelegatoCollaudo", codiceFiscaleDelegatoCollaudo));
- dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil.property("intPraticaId")));
- List ids = fineLavoriPersistence.findWithDynamicQuery(dynamicQuery);
-
- return ids;
- }
+ public List findIntPraticaByFineLavori(String codiceFiscaleDelegatoCollaudo)
+ throws PortalException, SystemException {
+ DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("completata", true));
+ dynamicQuery.add(RestrictionsFactoryUtil.ilike("codiceFiscaleDelegatoCollaudo",
+ codiceFiscaleDelegatoCollaudo));
+ dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil
+ .property("intPraticaId")));
+ List ids = fineLavoriPersistence.findWithDynamicQuery(dynamicQuery);
- // public List findIntPraticaByFineLavoriParziale(boolean parziale, List
- // intPraticaIds)
- // throws PortalException, SystemException {
- //
- // DynamicQuery dynamicQuery = fineLavoriLocalService.dynamicQuery();
- // dynamicQuery.add(RestrictionsFactoryUtil.in("intPraticaId", intPraticaIds));
- // dynamicQuery.add(RestrictionsFactoryUtil.eq("parziale", parziale));
- // dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil.property("intPraticaId")));
- // List ids = fineLavoriPersistence.findWithDynamicQuery(dynamicQuery);
- //
- // return ids;
- // }
- //
-
- public FineLavori fetchByOldDettPraticaId(long oldDettPraticaId) throws SystemException {
-
- return fineLavoriPersistence.fetchByOldDettPraticaId(oldDettPraticaId);
- }
+ return ids;
+ }
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java
index d7e75876..6f938baa 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java
@@ -278,8 +278,8 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
public IntPratica addIntPratica(long userId, String userName, String tipoPratica, long territorioId,
String tipoProcedura, Date dtSorteggio, String statoPratica, String numeroProgetto,
- boolean validata, int esitoControllo, Date dtPratica, long oldIntPraticaId,
- ServiceContext serviceContext) throws PortalException, SystemException {
+ boolean validata, int esitoControllo, Date dtPratica, ServiceContext serviceContext)
+ throws PortalException, SystemException {
Date now = new Date();
@@ -315,8 +315,6 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
intPratica.setEsitoControllo(esitoControllo);
intPratica.setDtPratica(dtPratica);
- intPratica.setOldIntPraticaId(oldIntPraticaId);
-
intPratica = intPraticaPersistence.update(intPratica);
return intPratica;
@@ -781,11 +779,6 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
return intPraticaPersistence.countByC_UserId(companyId, userId);
}
- public IntPratica fetchByOldIntPraticaId(long oldIntPraticaId) throws SystemException {
-
- return intPraticaPersistence.fetchByOldIntPraticaId(oldIntPraticaId);
- }
-
public void updateStatus(long intPraticaId, int status) throws PortalException, SystemException {
IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
index b040f227..5c96356f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchAllegatoManualeException;
import it.tref.liferay.portos.bo.model.AllegatoManuale;
import it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl;
import it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
index 63caa01d..15633d6f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchAsseverazioneException;
import it.tref.liferay.portos.bo.model.Asseverazione;
import it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl;
import it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
index b95c271d..38e33edc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchAvvisoException;
import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.model.impl.AvvisoImpl;
import it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
index a0e6a43b..02dcaba3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchCollaudoException;
import it.tref.liferay.portos.bo.model.Collaudo;
import it.tref.liferay.portos.bo.model.impl.CollaudoImpl;
import it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence;
import java.io.Serializable;
@@ -4758,226 +4759,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
private static final String _FINDER_COLUMN_INTPRATICAID_PARZIALE_INTPRATICAID_2 =
"collaudo.intPraticaId = ? AND ";
private static final String _FINDER_COLUMN_INTPRATICAID_PARZIALE_PARZIALE_2 = "collaudo.parziale = ?";
- public static final FinderPath FINDER_PATH_FETCH_BY_OLDDETTPRATICAID = new FinderPath(CollaudoModelImpl.ENTITY_CACHE_ENABLED,
- CollaudoModelImpl.FINDER_CACHE_ENABLED, CollaudoImpl.class,
- FINDER_CLASS_NAME_ENTITY, "fetchByOldDettPraticaId",
- new String[] { Long.class.getName() },
- CollaudoModelImpl.OLDDETTPRATICAID_COLUMN_BITMASK);
- public static final FinderPath FINDER_PATH_COUNT_BY_OLDDETTPRATICAID = new FinderPath(CollaudoModelImpl.ENTITY_CACHE_ENABLED,
- CollaudoModelImpl.FINDER_CACHE_ENABLED, Long.class,
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION,
- "countByOldDettPraticaId", new String[] { Long.class.getName() });
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchCollaudoException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo
- * @throws it.tref.liferay.portos.bo.NoSuchCollaudoException if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public Collaudo findByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchCollaudoException, SystemException {
- Collaudo collaudo = fetchByOldDettPraticaId(oldDettPraticaId);
-
- if (collaudo == null) {
- StringBundler msg = new StringBundler(4);
-
- msg.append(_NO_SUCH_ENTITY_WITH_KEY);
-
- msg.append("oldDettPraticaId=");
- msg.append(oldDettPraticaId);
-
- msg.append(StringPool.CLOSE_CURLY_BRACE);
-
- if (_log.isWarnEnabled()) {
- _log.warn(msg.toString());
- }
-
- throw new NoSuchCollaudoException(msg.toString());
- }
-
- return collaudo;
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public Collaudo fetchByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- return fetchByOldDettPraticaId(oldDettPraticaId, true);
- }
-
- /**
- * Returns the collaudo where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching collaudo, or null
if a matching collaudo could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public Collaudo fetchByOldDettPraticaId(long oldDettPraticaId,
- boolean retrieveFromCache) throws SystemException {
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Object result = null;
-
- if (retrieveFromCache) {
- result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, this);
- }
-
- if (result instanceof Collaudo) {
- Collaudo collaudo = (Collaudo)result;
-
- if ((oldDettPraticaId != collaudo.getOldDettPraticaId())) {
- result = null;
- }
- }
-
- if (result == null) {
- StringBundler query = new StringBundler(3);
-
- query.append(_SQL_SELECT_COLLAUDO_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- List list = q.list();
-
- if (list.isEmpty()) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, list);
- }
- else {
- if ((list.size() > 1) && _log.isWarnEnabled()) {
- _log.warn(
- "CollaudoPersistenceImpl.fetchByOldDettPraticaId(long, boolean) with parameters (" +
- StringUtil.merge(finderArgs) +
- ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder.");
- }
-
- Collaudo collaudo = list.get(0);
-
- result = collaudo;
-
- cacheResult(collaudo);
-
- if ((collaudo.getOldDettPraticaId() != oldDettPraticaId)) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, collaudo);
- }
- }
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- if (result instanceof List>) {
- return null;
- }
- else {
- return (Collaudo)result;
- }
- }
-
- /**
- * Removes the collaudo where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the collaudo that was removed
- * @throws SystemException if a system exception occurred
- */
- @Override
- public Collaudo removeByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchCollaudoException, SystemException {
- Collaudo collaudo = findByOldDettPraticaId(oldDettPraticaId);
-
- return remove(collaudo);
- }
-
- /**
- * Returns the number of collaudos where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching collaudos
- * @throws SystemException if a system exception occurred
- */
- @Override
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- FinderPath finderPath = FINDER_PATH_COUNT_BY_OLDDETTPRATICAID;
-
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
- this);
-
- if (count == null) {
- StringBundler query = new StringBundler(2);
-
- query.append(_SQL_COUNT_COLLAUDO_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- count = (Long)q.uniqueResult();
-
- FinderCacheUtil.putResult(finderPath, finderArgs, count);
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(finderPath, finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- return count.intValue();
- }
-
- private static final String _FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2 =
- "collaudo.oldDettPraticaId = ?";
public CollaudoPersistenceImpl() {
setModelClass(Collaudo.class);
@@ -5005,9 +4786,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
collaudo.getProtocollo()
}, collaudo);
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- new Object[] { collaudo.getOldDettPraticaId() }, collaudo);
-
collaudo.resetOriginalValues();
}
@@ -5108,13 +4886,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
args, Long.valueOf(1));
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, collaudo);
-
- args = new Object[] { collaudo.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, collaudo);
}
else {
CollaudoModelImpl collaudoModelImpl = (CollaudoModelImpl)collaudo;
@@ -5153,16 +4924,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, collaudo);
}
-
- if ((collaudoModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- Object[] args = new Object[] { collaudo.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, collaudo);
- }
}
}
@@ -5219,21 +4980,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args);
}
-
- args = new Object[] { collaudo.getOldDettPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID, args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID, args);
-
- if ((collaudoModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- args = new Object[] { collaudoModelImpl.getOriginalOldDettPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args);
- }
}
/**
@@ -5579,7 +5325,6 @@ public class CollaudoPersistenceImpl extends BasePersistenceImpl
collaudoImpl.setMezzoPagamento(collaudo.getMezzoPagamento());
collaudoImpl.setNormEsenteBollo(collaudo.isNormEsenteBollo());
collaudoImpl.setImportoBolli(collaudo.getImportoBolli());
- collaudoImpl.setOldDettPraticaId(collaudo.getOldDettPraticaId());
return collaudoImpl;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
index b0b64b21..4a23bffd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchComuneException;
import it.tref.liferay.portos.bo.model.Comune;
import it.tref.liferay.portos.bo.model.impl.ComuneImpl;
import it.tref.liferay.portos.bo.model.impl.ComuneModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ComunePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
index 0b7f9ee2..f5b8166f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchComunicazioneException;
import it.tref.liferay.portos.bo.model.Comunicazione;
import it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl;
import it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
index 66507dd0..32809343 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchConfigurazioneException;
import it.tref.liferay.portos.bo.model.Configurazione;
import it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl;
import it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
index 48cf51eb..a4fa6f91 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchControlloPraticaException;
import it.tref.liferay.portos.bo.model.ControlloPratica;
import it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
index 402cecd0..8c56fb32 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchDelegaException;
import it.tref.liferay.portos.bo.model.Delega;
import it.tref.liferay.portos.bo.model.impl.DelegaImpl;
import it.tref.liferay.portos.bo.model.impl.DelegaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
index 6c8a6a04..f35bff1b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchDettPraticaException;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.impl.DettPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence;
import java.io.Serializable;
@@ -2495,226 +2496,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
private static final String _FINDER_COLUMN_C_G_PROTOCOLLO_PROTOCOLLO_1 = "dettPratica.protocollo IS NULL";
private static final String _FINDER_COLUMN_C_G_PROTOCOLLO_PROTOCOLLO_2 = "dettPratica.protocollo = ?";
private static final String _FINDER_COLUMN_C_G_PROTOCOLLO_PROTOCOLLO_3 = "(dettPratica.protocollo IS NULL OR dettPratica.protocollo = '')";
- public static final FinderPath FINDER_PATH_FETCH_BY_OLDDETTPRATICA = new FinderPath(DettPraticaModelImpl.ENTITY_CACHE_ENABLED,
- DettPraticaModelImpl.FINDER_CACHE_ENABLED, DettPraticaImpl.class,
- FINDER_CLASS_NAME_ENTITY, "fetchByOldDettPratica",
- new String[] { Long.class.getName() },
- DettPraticaModelImpl.OLDDETTPRATICAID_COLUMN_BITMASK);
- public static final FinderPath FINDER_PATH_COUNT_BY_OLDDETTPRATICA = new FinderPath(DettPraticaModelImpl.ENTITY_CACHE_ENABLED,
- DettPraticaModelImpl.FINDER_CACHE_ENABLED, Long.class,
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByOldDettPratica",
- new String[] { Long.class.getName() });
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica findByOldDettPratica(long oldDettPraticaId)
- throws NoSuchDettPraticaException, SystemException {
- DettPratica dettPratica = fetchByOldDettPratica(oldDettPraticaId);
-
- if (dettPratica == null) {
- StringBundler msg = new StringBundler(4);
-
- msg.append(_NO_SUCH_ENTITY_WITH_KEY);
-
- msg.append("oldDettPraticaId=");
- msg.append(oldDettPraticaId);
-
- msg.append(StringPool.CLOSE_CURLY_BRACE);
-
- if (_log.isWarnEnabled()) {
- _log.warn(msg.toString());
- }
-
- throw new NoSuchDettPraticaException(msg.toString());
- }
-
- return dettPratica;
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica fetchByOldDettPratica(long oldDettPraticaId)
- throws SystemException {
- return fetchByOldDettPratica(oldDettPraticaId, true);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica fetchByOldDettPratica(long oldDettPraticaId,
- boolean retrieveFromCache) throws SystemException {
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Object result = null;
-
- if (retrieveFromCache) {
- result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- finderArgs, this);
- }
-
- if (result instanceof DettPratica) {
- DettPratica dettPratica = (DettPratica)result;
-
- if ((oldDettPraticaId != dettPratica.getOldDettPraticaId())) {
- result = null;
- }
- }
-
- if (result == null) {
- StringBundler query = new StringBundler(3);
-
- query.append(_SQL_SELECT_DETTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICA_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- List list = q.list();
-
- if (list.isEmpty()) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- finderArgs, list);
- }
- else {
- if ((list.size() > 1) && _log.isWarnEnabled()) {
- _log.warn(
- "DettPraticaPersistenceImpl.fetchByOldDettPratica(long, boolean) with parameters (" +
- StringUtil.merge(finderArgs) +
- ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder.");
- }
-
- DettPratica dettPratica = list.get(0);
-
- result = dettPratica;
-
- cacheResult(dettPratica);
-
- if ((dettPratica.getOldDettPraticaId() != oldDettPraticaId)) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- finderArgs, dettPratica);
- }
- }
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- if (result instanceof List>) {
- return null;
- }
- else {
- return (DettPratica)result;
- }
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica removeByOldDettPratica(long oldDettPraticaId)
- throws NoSuchDettPraticaException, SystemException {
- DettPratica dettPratica = findByOldDettPratica(oldDettPraticaId);
-
- return remove(dettPratica);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- @Override
- public int countByOldDettPratica(long oldDettPraticaId)
- throws SystemException {
- FinderPath finderPath = FINDER_PATH_COUNT_BY_OLDDETTPRATICA;
-
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
- this);
-
- if (count == null) {
- StringBundler query = new StringBundler(2);
-
- query.append(_SQL_COUNT_DETTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICA_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- count = (Long)q.uniqueResult();
-
- FinderCacheUtil.putResult(finderPath, finderArgs, count);
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(finderPath, finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- return count.intValue();
- }
-
- private static final String _FINDER_COLUMN_OLDDETTPRATICA_OLDDETTPRATICAID_2 =
- "dettPratica.oldDettPraticaId = ?";
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_INTPRATICAID_TIPOINTEGRAZIONE_COMPLETA =
new FinderPath(DettPraticaModelImpl.ENTITY_CACHE_ENABLED,
DettPraticaModelImpl.FINDER_CACHE_ENABLED, DettPraticaImpl.class,
@@ -3951,226 +3732,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
"dettPratica.tipoIntegrazione = ?";
private static final String _FINDER_COLUMN_INTPRATICAID_TIPOINTEGRAZIONE_TIPOINTEGRAZIONE_3 =
"(dettPratica.tipoIntegrazione IS NULL OR dettPratica.tipoIntegrazione = '')";
- public static final FinderPath FINDER_PATH_FETCH_BY_OLDDETTPRATICAID = new FinderPath(DettPraticaModelImpl.ENTITY_CACHE_ENABLED,
- DettPraticaModelImpl.FINDER_CACHE_ENABLED, DettPraticaImpl.class,
- FINDER_CLASS_NAME_ENTITY, "fetchByOldDettPraticaId",
- new String[] { Long.class.getName() },
- DettPraticaModelImpl.OLDDETTPRATICAID_COLUMN_BITMASK);
- public static final FinderPath FINDER_PATH_COUNT_BY_OLDDETTPRATICAID = new FinderPath(DettPraticaModelImpl.ENTITY_CACHE_ENABLED,
- DettPraticaModelImpl.FINDER_CACHE_ENABLED, Long.class,
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION,
- "countByOldDettPraticaId", new String[] { Long.class.getName() });
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchDettPraticaException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica
- * @throws it.tref.liferay.portos.bo.NoSuchDettPraticaException if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica findByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchDettPraticaException, SystemException {
- DettPratica dettPratica = fetchByOldDettPraticaId(oldDettPraticaId);
-
- if (dettPratica == null) {
- StringBundler msg = new StringBundler(4);
-
- msg.append(_NO_SUCH_ENTITY_WITH_KEY);
-
- msg.append("oldDettPraticaId=");
- msg.append(oldDettPraticaId);
-
- msg.append(StringPool.CLOSE_CURLY_BRACE);
-
- if (_log.isWarnEnabled()) {
- _log.warn(msg.toString());
- }
-
- throw new NoSuchDettPraticaException(msg.toString());
- }
-
- return dettPratica;
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica fetchByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- return fetchByOldDettPraticaId(oldDettPraticaId, true);
- }
-
- /**
- * Returns the dett pratica where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching dett pratica, or null
if a matching dett pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica fetchByOldDettPraticaId(long oldDettPraticaId,
- boolean retrieveFromCache) throws SystemException {
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Object result = null;
-
- if (retrieveFromCache) {
- result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, this);
- }
-
- if (result instanceof DettPratica) {
- DettPratica dettPratica = (DettPratica)result;
-
- if ((oldDettPraticaId != dettPratica.getOldDettPraticaId())) {
- result = null;
- }
- }
-
- if (result == null) {
- StringBundler query = new StringBundler(3);
-
- query.append(_SQL_SELECT_DETTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- List list = q.list();
-
- if (list.isEmpty()) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, list);
- }
- else {
- if ((list.size() > 1) && _log.isWarnEnabled()) {
- _log.warn(
- "DettPraticaPersistenceImpl.fetchByOldDettPraticaId(long, boolean) with parameters (" +
- StringUtil.merge(finderArgs) +
- ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder.");
- }
-
- DettPratica dettPratica = list.get(0);
-
- result = dettPratica;
-
- cacheResult(dettPratica);
-
- if ((dettPratica.getOldDettPraticaId() != oldDettPraticaId)) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, dettPratica);
- }
- }
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- if (result instanceof List>) {
- return null;
- }
- else {
- return (DettPratica)result;
- }
- }
-
- /**
- * Removes the dett pratica where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the dett pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- @Override
- public DettPratica removeByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchDettPraticaException, SystemException {
- DettPratica dettPratica = findByOldDettPraticaId(oldDettPraticaId);
-
- return remove(dettPratica);
- }
-
- /**
- * Returns the number of dett praticas where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching dett praticas
- * @throws SystemException if a system exception occurred
- */
- @Override
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- FinderPath finderPath = FINDER_PATH_COUNT_BY_OLDDETTPRATICAID;
-
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
- this);
-
- if (count == null) {
- StringBundler query = new StringBundler(2);
-
- query.append(_SQL_COUNT_DETTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- count = (Long)q.uniqueResult();
-
- FinderCacheUtil.putResult(finderPath, finderArgs, count);
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(finderPath, finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- return count.intValue();
- }
-
- private static final String _FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2 =
- "dettPratica.oldDettPraticaId = ?";
public DettPraticaPersistenceImpl() {
setModelClass(DettPratica.class);
@@ -4199,12 +3760,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
dettPratica.getProtocollo()
}, dettPratica);
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- new Object[] { dettPratica.getOldDettPraticaId() }, dettPratica);
-
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- new Object[] { dettPratica.getOldDettPraticaId() }, dettPratica);
-
dettPratica.resetOriginalValues();
}
@@ -4305,20 +3860,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
args, Long.valueOf(1));
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, dettPratica);
-
- args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICA,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- args, dettPratica);
-
- args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, dettPratica);
}
else {
DettPraticaModelImpl dettPraticaModelImpl = (DettPraticaModelImpl)dettPratica;
@@ -4357,26 +3898,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, dettPratica);
}
-
- if ((dettPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICA.getColumnBitmask()) != 0) {
- Object[] args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICA,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- args, dettPratica);
- }
-
- if ((dettPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- Object[] args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, dettPratica);
- }
}
}
@@ -4435,40 +3956,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args);
}
-
- args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICA, args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA, args);
-
- if ((dettPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICA.getColumnBitmask()) != 0) {
- args = new Object[] {
- dettPraticaModelImpl.getOriginalOldDettPraticaId()
- };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICA,
- args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICA,
- args);
- }
-
- args = new Object[] { dettPratica.getOldDettPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID, args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID, args);
-
- if ((dettPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- args = new Object[] {
- dettPraticaModelImpl.getOriginalOldDettPraticaId()
- };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args);
- }
}
/**
@@ -4782,7 +4269,6 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
dettPraticaImpl.setWorkflowForzato(dettPratica.isWorkflowForzato());
dettPraticaImpl.setSoggettoSostituitoId(dettPratica.getSoggettoSostituitoId());
dettPraticaImpl.setDtInvioSignal(dettPratica.getDtInvioSignal());
- dettPraticaImpl.setOldDettPraticaId(dettPratica.getOldDettPraticaId());
dettPraticaImpl.setDestinazione(dettPratica.getDestinazione());
dettPraticaImpl.setAg(dettPratica.getAg());
dettPraticaImpl.setDescLongIntervento(dettPratica.getDescLongIntervento());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
index 649a5476..c25ae1dc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchDocAggiuntivaException;
import it.tref.liferay.portos.bo.model.DocAggiuntiva;
import it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl;
import it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
index 42630357..255330f7 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchDocPraticaException;
import it.tref.liferay.portos.bo.model.DocPratica;
import it.tref.liferay.portos.bo.model.impl.DocPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.DocPraticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
index a5f79405..15f0504f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchFineLavoriException;
import it.tref.liferay.portos.bo.model.FineLavori;
import it.tref.liferay.portos.bo.model.impl.FineLavoriImpl;
import it.tref.liferay.portos.bo.model.impl.FineLavoriModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence;
import java.io.Serializable;
@@ -5355,226 +5356,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
"fineLavori.parziale = ? AND ";
private static final String _FINDER_COLUMN_INTPRATICAID_PARZIALE_COMPLETATA_COMPLETATA_2 =
"fineLavori.completata = ?";
- public static final FinderPath FINDER_PATH_FETCH_BY_OLDDETTPRATICAID = new FinderPath(FineLavoriModelImpl.ENTITY_CACHE_ENABLED,
- FineLavoriModelImpl.FINDER_CACHE_ENABLED, FineLavoriImpl.class,
- FINDER_CLASS_NAME_ENTITY, "fetchByOldDettPraticaId",
- new String[] { Long.class.getName() },
- FineLavoriModelImpl.OLDDETTPRATICAID_COLUMN_BITMASK);
- public static final FinderPath FINDER_PATH_COUNT_BY_OLDDETTPRATICAID = new FinderPath(FineLavoriModelImpl.ENTITY_CACHE_ENABLED,
- FineLavoriModelImpl.FINDER_CACHE_ENABLED, Long.class,
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION,
- "countByOldDettPraticaId", new String[] { Long.class.getName() });
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchFineLavoriException} if it could not be found.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori
- * @throws it.tref.liferay.portos.bo.NoSuchFineLavoriException if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public FineLavori findByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchFineLavoriException, SystemException {
- FineLavori fineLavori = fetchByOldDettPraticaId(oldDettPraticaId);
-
- if (fineLavori == null) {
- StringBundler msg = new StringBundler(4);
-
- msg.append(_NO_SUCH_ENTITY_WITH_KEY);
-
- msg.append("oldDettPraticaId=");
- msg.append(oldDettPraticaId);
-
- msg.append(StringPool.CLOSE_CURLY_BRACE);
-
- if (_log.isWarnEnabled()) {
- _log.warn(msg.toString());
- }
-
- throw new NoSuchFineLavoriException(msg.toString());
- }
-
- return fineLavori;
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public FineLavori fetchByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- return fetchByOldDettPraticaId(oldDettPraticaId, true);
- }
-
- /**
- * Returns the fine lavori where oldDettPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching fine lavori, or null
if a matching fine lavori could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public FineLavori fetchByOldDettPraticaId(long oldDettPraticaId,
- boolean retrieveFromCache) throws SystemException {
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Object result = null;
-
- if (retrieveFromCache) {
- result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, this);
- }
-
- if (result instanceof FineLavori) {
- FineLavori fineLavori = (FineLavori)result;
-
- if ((oldDettPraticaId != fineLavori.getOldDettPraticaId())) {
- result = null;
- }
- }
-
- if (result == null) {
- StringBundler query = new StringBundler(3);
-
- query.append(_SQL_SELECT_FINELAVORI_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- List list = q.list();
-
- if (list.isEmpty()) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, list);
- }
- else {
- if ((list.size() > 1) && _log.isWarnEnabled()) {
- _log.warn(
- "FineLavoriPersistenceImpl.fetchByOldDettPraticaId(long, boolean) with parameters (" +
- StringUtil.merge(finderArgs) +
- ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder.");
- }
-
- FineLavori fineLavori = list.get(0);
-
- result = fineLavori;
-
- cacheResult(fineLavori);
-
- if ((fineLavori.getOldDettPraticaId() != oldDettPraticaId)) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs, fineLavori);
- }
- }
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- if (result instanceof List>) {
- return null;
- }
- else {
- return (FineLavori)result;
- }
- }
-
- /**
- * Removes the fine lavori where oldDettPraticaId = ? from the database.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the fine lavori that was removed
- * @throws SystemException if a system exception occurred
- */
- @Override
- public FineLavori removeByOldDettPraticaId(long oldDettPraticaId)
- throws NoSuchFineLavoriException, SystemException {
- FineLavori fineLavori = findByOldDettPraticaId(oldDettPraticaId);
-
- return remove(fineLavori);
- }
-
- /**
- * Returns the number of fine lavoris where oldDettPraticaId = ?.
- *
- * @param oldDettPraticaId the old dett pratica ID
- * @return the number of matching fine lavoris
- * @throws SystemException if a system exception occurred
- */
- @Override
- public int countByOldDettPraticaId(long oldDettPraticaId)
- throws SystemException {
- FinderPath finderPath = FINDER_PATH_COUNT_BY_OLDDETTPRATICAID;
-
- Object[] finderArgs = new Object[] { oldDettPraticaId };
-
- Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
- this);
-
- if (count == null) {
- StringBundler query = new StringBundler(2);
-
- query.append(_SQL_COUNT_FINELAVORI_WHERE);
-
- query.append(_FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldDettPraticaId);
-
- count = (Long)q.uniqueResult();
-
- FinderCacheUtil.putResult(finderPath, finderArgs, count);
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(finderPath, finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- return count.intValue();
- }
-
- private static final String _FINDER_COLUMN_OLDDETTPRATICAID_OLDDETTPRATICAID_2 =
- "fineLavori.oldDettPraticaId = ?";
public FineLavoriPersistenceImpl() {
setModelClass(FineLavori.class);
@@ -5603,9 +5384,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
fineLavori.getProtocollo()
}, fineLavori);
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- new Object[] { fineLavori.getOldDettPraticaId() }, fineLavori);
-
fineLavori.resetOriginalValues();
}
@@ -5706,13 +5484,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
args, Long.valueOf(1));
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, fineLavori);
-
- args = new Object[] { fineLavori.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, fineLavori);
}
else {
FineLavoriModelImpl fineLavoriModelImpl = (FineLavoriModelImpl)fineLavori;
@@ -5751,16 +5522,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args, fineLavori);
}
-
- if ((fineLavoriModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- Object[] args = new Object[] { fineLavori.getOldDettPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args, fineLavori);
- }
}
}
@@ -5819,23 +5580,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_C_G_PROTOCOLLO,
args);
}
-
- args = new Object[] { fineLavori.getOldDettPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID, args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID, args);
-
- if ((fineLavoriModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDDETTPRATICAID.getColumnBitmask()) != 0) {
- args = new Object[] {
- fineLavoriModelImpl.getOriginalOldDettPraticaId()
- };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDDETTPRATICAID,
- args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDDETTPRATICAID,
- args);
- }
}
/**
@@ -6210,7 +5954,6 @@ public class FineLavoriPersistenceImpl extends BasePersistenceImpl
fineLavoriImpl.setCausalePagamento(fineLavori.getCausalePagamento());
fineLavoriImpl.setMezzoPagamento(fineLavori.getMezzoPagamento());
fineLavoriImpl.setImportoBolli(fineLavori.getImportoBolli());
- fineLavoriImpl.setOldDettPraticaId(fineLavori.getOldDettPraticaId());
return fineLavoriImpl;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
index ad50d7ea..f80406ab 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.NoSuchHistoryWorkflowActionException;
import it.tref.liferay.portos.bo.model.HistoryWorkflowAction;
import it.tref.liferay.portos.bo.model.impl.HistoryWorkflowActionImpl;
import it.tref.liferay.portos.bo.model.impl.HistoryWorkflowActionModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IUVPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IUVPersistenceImpl.java
index a6ba54ac..6f469f0e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IUVPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IUVPersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchIUVException;
import it.tref.liferay.portos.bo.model.IUV;
import it.tref.liferay.portos.bo.model.impl.IUVImpl;
import it.tref.liferay.portos.bo.model.impl.IUVModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.IUVPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java
index 12f22a0a..b85535de 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/InfoFascicoloPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchInfoFascicoloException;
import it.tref.liferay.portos.bo.model.InfoFascicolo;
import it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl;
import it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.InfoFascicoloPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
index 307036e1..bb4019f2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
@@ -48,6 +48,7 @@ import it.tref.liferay.portos.bo.NoSuchIntPraticaException;
import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.model.impl.IntPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.IntPraticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import java.io.Serializable;
@@ -3393,226 +3394,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
private static final String _FINDER_COLUMN_C_GROUP_COMPANYID_2 = "intPratica.companyId = ? AND ";
private static final String _FINDER_COLUMN_C_GROUP_GROUPID_2 = "intPratica.groupId = ?";
- public static final FinderPath FINDER_PATH_FETCH_BY_OLDINTPRATICAID = new FinderPath(IntPraticaModelImpl.ENTITY_CACHE_ENABLED,
- IntPraticaModelImpl.FINDER_CACHE_ENABLED, IntPraticaImpl.class,
- FINDER_CLASS_NAME_ENTITY, "fetchByOldIntPraticaId",
- new String[] { Long.class.getName() },
- IntPraticaModelImpl.OLDINTPRATICAID_COLUMN_BITMASK);
- public static final FinderPath FINDER_PATH_COUNT_BY_OLDINTPRATICAID = new FinderPath(IntPraticaModelImpl.ENTITY_CACHE_ENABLED,
- IntPraticaModelImpl.FINDER_CACHE_ENABLED, Long.class,
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION,
- "countByOldIntPraticaId", new String[] { Long.class.getName() });
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchIntPraticaException} if it could not be found.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica
- * @throws it.tref.liferay.portos.bo.NoSuchIntPraticaException if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public IntPratica findByOldIntPraticaId(long oldIntPraticaId)
- throws NoSuchIntPraticaException, SystemException {
- IntPratica intPratica = fetchByOldIntPraticaId(oldIntPraticaId);
-
- if (intPratica == null) {
- StringBundler msg = new StringBundler(4);
-
- msg.append(_NO_SUCH_ENTITY_WITH_KEY);
-
- msg.append("oldIntPraticaId=");
- msg.append(oldIntPraticaId);
-
- msg.append(StringPool.CLOSE_CURLY_BRACE);
-
- if (_log.isWarnEnabled()) {
- _log.warn(msg.toString());
- }
-
- throw new NoSuchIntPraticaException(msg.toString());
- }
-
- return intPratica;
- }
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found. Uses the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public IntPratica fetchByOldIntPraticaId(long oldIntPraticaId)
- throws SystemException {
- return fetchByOldIntPraticaId(oldIntPraticaId, true);
- }
-
- /**
- * Returns the int pratica where oldIntPraticaId = ? or returns null
if it could not be found, optionally using the finder cache.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @param retrieveFromCache whether to use the finder cache
- * @return the matching int pratica, or null
if a matching int pratica could not be found
- * @throws SystemException if a system exception occurred
- */
- @Override
- public IntPratica fetchByOldIntPraticaId(long oldIntPraticaId,
- boolean retrieveFromCache) throws SystemException {
- Object[] finderArgs = new Object[] { oldIntPraticaId };
-
- Object result = null;
-
- if (retrieveFromCache) {
- result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- finderArgs, this);
- }
-
- if (result instanceof IntPratica) {
- IntPratica intPratica = (IntPratica)result;
-
- if ((oldIntPraticaId != intPratica.getOldIntPraticaId())) {
- result = null;
- }
- }
-
- if (result == null) {
- StringBundler query = new StringBundler(3);
-
- query.append(_SQL_SELECT_INTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDINTPRATICAID_OLDINTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldIntPraticaId);
-
- List list = q.list();
-
- if (list.isEmpty()) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- finderArgs, list);
- }
- else {
- if ((list.size() > 1) && _log.isWarnEnabled()) {
- _log.warn(
- "IntPraticaPersistenceImpl.fetchByOldIntPraticaId(long, boolean) with parameters (" +
- StringUtil.merge(finderArgs) +
- ") yields a result set with more than 1 result. This violates the logical unique restriction. There is no order guarantee on which result is returned by this finder.");
- }
-
- IntPratica intPratica = list.get(0);
-
- result = intPratica;
-
- cacheResult(intPratica);
-
- if ((intPratica.getOldIntPraticaId() != oldIntPraticaId)) {
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- finderArgs, intPratica);
- }
- }
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- if (result instanceof List>) {
- return null;
- }
- else {
- return (IntPratica)result;
- }
- }
-
- /**
- * Removes the int pratica where oldIntPraticaId = ? from the database.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the int pratica that was removed
- * @throws SystemException if a system exception occurred
- */
- @Override
- public IntPratica removeByOldIntPraticaId(long oldIntPraticaId)
- throws NoSuchIntPraticaException, SystemException {
- IntPratica intPratica = findByOldIntPraticaId(oldIntPraticaId);
-
- return remove(intPratica);
- }
-
- /**
- * Returns the number of int praticas where oldIntPraticaId = ?.
- *
- * @param oldIntPraticaId the old int pratica ID
- * @return the number of matching int praticas
- * @throws SystemException if a system exception occurred
- */
- @Override
- public int countByOldIntPraticaId(long oldIntPraticaId)
- throws SystemException {
- FinderPath finderPath = FINDER_PATH_COUNT_BY_OLDINTPRATICAID;
-
- Object[] finderArgs = new Object[] { oldIntPraticaId };
-
- Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
- this);
-
- if (count == null) {
- StringBundler query = new StringBundler(2);
-
- query.append(_SQL_COUNT_INTPRATICA_WHERE);
-
- query.append(_FINDER_COLUMN_OLDINTPRATICAID_OLDINTPRATICAID_2);
-
- String sql = query.toString();
-
- Session session = null;
-
- try {
- session = openSession();
-
- Query q = session.createQuery(sql);
-
- QueryPos qPos = QueryPos.getInstance(q);
-
- qPos.add(oldIntPraticaId);
-
- count = (Long)q.uniqueResult();
-
- FinderCacheUtil.putResult(finderPath, finderArgs, count);
- }
- catch (Exception e) {
- FinderCacheUtil.removeResult(finderPath, finderArgs);
-
- throw processException(e);
- }
- finally {
- closeSession(session);
- }
- }
-
- return count.intValue();
- }
-
- private static final String _FINDER_COLUMN_OLDINTPRATICAID_OLDINTPRATICAID_2 =
- "intPratica.oldIntPraticaId = ?";
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_P = new FinderPath(IntPraticaModelImpl.ENTITY_CACHE_ENABLED,
IntPraticaModelImpl.FINDER_CACHE_ENABLED, IntPraticaImpl.class,
FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByP",
@@ -4191,9 +3972,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
new Object[] { intPratica.getUuid(), intPratica.getGroupId() },
intPratica);
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- new Object[] { intPratica.getOldIntPraticaId() }, intPratica);
-
intPratica.resetOriginalValues();
}
@@ -4277,13 +4055,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
Long.valueOf(1));
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, args,
intPratica);
-
- args = new Object[] { intPratica.getOldIntPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDINTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- args, intPratica);
}
else {
IntPraticaModelImpl intPraticaModelImpl = (IntPraticaModelImpl)intPratica;
@@ -4299,16 +4070,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G, args,
intPratica);
}
-
- if ((intPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDINTPRATICAID.getColumnBitmask()) != 0) {
- Object[] args = new Object[] { intPratica.getOldIntPraticaId() };
-
- FinderCacheUtil.putResult(FINDER_PATH_COUNT_BY_OLDINTPRATICAID,
- args, Long.valueOf(1));
- FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- args, intPratica);
- }
}
}
@@ -4332,21 +4093,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_UUID_G, args);
FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_UUID_G, args);
}
-
- args = new Object[] { intPratica.getOldIntPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDINTPRATICAID, args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID, args);
-
- if ((intPraticaModelImpl.getColumnBitmask() &
- FINDER_PATH_FETCH_BY_OLDINTPRATICAID.getColumnBitmask()) != 0) {
- args = new Object[] { intPraticaModelImpl.getOriginalOldIntPraticaId() };
-
- FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_OLDINTPRATICAID,
- args);
- FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_OLDINTPRATICAID,
- args);
- }
}
/**
@@ -4663,7 +4409,6 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
intPraticaImpl.setStatusDate(intPratica.getStatusDate());
intPraticaImpl.setEsitoControllo(intPratica.getEsitoControllo());
intPraticaImpl.setDtPratica(intPratica.getDtPratica());
- intPraticaImpl.setOldIntPraticaId(intPratica.getOldIntPraticaId());
intPraticaImpl.setSospesa(intPratica.isSospesa());
intPraticaImpl.setDtSospensione(intPratica.getDtSospensione());
intPraticaImpl.setCodiceFiscaleDelegatoFineLavori(intPratica.getCodiceFiscaleDelegatoFineLavori());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
index 8dbf29df..ee3b3b9b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
@@ -46,6 +46,7 @@ import it.tref.liferay.portos.bo.NoSuchPagamentoException;
import it.tref.liferay.portos.bo.model.Pagamento;
import it.tref.liferay.portos.bo.model.impl.PagamentoImpl;
import it.tref.liferay.portos.bo.model.impl.PagamentoModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
index c6ce3907..e4133c60 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchParereGeologoException;
import it.tref.liferay.portos.bo.model.ParereGeologo;
import it.tref.liferay.portos.bo.model.impl.ParereGeologoImpl;
import it.tref.liferay.portos.bo.model.impl.ParereGeologoModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ProvinciaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ProvinciaPersistenceImpl.java
index daa33e1b..2c7a846f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ProvinciaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ProvinciaPersistenceImpl.java
@@ -43,6 +43,7 @@ import it.tref.liferay.portos.bo.NoSuchProvinciaException;
import it.tref.liferay.portos.bo.model.Provincia;
import it.tref.liferay.portos.bo.model.impl.ProvinciaImpl;
import it.tref.liferay.portos.bo.model.impl.ProvinciaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SoggettoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SoggettoPersistenceImpl.java
index 29c4a390..ef2db5f2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SoggettoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SoggettoPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchSoggettoException;
import it.tref.liferay.portos.bo.model.Soggetto;
import it.tref.liferay.portos.bo.model.impl.SoggettoImpl;
import it.tref.liferay.portos.bo.model.impl.SoggettoModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistenceImpl.java
index ec8a983f..fc566b28 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/SorteggioPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchSorteggioException;
import it.tref.liferay.portos.bo.model.Sorteggio;
import it.tref.liferay.portos.bo.model.impl.SorteggioImpl;
import it.tref.liferay.portos.bo.model.impl.SorteggioModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.SorteggioPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistenceImpl.java
index 78333501..0c095d3d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/StoricoSoggettoPraticaPersistenceImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.NoSuchStoricoSoggettoPraticaException;
import it.tref.liferay.portos.bo.model.StoricoSoggettoPratica;
import it.tref.liferay.portos.bo.model.impl.StoricoSoggettoPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.StoricoSoggettoPraticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.StoricoSoggettoPraticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistenceImpl.java
index 720078c4..252fc452 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TempisticaPersistenceImpl.java
@@ -45,6 +45,7 @@ import it.tref.liferay.portos.bo.NoSuchTempisticaException;
import it.tref.liferay.portos.bo.model.Tempistica;
import it.tref.liferay.portos.bo.model.impl.TempisticaImpl;
import it.tref.liferay.portos.bo.model.impl.TempisticaModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.TempisticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TerritorioPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TerritorioPersistenceImpl.java
index a9c7f7d5..c8e0dee9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TerritorioPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/TerritorioPersistenceImpl.java
@@ -44,6 +44,7 @@ import it.tref.liferay.portos.bo.NoSuchTerritorioException;
import it.tref.liferay.portos.bo.model.Territorio;
import it.tref.liferay.portos.bo.model.impl.TerritorioImpl;
import it.tref.liferay.portos.bo.model.impl.TerritorioModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.TerritorioPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/UtentePortosPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/UtentePortosPersistenceImpl.java
index 89f06b61..83b7ed61 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/UtentePortosPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/UtentePortosPersistenceImpl.java
@@ -43,6 +43,7 @@ import it.tref.liferay.portos.bo.NoSuchUtentePortosException;
import it.tref.liferay.portos.bo.model.UtentePortos;
import it.tref.liferay.portos.bo.model.impl.UtentePortosImpl;
import it.tref.liferay.portos.bo.model.impl.UtentePortosModelImpl;
+import it.tref.liferay.portos.bo.service.persistence.UtentePortosPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties
index 12f2c6e0..bc786f08 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties
@@ -13,8 +13,8 @@
##
build.namespace=portos_bo
- build.number=2449
- build.date=1601365956878
+ build.number=2457
+ build.date=1601477974273
build.auto.upgrade=true
##
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/tld/c.tld b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/tld/c.tld
deleted file mode 100644
index 98efa6a6..00000000
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/tld/c.tld
+++ /dev/null
@@ -1,572 +0,0 @@
-
-
-
-
- JSTL 1.2 core library
- JSTL core
- 1.2
- c
- http://java.sun.com/jsp/jstl/core
-
-
-
- Provides core validation features for JSTL tags.
-
-
- org.apache.taglibs.standard.tlv.JstlCoreTLV
-
-
-
-
-
- Catches any Throwable that occurs in its body and optionally
- exposes it.
-
- catch
- org.apache.taglibs.standard.tag.common.core.CatchTag
- JSP
-
-
-Name of the exported scoped variable for the
-exception thrown from a nested action. The type of the
-scoped variable is the type of the exception thrown.
-
- var
- false
- false
-
-
-
-
-
- Simple conditional tag that establishes a context for
- mutually exclusive conditional operations, marked by
- <when> and <otherwise>
-
- choose
- com.liferay.taglib.core.ChooseTag
- JSP
-
-
-
-
- Simple conditional tag, which evalutes its body if the
- supplied condition is true and optionally exposes a Boolean
- scripting variable representing the evaluation of this condition
-
- if
- com.liferay.taglib.core.IfTag
- JSP
-
-
-The test condition that determines whether or
-not the body content should be processed.
-
- test
- true
- true
- boolean
-
-
-
-Name of the exported scoped variable for the
-resulting value of the test condition. The type
-of the scoped variable is Boolean.
-
- var
- false
- false
-
-
-
-Scope for var.
-
- scope
- false
- false
-
-
-
-
-
- Retrieves an absolute or relative URL and exposes its contents
- to either the page, a String in 'var', or a Reader in 'varReader'.
-
- import
- org.apache.taglibs.standard.tag.rt.core.ImportTag
- org.apache.taglibs.standard.tei.ImportTEI
- JSP
-
-
-The URL of the resource to import.
-
- url
- true
- true
-
-
-
-Name of the exported scoped variable for the
-resource's content. The type of the scoped
-variable is String.
-
- var
- false
- false
-
-
-
-Scope for var.
-
- scope
- false
- false
-
-
-
-Name of the exported scoped variable for the
-resource's content. The type of the scoped
-variable is Reader.
-
- varReader
- false
- false
-
-
-
-Name of the context when accessing a relative
-URL resource that belongs to a foreign
-context.
-
- context
- false
- true
-
-
-
-Character encoding of the content at the input
-resource.
-
- charEncoding
- false
- true
-
-
-
-
-
- The basic iteration tag, accepting many different
- collection types and supporting subsetting and other
- functionality
-
- forEach
- org.apache.taglibs.standard.tag.rt.core.ForEachTag
- org.apache.taglibs.standard.tei.ForEachTEI
- JSP
-
-
-Collection of items to iterate over.
-
- items
- false
- true
- java.lang.Object
-
- java.lang.Object
-
-
-
-
-If items specified:
-Iteration begins at the item located at the
-specified index. First item of the collection has
-index 0.
-If items not specified:
-Iteration begins with index set at the value
-specified.
-
- begin
- false
- true
- int
-
-
-
-If items specified:
-Iteration ends at the item located at the
-specified index (inclusive).
-If items not specified:
-Iteration ends when index reaches the value
-specified.
-
- end
- false
- true
- int
-
-
-
-Iteration will only process every step items of
-the collection, starting with the first one.
-
- step
- false
- true
- int
-
-
-
-Name of the exported scoped variable for the
-current item of the iteration. This scoped
-variable has nested visibility. Its type depends
-on the object of the underlying collection.
-
- var
- false
- false
-
-
-
-Name of the exported scoped variable for the
-status of the iteration. Object exported is of type
-javax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested
-visibility.
-
- varStatus
- false
- false
-
-
-
-
-
- Iterates over tokens, separated by the supplied delimeters
-
- forTokens
- org.apache.taglibs.standard.tag.rt.core.ForTokensTag
- JSP
-
-
-String of tokens to iterate over.
-
- items
- true
- true
- java.lang.String
-
- java.lang.String
-
-
-
-
-The set of delimiters (the characters that
-separate the tokens in the string).
-
- delims
- true
- true
- java.lang.String
-
-
-
-Iteration begins at the token located at the
-specified index. First token has index 0.
-
- begin
- false
- true
- int
-
-
-
-Iteration ends at the token located at the
-specified index (inclusive).
-
- end
- false
- true
- int
-
-
-
-Iteration will only process every step tokens
-of the string, starting with the first one.
-
- step
- false
- true
- int
-
-
-
-Name of the exported scoped variable for the
-current item of the iteration. This scoped
-variable has nested visibility.
-
- var
- false
- false
-
-
-
-Name of the exported scoped variable for the
-status of the iteration. Object exported is of
-type
-javax.servlet.jsp.jstl.core.LoopTag
-Status. This scoped variable has nested
-visibility.
-
- varStatus
- false
- false
-
-
-
-
-
- Like <%= ... >, but for expressions.
-
- out
- org.apache.taglibs.standard.tag.rt.core.OutTag
- JSP
-
-
-Expression to be evaluated.
-
- value
- true
- true
-
-
-
-Default value if the resulting value is null.
-
- default
- false
- true
-
-
-
-Determines whether characters <,>,&,'," in the
-resulting string should be converted to their
-corresponding character entity codes. Default value is
-true.
-
- escapeXml
- false
- true
-
-
-
-
-
-
- Subtag of <choose> that follows <when> tags
- and runs only if all of the prior conditions evaluated to
- 'false'
-
- otherwise
- com.liferay.taglib.core.OtherwiseTag
- JSP
-
-
-
-
- Adds a parameter to a containing 'import' tag's URL.
-
- param
- org.apache.taglibs.standard.tag.rt.core.ParamTag
- JSP
-
-
-Name of the query string parameter.
-
- name
- true
- true
-
-
-
-Value of the parameter.
-
- value
- false
- true
-
-
-
-
-
- Redirects to a new URL.
-
- redirect
- org.apache.taglibs.standard.tag.rt.core.RedirectTag
- JSP
-
-
-The URL of the resource to redirect to.
-
- url
- false
- true
-
-
-
-Name of the context when redirecting to a relative URL
-resource that belongs to a foreign context.
-
- context
- false
- true
-
-
-
-
-
- Removes a scoped variable (from a particular scope, if specified).
-
- remove
- org.apache.taglibs.standard.tag.common.core.RemoveTag
- empty
-
-
-Name of the scoped variable to be removed.
-
- var
- true
- false
-
-
-
-Scope for var.
-
- scope
- false
- false
-
-
-
-
-
- Sets the result of an expression evaluation in a 'scope'
-
- set
- org.apache.taglibs.standard.tag.rt.core.SetTag
- JSP
-
-
-Name of the exported scoped variable to hold the value
-specified in the action. The type of the scoped variable is
-whatever type the value expression evaluates to.
-
- var
- false
- false
-
-
-
-Expression to be evaluated.
-
- value
- false
- true
-
- java.lang.Object
-
-
-
-
-Target object whose property will be set. Must evaluate to
-a JavaBeans object with setter property property, or to a
-java.util.Map object.
-
- target
- false
- true
-
-
-
-Name of the property to be set in the target object.
-
- property
- false
- true
-
-
-
-Scope for var.
-
- scope
- false
- false
-
-
-
-
-
- Creates a URL with optional query parameters.
-
- url
- org.apache.taglibs.standard.tag.rt.core.UrlTag
- JSP
-
-
-Name of the exported scoped variable for the
-processed url. The type of the scoped variable is
-String.
-
- var
- false
- false
-
-
-
-Scope for var.
-
- scope
- false
- false
-
-
-
-URL to be processed.
-
- value
- false
- true
-
-
-
-Name of the context when specifying a relative URL
-resource that belongs to a foreign context.
-
- context
- false
- true
-
-
-
-
-
- Subtag of <choose> that includes its body if its
- condition evalutes to 'true'
-
- when
- com.liferay.taglib.core.WhenTag
- JSP
-
-
-The test condition that determines whether or not the
-body content should be processed.
-
- test
- true
- true
- boolean
-
-
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp
index 05e0cb11..c064d7bd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/cronologia/view.jsp
@@ -208,23 +208,6 @@
List historyWorkflowActions = HistoryWorkflowActionLocalServiceUtil.findByIntPratica(intPraticaId, sort);
%>
-
- <%
- InfoFascicolo infoFascicolo = InfoFascicoloLocalServiceUtil.fetchByIntPratica(intPratica.getIntPraticaId());
- %>
-
-
-
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/header.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/header.jsp
index b5ba1663..a11da8ca 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/header.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/header.jsp
@@ -98,15 +98,4 @@
-
-
-
-
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_allegati.jsp b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_allegati.jsp
index c7bf1861..65b249fb 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_allegati.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/navigator/page_allegati.jsp
@@ -67,9 +67,6 @@
<%
List tipologiaAllegati = DocumentiPraticaUtil.getDocDomanda();
- if(Validator.isNotNull(intPratica.getOldIntPraticaId())){
- tipologiaAllegati.addAll(DocumentiPraticaUtil.getDocDomandaPortos1());
- }
for(String codiceDoc:tipologiaAllegati){
List docPraticas = DocPraticaLocalServiceUtil.findByIntPratica_Tipologia(dettPratica.getIntPraticaId(), codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-codec.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-codec.jar
deleted file mode 100644
index 1d7417c4..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-codec.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-collections.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-collections.jar
deleted file mode 100644
index fa5df82a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-collections.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-io.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-io.jar
deleted file mode 100644
index 00556b11..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-io.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-lang.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-lang.jar
deleted file mode 100644
index 98467d3a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-lang.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-logging.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-logging.jar
deleted file mode 100644
index 8758a96b..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/commons-logging.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-api.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-api.jar
deleted file mode 100644
index 80a5737f..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-api.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-impl.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-impl.jar
deleted file mode 100644
index e5a9342f..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/jstl-impl.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/log4j.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/log4j.jar
deleted file mode 100644
index 068867eb..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/log4j.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-bridges.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-bridges.jar
deleted file mode 100644
index 7d7435fe..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-bridges.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-java.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-java.jar
deleted file mode 100644
index 6b5d95f8..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-java.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-taglib.jar b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-taglib.jar
deleted file mode 100644
index fbba5f0a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/lib/util-taglib.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/AllegatiPraticaPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/AllegatiPraticaPortlet.java
index 2acf9624..bdb8c63d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/AllegatiPraticaPortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/AllegatiPraticaPortlet.java
@@ -61,310 +61,313 @@ import org.apache.commons.codec.digest.DigestUtils;
*/
public class AllegatiPraticaPortlet extends MVCPortlet {
- private static Log _log = LogFactoryUtil.getLog(AllegatiPraticaPortlet.class);
-
- public void deleteDoc(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
- String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
- ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
-
- // TODO rivedere assolutamente il controllo
- boolean controllo = false;
- if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")) {
- controllo = true;
- } else {
- controllo =
- DelegheUtil.hasDelegaDeleteFile(serviceContext.getUserId(), docPraticaId,
- "page_geologo".equalsIgnoreCase(comingFrom));
- }
-
- if (controllo) {
- DocPraticaServiceUtil.deleteDocPratica(docPraticaId);
- }
- }
-
- public void uploadAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- UploadPortletRequest uploadRequest = PortalUtil.getUploadPortletRequest(actionRequest);
-
- long classPk = ParamUtil.getLong(uploadRequest, "classPk");
- String className = ParamUtil.getString(uploadRequest, "className");
- long intPraticaId = ParamUtil.getLong(uploadRequest, "intPraticaId");
- try {
-
- User user = PortalUtil.getUser(actionRequest);
- ServiceContext serviceContext = ServiceContextFactory.getInstance(uploadRequest);
-
- String tipologia = ParamUtil.getString(uploadRequest, "tipologia");
-
- String sourceFileName = uploadRequest.getFileName("docFile");
-
- boolean applicaFirma = ParamUtil.getBoolean(uploadRequest, "applicaFirma");
-
- File file = uploadRequest.getFile("docFile");
-
- if (Validator.isNotNull(sourceFileName)) {
- // validazione: solo alcune estensioni
- String ext = FileUtil.getExtension(sourceFileName);
- if (!ext.equalsIgnoreCase("p7m") && !ext.equalsIgnoreCase("pdf") && !ext.equalsIgnoreCase("dwg")) {
- SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.ext.valid");
- }
- // lunghezza fissata a 200
- if (sourceFileName.length() > 200) {
- SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.length.valid");
- }
- // Manifattura Web Group, mofidica per rendere la dimensione massima degli allegati configurabile
- // da pannello di controllo. In origine era hardcoded a 20971520 byte.
- Company company = PortalUtil.getCompany(actionRequest);
- int dimensioneMassimaAllegati = (int) ((Short) company.getExpandoBridge()
- .getAttribute(Constants.COMPANY_CUSTOM_FIELD_DIMENSIONE_MASSIMA_ALLEGATI_IN_MIB, false)).shortValue();
- if (file.length() > dimensioneMassimaAllegati * 1048576) {
- SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.dimension.valid");
- }
-
- } else {
- SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.is.request");
- }
-
- if (SessionErrors.isEmpty(actionRequest)) {
-
- // Si controlla che il tipo allegato sia di quelli che prevedono un solo file
-
- if (file != null && !sourceFileName.equals("")) {
-
- byte[] bites = FileUtil.getBytes(file);
-
- boolean praticaValidata = false;
- String sha256 = DigestUtils.sha256Hex(bites);
- String version = "0";
- String descLong = sourceFileName;
- boolean aggiornato = false;
- String jsonFirmatari = "";
- FirmeBean firmeBean = new FirmeBean();
- if (applicaFirma) {
- jsonFirmatari = FirmeUtil.addFirma(firmeBean, user.getScreenName());
- } else {
- jsonFirmatari = FirmeUtil.serialize(firmeBean);
- }
-
- long intPraticaIdRimozione = 0;
- long dettPraticaIdRimozione = 0;
- Date dtDataRimozione = null;
- // TODO attenzione perche' questo controllo potrebbe non andare bene per integrazioni e
- // varianti
- boolean isUnivoco = DocumentiPraticaUtil.getDocUnivoci().contains(tipologia);
- if (isUnivoco && DocPraticaLocalServiceUtil.countByClassPk_Tipologia(classPk, tipologia) > 0) {
- SessionErrors.add(actionRequest, "error.geniocivilefe.allegato.univoco");
- }
- if (SessionErrors.isEmpty(actionRequest)) {
- DocPraticaServiceUtil.addDocPratica(user.getUserId(), className, classPk, intPraticaId, bites,
- sourceFileName, version, praticaValidata, descLong, tipologia, sha256, aggiornato, jsonFirmatari,
- intPraticaIdRimozione, dettPraticaIdRimozione, dtDataRimozione, serviceContext);
- }
-
- }
- }
- PortalUtil.copyRequestParameters(actionRequest, actionResponse);
- actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
- } catch (DuplicateFileException e) {
- SessionErrors.add(actionRequest, "error.geniocivilefe.allegato.duplicato");
- PortalUtil.copyRequestParameters(actionRequest, actionResponse);
- actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
- } catch (Exception e) {
- PortalUtil.copyRequestParameters(actionRequest, actionResponse);
- actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
- _log.error("Error", e);
- throw e;
- }
- }
-
- public void aggiungiFirma(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
- String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
- ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
-
- // TODO rivedere assolutamente il controllo
- boolean controllo = false;
- if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")
- || comingFrom.equalsIgnoreCase("edit_soggetto")) {
- controllo = true;
- } else {
- controllo =
- DelegheUtil.hasDelegaFirma(serviceContext.getUserId(), docPraticaId,
- "page_geologica".equalsIgnoreCase(comingFrom));
- }
-
- if (controllo) {
- User user = UserLocalServiceUtil.getUser(serviceContext.getUserId());
- DocPraticaLocalServiceUtil.addFirma(docPraticaId, user.getScreenName());
- }
- }
-
- public void rimuoviFirma(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
- String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
- ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
-
- // TODO rivedere assolutamente il controllo
- boolean controllo = false;
- if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")) {
- controllo = true;
- } else {
- controllo =
- DelegheUtil.hasDelegaFirma(serviceContext.getUserId(), docPraticaId,
- "page_geologica".equalsIgnoreCase(comingFrom));
- }
-
- if (controllo) {
- User user = UserLocalServiceUtil.getUser(serviceContext.getUserId());
- DocPraticaLocalServiceUtil.removeFirma(docPraticaId, user.getScreenName());
- }
-
- }
-
- public void invalidaAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- try {
- long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
- DocPratica docPratica = DocPraticaServiceUtil.getDocPratica(docPraticaId);
- long dettPraticaIdRimozione = ParamUtil.getLong(actionRequest, "classPk");
- docPratica.setDettPraticaIdRimozione(dettPraticaIdRimozione); // setto solo il
- // dettPraticaRimozione. La
- // rimozione diventa definitiva
- // al completamento della
- // variante
- DocPraticaLocalServiceUtil.updateDocPratica(docPratica);
-
- } catch (PortalException | SystemException e) {
- _log.error(e, e);
- throw e;
- }
- }
-
- public void validaAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
-
- try {
- long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
- DocPratica docPratica = DocPraticaServiceUtil.getDocPratica(docPraticaId);
- docPratica.setDettPraticaIdRimozione(0l);
- DocPraticaLocalServiceUtil.updateDocPratica(docPratica);
-
- } catch (PortalException | SystemException e) {
- _log.error(e, e);
- throw e;
- }
- }
-
-
- @Override
- public void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IOException,
- PortletException {
-
- String id = resourceRequest.getResourceID();
- try {
- if ("downloadAllDocPratica".equals(id) || "downloadAllDocPraticas".equals(id)) {
-
- long intPraticaId = ParamUtil.getLong(resourceRequest, "intPraticaId");
- long classPk = ParamUtil.getLong(resourceRequest, "classPk");
- String comingFrom = ParamUtil.getString(resourceRequest, "comingFrom");
- String type = ParamUtil.getString(resourceRequest, "type");
- List docs = new ArrayList<>();
- if (Validator.isNull(comingFrom)) {
- docs = DocPraticaLocalServiceUtil.findByClassPk(classPk);
-
- } else if ("page_in_allegati".equals(comingFrom) || "page_va_allegati".equals(comingFrom)) {
-
- List tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
-
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- tipologieAllegati.addAll(0, DocumentiPraticaUtil.getDocDomandaPortos1());
- }
- docs =
- DocPraticaLocalServiceUtil.findByIntPratica_ClassPkEqual_Tipologie(intPraticaId, classPk,
- tipologieAllegati);
- } else {
- List tipologieAllegati = new ArrayList();
- if ("page_geologica".equals(comingFrom) || "ag".equals(type)) {
- tipologieAllegati = DocumentiPraticaUtil.getDocGeologo();
- } else if ("page_allegati".equals(comingFrom) || "ad".equals(type)) {
- tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
- IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
- if (Validator.isNotNull(intPratica.getOldIntPraticaId())) {
- tipologieAllegati.addAll(0, DocumentiPraticaUtil.getDocDomandaPortos1());
- }
- } else if ("page_fine_lavori".equals(comingFrom)) {
- tipologieAllegati = DocumentiPraticaUtil.getDocFineLavori();
- } else if ("page_collaudo".equals(comingFrom)) {
- tipologieAllegati = DocumentiPraticaUtil.getDocCollaudo();
- }
- docs =
- DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologie(intPraticaId, classPk, tipologieAllegati);
- }
-
- ZipWriter zipWriter = ZipWriterFactoryUtil.getZipWriter();
-
- for (DocPratica doc : docs) {
-
- InputStream inputStream = null;
- try {
- if (Validator.isNull(doc.getDlFileEntryId())) {
- continue;
- }
- FileEntry fileEntry = DLAppLocalServiceUtil.getFileEntry(doc.getDlFileEntryId());
- inputStream =
- DLFileEntryLocalServiceUtil.getFileAsStream(fileEntry.getFileEntryId(), fileEntry.getVersion(), false);
-
- // String name = fileEntry.getTitle() + StringPool.PERIOD + fileEntry.getExtension();
- String name = fileEntry.getTitle();
- zipWriter.addEntry(name, inputStream);
- } finally {
- if (inputStream != null) {
- StreamUtil.cleanUp(inputStream);
- }
- }
- }
-
- resourceResponse.reset();
-
- File file = zipWriter.getFile();
- byte[] data = Files.readAllBytes(file.toPath());
-
- resourceResponse.setContentType(ContentTypes.APPLICATION_ZIP);
- resourceResponse.addProperty(HttpHeaders.CACHE_CONTROL, "max-age=3600, must-revalidate");
- resourceResponse
- .addProperty(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=\"" + file.getName() + "\"");
- resourceResponse.setContentLength(data.length);
-
- resourceResponse.getPortletOutputStream().write(data);
- resourceResponse.getPortletOutputStream().flush();
- resourceResponse.getPortletOutputStream().close();
-
- } else if ("importFile".equals(id)) {
-
- long classPk = ParamUtil.getLong(resourceRequest, "classPk");
- String className = ParamUtil.getString(resourceRequest, "className");
-
- FilesImporter.importaFile(classPk, className);
-
- PortletResponseUtil
- .write(
- resourceResponse,
- "Completato
Refresh");
-
- } else {
- super.serveResource(resourceRequest, resourceResponse);
- }
- } catch (Exception e) {
- _log.error(e, e);
- throw new IOException(e);
- }
-
- }
-
+ private static Log _log = LogFactoryUtil.getLog(AllegatiPraticaPortlet.class);
+
+ public void deleteDoc(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
+ String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
+ ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
+
+ // TODO rivedere assolutamente il controllo
+ boolean controllo = false;
+ if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")) {
+ controllo = true;
+ } else {
+ controllo = DelegheUtil.hasDelegaDeleteFile(serviceContext.getUserId(), docPraticaId,
+ "page_geologo".equalsIgnoreCase(comingFrom));
+ }
+
+ if (controllo) {
+ DocPraticaServiceUtil.deleteDocPratica(docPraticaId);
+ }
+ }
+
+ public void uploadAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ UploadPortletRequest uploadRequest = PortalUtil.getUploadPortletRequest(actionRequest);
+
+ long classPk = ParamUtil.getLong(uploadRequest, "classPk");
+ String className = ParamUtil.getString(uploadRequest, "className");
+ long intPraticaId = ParamUtil.getLong(uploadRequest, "intPraticaId");
+ try {
+
+ User user = PortalUtil.getUser(actionRequest);
+ ServiceContext serviceContext = ServiceContextFactory.getInstance(uploadRequest);
+
+ String tipologia = ParamUtil.getString(uploadRequest, "tipologia");
+
+ String sourceFileName = uploadRequest.getFileName("docFile");
+
+ boolean applicaFirma = ParamUtil.getBoolean(uploadRequest, "applicaFirma");
+
+ File file = uploadRequest.getFile("docFile");
+
+ if (Validator.isNotNull(sourceFileName)) {
+ // validazione: solo alcune estensioni
+ String ext = FileUtil.getExtension(sourceFileName);
+ if (!ext.equalsIgnoreCase("p7m") && !ext.equalsIgnoreCase("pdf")
+ && !ext.equalsIgnoreCase("dwg")) {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.ext.valid");
+ }
+ // lunghezza fissata a 200
+ if (sourceFileName.length() > 200) {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.length.valid");
+ }
+ // Manifattura Web Group, mofidica per rendere la dimensione
+ // massima degli allegati configurabile
+ // da pannello di controllo. In origine era hardcoded a 20971520
+ // byte.
+ Company company = PortalUtil.getCompany(actionRequest);
+ int dimensioneMassimaAllegati = (int) ((Short) company.getExpandoBridge().getAttribute(
+ Constants.COMPANY_CUSTOM_FIELD_DIMENSIONE_MASSIMA_ALLEGATI_IN_MIB, false))
+ .shortValue();
+ if (file.length() > dimensioneMassimaAllegati * 1048576) {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.dimension.valid");
+ }
+
+ } else {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.pratica.allegato.is.request");
+ }
+
+ if (SessionErrors.isEmpty(actionRequest)) {
+
+ // Si controlla che il tipo allegato sia di quelli che prevedono
+ // un solo file
+
+ if (file != null && !sourceFileName.equals("")) {
+
+ byte[] bites = FileUtil.getBytes(file);
+
+ boolean praticaValidata = false;
+ String sha256 = DigestUtils.sha256Hex(bites);
+ String version = "0";
+ String descLong = sourceFileName;
+ boolean aggiornato = false;
+ String jsonFirmatari = "";
+ FirmeBean firmeBean = new FirmeBean();
+ if (applicaFirma) {
+ jsonFirmatari = FirmeUtil.addFirma(firmeBean, user.getScreenName());
+ } else {
+ jsonFirmatari = FirmeUtil.serialize(firmeBean);
+ }
+
+ long intPraticaIdRimozione = 0;
+ long dettPraticaIdRimozione = 0;
+ Date dtDataRimozione = null;
+ // TODO attenzione perche' questo controllo potrebbe non
+ // andare bene per integrazioni e
+ // varianti
+ boolean isUnivoco = DocumentiPraticaUtil.getDocUnivoci().contains(tipologia);
+ if (isUnivoco
+ && DocPraticaLocalServiceUtil.countByClassPk_Tipologia(classPk, tipologia) > 0) {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.allegato.univoco");
+ }
+ if (SessionErrors.isEmpty(actionRequest)) {
+ DocPraticaServiceUtil.addDocPratica(user.getUserId(), className, classPk,
+ intPraticaId, bites, sourceFileName, version, praticaValidata, descLong,
+ tipologia, sha256, aggiornato, jsonFirmatari, intPraticaIdRimozione,
+ dettPraticaIdRimozione, dtDataRimozione, serviceContext);
+ }
+
+ }
+ }
+ PortalUtil.copyRequestParameters(actionRequest, actionResponse);
+ actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
+ } catch (DuplicateFileException e) {
+ SessionErrors.add(actionRequest, "error.geniocivilefe.allegato.duplicato");
+ PortalUtil.copyRequestParameters(actionRequest, actionResponse);
+ actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
+ } catch (Exception e) {
+ PortalUtil.copyRequestParameters(actionRequest, actionResponse);
+ actionResponse.setRenderParameter("mvcPath", "/html/allegatipratica/edit_allegato.jsp");
+ _log.error("Error", e);
+ throw e;
+ }
+ }
+
+ public void aggiungiFirma(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
+ String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
+ ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
+
+ // TODO rivedere assolutamente il controllo
+ boolean controllo = false;
+ if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")
+ || comingFrom.equalsIgnoreCase("edit_soggetto")) {
+ controllo = true;
+ } else {
+ controllo = DelegheUtil.hasDelegaFirma(serviceContext.getUserId(), docPraticaId,
+ "page_geologica".equalsIgnoreCase(comingFrom));
+ }
+
+ if (controllo) {
+ User user = UserLocalServiceUtil.getUser(serviceContext.getUserId());
+ DocPraticaLocalServiceUtil.addFirma(docPraticaId, user.getScreenName());
+ }
+ }
+
+ public void rimuoviFirma(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
+ String comingFrom = ParamUtil.getString(actionRequest, "comingFrom");
+ ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
+
+ // TODO rivedere assolutamente il controllo
+ boolean controllo = false;
+ if (comingFrom.equalsIgnoreCase("page_fine_lavori") || comingFrom.equalsIgnoreCase("page_collaudo")) {
+ controllo = true;
+ } else {
+ controllo = DelegheUtil.hasDelegaFirma(serviceContext.getUserId(), docPraticaId,
+ "page_geologica".equalsIgnoreCase(comingFrom));
+ }
+
+ if (controllo) {
+ User user = UserLocalServiceUtil.getUser(serviceContext.getUserId());
+ DocPraticaLocalServiceUtil.removeFirma(docPraticaId, user.getScreenName());
+ }
+
+ }
+
+ public void invalidaAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ try {
+ long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
+ DocPratica docPratica = DocPraticaServiceUtil.getDocPratica(docPraticaId);
+ long dettPraticaIdRimozione = ParamUtil.getLong(actionRequest, "classPk");
+ docPratica.setDettPraticaIdRimozione(dettPraticaIdRimozione); // setto
+ // solo
+ // il
+ // dettPraticaRimozione.
+ // La
+ // rimozione
+ // diventa
+ // definitiva
+ // al
+ // completamento
+ // della
+ // variante
+ DocPraticaLocalServiceUtil.updateDocPratica(docPratica);
+
+ } catch (PortalException | SystemException e) {
+ _log.error(e, e);
+ throw e;
+ }
+ }
+
+ public void validaAllegato(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {
+
+ try {
+ long docPraticaId = ParamUtil.getLong(actionRequest, "docPraticaId");
+ DocPratica docPratica = DocPraticaServiceUtil.getDocPratica(docPraticaId);
+ docPratica.setDettPraticaIdRimozione(0l);
+ DocPraticaLocalServiceUtil.updateDocPratica(docPratica);
+
+ } catch (PortalException | SystemException e) {
+ _log.error(e, e);
+ throw e;
+ }
+ }
+
+ @Override
+ public void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse)
+ throws IOException, PortletException {
+
+ String id = resourceRequest.getResourceID();
+ try {
+ if ("downloadAllDocPratica".equals(id) || "downloadAllDocPraticas".equals(id)) {
+
+ long intPraticaId = ParamUtil.getLong(resourceRequest, "intPraticaId");
+ long classPk = ParamUtil.getLong(resourceRequest, "classPk");
+ String comingFrom = ParamUtil.getString(resourceRequest, "comingFrom");
+ String type = ParamUtil.getString(resourceRequest, "type");
+ List docs = new ArrayList<>();
+ if (Validator.isNull(comingFrom)) {
+ docs = DocPraticaLocalServiceUtil.findByClassPk(classPk);
+
+ } else if ("page_in_allegati".equals(comingFrom) || "page_va_allegati".equals(comingFrom)) {
+
+ List tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
+
+ docs = DocPraticaLocalServiceUtil.findByIntPratica_ClassPkEqual_Tipologie(intPraticaId,
+ classPk, tipologieAllegati);
+ } else {
+ List tipologieAllegati = new ArrayList();
+ if ("page_geologica".equals(comingFrom) || "ag".equals(type)) {
+ tipologieAllegati = DocumentiPraticaUtil.getDocGeologo();
+ } else if ("page_allegati".equals(comingFrom) || "ad".equals(type)) {
+ tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
+ } else if ("page_fine_lavori".equals(comingFrom)) {
+ tipologieAllegati = DocumentiPraticaUtil.getDocFineLavori();
+ } else if ("page_collaudo".equals(comingFrom)) {
+ tipologieAllegati = DocumentiPraticaUtil.getDocCollaudo();
+ }
+ docs = DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologie(intPraticaId,
+ classPk, tipologieAllegati);
+ }
+
+ ZipWriter zipWriter = ZipWriterFactoryUtil.getZipWriter();
+
+ for (DocPratica doc : docs) {
+
+ InputStream inputStream = null;
+ try {
+ if (Validator.isNull(doc.getDlFileEntryId())) {
+ continue;
+ }
+ FileEntry fileEntry = DLAppLocalServiceUtil.getFileEntry(doc.getDlFileEntryId());
+ inputStream = DLFileEntryLocalServiceUtil.getFileAsStream(fileEntry.getFileEntryId(),
+ fileEntry.getVersion(), false);
+
+ // String name = fileEntry.getTitle() +
+ // StringPool.PERIOD + fileEntry.getExtension();
+ String name = fileEntry.getTitle();
+ zipWriter.addEntry(name, inputStream);
+ } finally {
+ if (inputStream != null) {
+ StreamUtil.cleanUp(inputStream);
+ }
+ }
+ }
+
+ resourceResponse.reset();
+
+ File file = zipWriter.getFile();
+ byte[] data = Files.readAllBytes(file.toPath());
+
+ resourceResponse.setContentType(ContentTypes.APPLICATION_ZIP);
+ resourceResponse.addProperty(HttpHeaders.CACHE_CONTROL, "max-age=3600, must-revalidate");
+ resourceResponse.addProperty(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=\""
+ + file.getName() + "\"");
+ resourceResponse.setContentLength(data.length);
+
+ resourceResponse.getPortletOutputStream().write(data);
+ resourceResponse.getPortletOutputStream().flush();
+ resourceResponse.getPortletOutputStream().close();
+
+ } else if ("importFile".equals(id)) {
+
+ long classPk = ParamUtil.getLong(resourceRequest, "classPk");
+ String className = ParamUtil.getString(resourceRequest, "className");
+
+ FilesImporter.importaFile(classPk, className);
+
+ PortletResponseUtil
+ .write(resourceResponse,
+ "Completato
Refresh");
+
+ } else {
+ super.serveResource(resourceRequest, resourceResponse);
+ }
+ } catch (Exception e) {
+ _log.error(e, e);
+ throw new IOException(e);
+ }
+
+ }
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java
index 279977ff..8832b4f2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/fe/portlet/FascicoloFePortlet.java
@@ -126,12 +126,10 @@ public class FascicoloFePortlet extends MVCPortlet {
private static Log _log = LogFactoryUtil.getLog(FascicoloFePortlet.class);
@Override
- public void serveResource(ResourceRequest resourceRequest,
- ResourceResponse resourceResponse) throws IOException,
- PortletException {
+ public void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse)
+ throws IOException, PortletException {
- ThemeDisplay themeDisplay = (ThemeDisplay) resourceRequest
- .getAttribute(WebKeys.THEME_DISPLAY);
+ ThemeDisplay themeDisplay = (ThemeDisplay) resourceRequest.getAttribute(WebKeys.THEME_DISPLAY);
String id = resourceRequest.getResourceID();
ServiceContext serviceContext;
@@ -140,34 +138,27 @@ public class FascicoloFePortlet extends MVCPortlet {
if ("province".equals(id)) {
JSONArray jsonArray = JSONFactoryUtil.createJSONArray();
- List province = TerritorioLocalServiceUtil
- .getActiveProvince();
+ List province = TerritorioLocalServiceUtil.getActiveProvince();
for (String codiceProvincia : province) {
JSONObject jsonObject = JSONFactoryUtil.createJSONObject();
- Provincia provincia = ProvinciaLocalServiceUtil.fetchByC_C(
- serviceContext.getCompanyId(), codiceProvincia);
- jsonObject.put("provinciaId",
- provincia.getCodiceProvincia());
- jsonObject.put("descLong", provincia.getSigla() + "- "
- + provincia.getProvincia());
+ Provincia provincia = ProvinciaLocalServiceUtil.fetchByC_C(serviceContext.getCompanyId(),
+ codiceProvincia);
+ jsonObject.put("provinciaId", provincia.getCodiceProvincia());
+ jsonObject.put("descLong", provincia.getSigla() + "- " + provincia.getProvincia());
jsonArray.put(jsonObject);
}
writeJSON(resourceRequest, resourceResponse, jsonArray);
} else if ("comuni".equals(id)) {
- String provinciaId = ParamUtil.getString(resourceRequest,
- "provinciaId");
+ String provinciaId = ParamUtil.getString(resourceRequest, "provinciaId");
JSONArray jsonArray = JSONFactoryUtil.createJSONArray();
- if (Validator.isNotNull(provinciaId)
- && !provinciaId.equals("0")) {
+ if (Validator.isNotNull(provinciaId) && !provinciaId.equals("0")) {
List comuni = TerritorioLocalServiceUtil
.getActiveComuniByCodiceProvincia(provinciaId);
for (long comuneId : comuni) {
- JSONObject jsonObject = JSONFactoryUtil
- .createJSONObject();
- Comune comune = ComuneLocalServiceUtil
- .getComune(comuneId);
+ JSONObject jsonObject = JSONFactoryUtil.createJSONObject();
+ Comune comune = ComuneLocalServiceUtil.getComune(comuneId);
jsonObject.put("comuneId", comune.getComuneId());
jsonObject.put("descLong", comune.getDenominazione());
@@ -176,8 +167,7 @@ public class FascicoloFePortlet extends MVCPortlet {
}
writeJSON(resourceRequest, resourceResponse, jsonArray);
} else if ("zoneFasce".equals(id)) {
- long comuneId = ParamUtil.getLong(resourceRequest, "comuneId",
- 0l);
+ long comuneId = ParamUtil.getLong(resourceRequest, "comuneId", 0l);
JSONArray jsonArray = JSONFactoryUtil.createJSONArray();
if (Validator.isNotNull(comuneId)) {
@@ -185,22 +175,17 @@ public class FascicoloFePortlet extends MVCPortlet {
List territori = TerritorioLocalServiceUtil
.getActiveTerritoriByComune(comuneId);
for (Territorio territorio : territori) {
- JSONObject jsonObject = JSONFactoryUtil
- .createJSONObject();
+ JSONObject jsonObject = JSONFactoryUtil.createJSONObject();
- if ((territorio.getZona()
- .equalsIgnoreCase(Constants.ZONA_1))
- || (territorio.getZona()
- .equalsIgnoreCase(Constants.ZONA_2))
+ if ((territorio.getZona().equalsIgnoreCase(Constants.ZONA_1))
+ || (territorio.getZona().equalsIgnoreCase(Constants.ZONA_2))
|| territorio.getArticolo61())
jsonObject.put("procedura", Constants.PROCEDURA_B1);
else
jsonObject.put("procedura", Constants.PROCEDURA_B);
- jsonObject.put("territorioId",
- territorio.getTerritorioId());
- jsonObject.put("descLong",
- territorio.getZonaFasciaDesc());
+ jsonObject.put("territorioId", territorio.getTerritorioId());
+ jsonObject.put("descLong", territorio.getZonaFasciaDesc());
jsonArray.put(jsonObject);
@@ -209,31 +194,24 @@ public class FascicoloFePortlet extends MVCPortlet {
}
writeJSON(resourceRequest, resourceResponse, jsonArray);
} else if ("soggettiDelega".equals(id)) {
- long intPraticaId = ParamUtil.getLong(resourceRequest,
- "intPraticaId", 0l);
- IntPratica intPratica = IntPraticaLocalServiceUtil
- .fetchIntPratica(intPraticaId);
+ long intPraticaId = ParamUtil.getLong(resourceRequest, "intPraticaId", 0l);
+ IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
JSONArray jsonArray = JSONFactoryUtil.createJSONArray();
if (Validator.isNotNull(intPratica)) {
// List soggetti =
// SoggettoLocalServiceUtil.findByIntPratica(intPraticaId);
- List soggetti = SoggettoLocalServiceUtil
- .getValidTmpByIntPratica(intPraticaId);
- String cfTitolare = UserLocalServiceUtil.getUserById(
- intPratica.getUserId()).getScreenName();
+ List