Salvatore La Manna
4 anni fa
273 ha cambiato i file con 5895 aggiunte e 41251 eliminazioni
File binario non mostrato.
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE project> |
|
||||||
|
|
||||||
<project name="PortoTestPlugin-portlet" basedir="." default="deploy"> |
|
||||||
<import file="../build-common-portlet.xml" /> |
|
||||||
</project> |
|
@ -1,3 +0,0 @@ |
|||||||
Manifest-Version: 1.0 |
|
||||||
Class-Path: |
|
||||||
|
|
@ -1,9 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 6.2.0//EN" "http://www.liferay.com/dtd/liferay-display_6_2_0.dtd"> |
|
||||||
|
|
||||||
<display> |
|
||||||
|
|
||||||
<category name="category.sample"> |
|
||||||
<portlet id="test-portos"></portlet> |
|
||||||
</category> |
|
||||||
</display> |
|
@ -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 |
|
@ -1,31 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd"> |
|
||||||
|
|
||||||
<liferay-portlet-app> |
|
||||||
|
|
||||||
<portlet> |
|
||||||
<portlet-name>test-portos</portlet-name> |
|
||||||
<icon>/icon.png</icon> |
|
||||||
<header-portlet-css>/css/main.css</header-portlet-css> |
|
||||||
<footer-portlet-javascript> |
|
||||||
/js/main.js |
|
||||||
</footer-portlet-javascript> |
|
||||||
<css-class-wrapper>test-portos-portlet</css-class-wrapper> |
|
||||||
</portlet> |
|
||||||
<role-mapper> |
|
||||||
<role-name>administrator</role-name> |
|
||||||
<role-link>Administrator</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>guest</role-name> |
|
||||||
<role-link>Guest</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>power-user</role-name> |
|
||||||
<role-link>Power User</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>user</role-name> |
|
||||||
<role-link>User</role-link> |
|
||||||
</role-mapper> |
|
||||||
</liferay-portlet-app> |
|
@ -1,38 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0"> |
|
||||||
|
|
||||||
<portlet> |
|
||||||
<portlet-name>test-portos</portlet-name> |
|
||||||
<display-name>Test Portos</display-name> |
|
||||||
<portlet-class> |
|
||||||
it.tref.liferay.portos.plugin.TestPortosPortlet |
|
||||||
</portlet-class> |
|
||||||
<init-param> |
|
||||||
<name>view-template</name> |
|
||||||
<value>/html/testportos/view.jsp</value> |
|
||||||
</init-param> |
|
||||||
<expiration-cache>0</expiration-cache> |
|
||||||
<supports> |
|
||||||
<mime-type>text/html</mime-type> |
|
||||||
<portlet-mode>view</portlet-mode> |
|
||||||
</supports> |
|
||||||
<portlet-info> |
|
||||||
<title>Test Portos</title> |
|
||||||
<short-title>Test Portos</short-title> |
|
||||||
<keywords></keywords> |
|
||||||
</portlet-info> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>administrator</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>guest</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>power-user</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>user</role-name> |
|
||||||
</security-role-ref> |
|
||||||
</portlet> |
|
||||||
</portlet-app> |
|
@ -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<ControlloPratica> 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<DettPratica> 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")); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
File diff soppresso perché troppo grande
Load Diff
@ -1,538 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-portlet</short-name> |
|
||||||
<uri>http://liferay.com/tld/portlet</uri> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:actionURL is similar to portlet:actionURL except it has the |
|
||||||
additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>actionURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ActionURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ActionURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>allowEmptyParam</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-back</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconBackTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-close</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconCloseTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-configuration</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconConfigurationTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit-defaults</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditDefaultsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit-guest</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditGuestTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-export-import</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconExportImportTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-help</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconHelpTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-maximize</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconMaximizeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-minimize</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconMinimizeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-options</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconOptionsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-portlet</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPortletTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>ariaRole</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>label</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portlet</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-portlet-css</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPortletCssTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-print</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPrintTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-refresh</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconRefreshTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>preview</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.PreviewTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>queryString</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>showBorders</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>width</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:renderURL is similar to portlet:renderURL except it has the |
|
||||||
additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>renderURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.RenderURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>allowEmptyParam</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>renderURLParams</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLParamsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:resourceURL is similar to portlet:resourceURL except it has |
|
||||||
the additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>resourceURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ResourceURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ResourceURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>runtime</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.RuntimeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>defaultPreferences</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>queryString</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,158 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>portlet</short-name> |
|
||||||
<uri>http://java.sun.com/portlet</uri> |
|
||||||
<tag> |
|
||||||
<name>actionURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ActionURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ActionURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>defineObjects</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.DefineObjectsTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.DefineObjectsTei</tei-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>namespace</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.NamespaceTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>property</name> |
|
||||||
<tag-class>com.liferay.taglib.util.PropertyTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>renderURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.RenderURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>resourceURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ResourceURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ResourceURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>cacheability</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,106 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-security</short-name> |
|
||||||
<uri>http://liferay.com/tld/security</uri> |
|
||||||
<tag> |
|
||||||
<name>doAsURL</name> |
|
||||||
<tag-class>com.liferay.taglib.security.DoAsURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.security.DoAsURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>encrypt</name> |
|
||||||
<tag-class>com.liferay.taglib.security.EncryptTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>className</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>protocol</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>style</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>target</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>unencryptedParams</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>permissionsURL</name> |
|
||||||
<tag-class>com.liferay.taglib.security.PermissionsURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.security.PermissionsURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>modelResource</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>modelResourceDescription</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>redirect</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>resourceGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>resourcePrimKey</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>roleTypes</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,65 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>theme</short-name> |
|
||||||
<uri>http://liferay.com/tld/theme</uri> |
|
||||||
<tag> |
|
||||||
<name>defineObjects</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.DefineObjectsTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.theme.DefineObjectsTei</tei-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>include</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.IncludeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>layout-icon</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.LayoutIconTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>layout</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>meta-tags</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.MetaTagsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>wrap-portlet</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.WrapPortletTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
File diff soppresso perché troppo grande
Load Diff
@ -1,141 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.2</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-util</short-name> |
|
||||||
<uri>http://liferay.com/tld/util</uri> |
|
||||||
<tag> |
|
||||||
<name>body-bottom</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BodyBottomTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>body-top</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BodyTopTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>buffer</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BufferTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.util.BufferTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>get-url</name> |
|
||||||
<tag-class>com.liferay.taglib.util.GetUrlTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.util.GetUrlTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>expires</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>html-bottom</name> |
|
||||||
<tag-class>com.liferay.taglib.util.HtmlBottomTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>position</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>html-top</name> |
|
||||||
<tag-class>com.liferay.taglib.util.HtmlTopTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>position</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>include</name> |
|
||||||
<tag-class>com.liferay.taglib.util.IncludeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>servletContext</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>strict</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>useCustomPage</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>whitespace-remover</name> |
|
||||||
<tag-class>com.liferay.taglib.util.WhitespaceRemoverTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,3 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<web-app id="WebApp_ID" version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> |
|
||||||
</web-app> |
|
@ -1,12 +0,0 @@ |
|||||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
||||||
<%@ 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" %> |
|
||||||
|
|
||||||
|
|
||||||
<liferay-theme:defineObjects /> |
|
||||||
<portlet:defineObjects /> |
|
@ -1,62 +0,0 @@ |
|||||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
||||||
<%@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() +"_"; |
|
||||||
%> |
|
||||||
|
|
||||||
<liferay-portlet:actionURL name="testActionUrl" var="testActionUrlURL"> |
|
||||||
<portlet:param name="pagamentoId" value='<%=pagamentoId + "" %>'/> |
|
||||||
</liferay-portlet:actionURL> |
|
||||||
|
|
||||||
|
|
||||||
<aui:form action="<%=testActionUrlURL %>" method="POST"> |
|
||||||
<div class="container-fluid"> |
|
||||||
<div class="row"> |
|
||||||
<div class="col-sm-12 col-md-12"> |
|
||||||
<span style="font-weight: bold;font-size:18px;">Si è sicuri di voler rigenerare il pagamento? Questa azione sarà irreversibile!</span> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<div class="row" style="margin-top:20px;"> |
|
||||||
<div class="col-sm-6 col-md-6" style="width:50%;float: left;"> |
|
||||||
<aui:button |
|
||||||
name="submitFormRigeneraPagamento" |
|
||||||
type="submit" cssClass="btn btn-info" value="Chiudi" |
|
||||||
style=" font-size:12px;" |
|
||||||
onClick='<%=renderResponse.getNamespace()+"closePopup()"%>' |
|
||||||
/> |
|
||||||
</div> |
|
||||||
<div class="col-sm-6 col-md-6" style="width:50%;float: left;"> |
|
||||||
<aui:button name="submitFormRigeneraPagamento" |
|
||||||
type="submit" cssClass="btn btn-danger" value="Rigenera Pagamento" |
|
||||||
style=" font-size:12px;" |
|
||||||
onClick='<%=renderResponse.getNamespace()+"closePopup()"%>' |
|
||||||
/> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> |
|
||||||
|
|
||||||
</aui:form> |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aui:script use="aui-base"> |
|
||||||
Liferay.provide( |
|
||||||
window, |
|
||||||
'<portlet:namespace/>closePopup', |
|
||||||
function() { |
|
||||||
|
|
||||||
Liferay.Util.getOpener().refreshPortlet(); |
|
||||||
Liferay.Util.getOpener().closePopup('<%= dialogId %>'); |
|
||||||
|
|
||||||
}, |
|
||||||
['aui-base','liferay-util-window'] |
|
||||||
); |
|
||||||
</aui:script> |
|
@ -1,115 +0,0 @@ |
|||||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
||||||
<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%> |
|
||||||
<%@include file="init.jsp"%> |
|
||||||
|
|
||||||
<hr style="margin:20px;" /> |
|
||||||
|
|
||||||
<liferay-portlet:actionURL name="reIndexFasciolo" var="reIndexFascioloURL" /> |
|
||||||
<div class="row-fluid" style="margin-top:20px;"> |
|
||||||
<div class="span12"> |
|
||||||
<div style="font-weight: bold; font-size:18px; margin-bottom: 10px;">Form per reindicizzare un fascicolo</div> |
|
||||||
<aui:form action="<%=reIndexFascioloURL %>" method="post" name="fm1"> |
|
||||||
<div> |
|
||||||
<aui:input name="intPraticaId" label="IntPraticaId" > |
|
||||||
<aui:validator name="number"/> |
|
||||||
</aui:input> |
|
||||||
<aui:button type="submit" value="Reindicizza Fascicolo" /> |
|
||||||
</div> |
|
||||||
</aui:form> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<hr style="margin:20px;" /> |
|
||||||
|
|
||||||
<liferay-portlet:actionURL name="updateCollaudoStatico" var="updateCollaudoStaticoURL" /> |
|
||||||
<div class="row-fluid" style="margin-top:20px;"> |
|
||||||
<div class="span12"> |
|
||||||
<div style="font-weight: bold; font-size:18px; margin-bottom: 10px;">Corregge le DettPratica: Va premuto solo una volta!!!!</div> |
|
||||||
<aui:form action="<%=updateCollaudoStaticoURL %>" method="post" name="fm1"> |
|
||||||
<div> |
|
||||||
|
|
||||||
<aui:button type="submit" value="RIPARA DettPratica" /> |
|
||||||
</div> |
|
||||||
</aui:form> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
|
|
||||||
<portlet:actionURL name="testActionUrl" var="testActionUrlURL"> |
|
||||||
<portlet:param name="testParam" value="testParamValue" /> |
|
||||||
</portlet:actionURL> |
|
||||||
|
|
||||||
|
|
||||||
<portlet:renderURL var="popupURL" windowState="<%= LiferayWindowState.POP_UP.toString() %>" > |
|
||||||
<portlet:param name="mvcPath" value="/html/testportos/rigenera_pagamento.jsp"/> |
|
||||||
<portlet:param name="pagamentoId" value="12200" /> |
|
||||||
</portlet:renderURL> |
|
||||||
|
|
||||||
<aui:button useDialog="true" id='rigeneraPagamento_a' icon="fa fa-plus" href="<%=popupURL%>" cssClass="btn btn-primary btn-action"/> |
|
||||||
|
|
||||||
|
|
||||||
<a href="#" id="<portlet:namespace/>showPopup"> |
|
||||||
<span class="edit-mode-addportlet"> </span> |
|
||||||
<liferay-ui:message key='add-content-element' /> |
|
||||||
</a> |
|
||||||
|
|
||||||
<script type="text/javascript"> |
|
||||||
|
|
||||||
AUI().ready('aui-node', function(A) { |
|
||||||
A.one('#<portlet:namespace/>showPopup').on('click', function(e) { |
|
||||||
Liferay.Util.openWindow( |
|
||||||
{ |
|
||||||
dialog: { |
|
||||||
modal: true, |
|
||||||
cache: false, |
|
||||||
centered: true, |
|
||||||
resizable: false, |
|
||||||
destroyOnClose: true, |
|
||||||
width: 500, |
|
||||||
height: 250 |
|
||||||
}, |
|
||||||
id: 'testPopupIdUnique', |
|
||||||
title: 'Rigenera Pagamento', |
|
||||||
uri: '<%=popupURL%>' |
|
||||||
} |
|
||||||
); |
|
||||||
|
|
||||||
}); |
|
||||||
|
|
||||||
Liferay.provide(window,'closePopup', |
|
||||||
function(popupIdToClose) { |
|
||||||
var dialog = Liferay.Util.getWindow(popupIdToClose); |
|
||||||
dialog.destroy(); // You can try toggle/hide whatever You want |
|
||||||
}, |
|
||||||
['aui-base','aui-dialog','aui-dialog-iframe'] |
|
||||||
); |
|
||||||
}); |
|
||||||
|
|
||||||
</script> |
|
||||||
|
|
||||||
<aui:script> |
|
||||||
Liferay.provide(window, 'refreshPortlet', function() { |
|
||||||
var curPortlet = '#p_p_id<portlet:namespace/>'; |
|
||||||
Liferay.Portlet.refresh(curPortlet); |
|
||||||
}, |
|
||||||
['aui-dialog','aui-dialog-iframe'] |
|
||||||
); |
|
||||||
</aui:script> |
|
||||||
|
|
||||||
<aui:script> |
|
||||||
Liferay.provide(window, 'closePopup', function(dialogId) { |
|
||||||
var A = AUI(); |
|
||||||
var dialog = Liferay.Util.Window.getById(dialogId); |
|
||||||
dialog.destroy(); |
|
||||||
}, |
|
||||||
['liferay-util-window'] |
|
||||||
); |
|
||||||
</aui:script> |
|
||||||
|
|
||||||
|
|
||||||
<div title="Rigenera Pagamento" class="tooltip-info"> |
|
||||||
<liferay-ui:icon id='<%="rigeneraPagamento_"%>' linkCssClass="btn btn-danger" iconCssClass="fa fa-trash" message="Rigenera Pagamento" url="javascript:void(0)"/> |
|
||||||
</div> |
|
||||||
|
|
||||||
<liferay-ui:icon-delete message="return" url="<%= testActionUrlURL %>"/> |
|
||||||
|
|
Prima Larghezza: | Altezza: | Dimensione: 467 B |
@ -1,18 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<ivy-module |
|
||||||
version="2.0" |
|
||||||
xmlns:m2="http://ant.apache.org/ivy/maven" |
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
||||||
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" |
|
||||||
> |
|
||||||
<info module="PortoTestPlugin-portlet" organisation="com.liferay"> |
|
||||||
<extends extendType="configurations,description,info" location="../../ivy.xml" module="com.liferay.sdk" organisation="com.liferay" revision="latest.integration" /> |
|
||||||
</info> |
|
||||||
|
|
||||||
<dependencies defaultconf="default"> |
|
||||||
<dependency conf="test->default" name="arquillian-junit-container" org="org.jboss.arquillian.junit" rev="1.1.6.Final" /> |
|
||||||
<dependency conf="test->default" name="arquillian-tomcat-remote-7" org="org.jboss.arquillian.container" rev="1.0.0.CR6" /> |
|
||||||
<dependency conf="test->default" name="com.liferay.ant.arquillian" org="com.liferay" rev="1.0.0-SNAPSHOT" /> |
|
||||||
</dependencies> |
|
||||||
</ivy-module> |
|
@ -1,15 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<arquillian |
|
||||||
xmlns="http://jboss.org/schema/arquillian" |
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
||||||
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd" |
|
||||||
> |
|
||||||
<container default="true" qualifier="tomcat"> |
|
||||||
<configuration> |
|
||||||
<property name="jmxPort">8099</property> |
|
||||||
<property name="pass">tomcat</property> |
|
||||||
<property name="user">tomcat</property> |
|
||||||
</configuration> |
|
||||||
</container> |
|
||||||
</arquillian> |
|
@ -1,22 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<classpath> |
|
||||||
<classpathentry kind="src" path="docroot/WEB-INF/src"/> |
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"> |
|
||||||
<attributes> |
|
||||||
<attribute name="owner.project.facets" value="java"/> |
|
||||||
</attributes> |
|
||||||
</classpathentry> |
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.liferay.ide.eclipse.server.tomcat.runtimeClasspathProvider/Liferay v6.2 CE (Tomcat 7)"> |
|
||||||
<attributes> |
|
||||||
<attribute name="owner.project.facets" value="jst.web"/> |
|
||||||
</attributes> |
|
||||||
</classpathentry> |
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> |
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> |
|
||||||
<classpathentry kind="con" path="com.liferay.ide.eclipse.server.plugin.container/portlet"> |
|
||||||
<attributes> |
|
||||||
<attribute name="org.eclipse.jst.component.nondependency" value=""/> |
|
||||||
</attributes> |
|
||||||
</classpathentry> |
|
||||||
<classpathentry kind="output" path="docroot/WEB-INF/classes"/> |
|
||||||
</classpath> |
|
@ -1,36 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<projectDescription> |
|
||||||
<name>portos-autodestroy-portlet</name> |
|
||||||
<comment></comment> |
|
||||||
<projects> |
|
||||||
</projects> |
|
||||||
<buildSpec> |
|
||||||
<buildCommand> |
|
||||||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name> |
|
||||||
<arguments> |
|
||||||
</arguments> |
|
||||||
</buildCommand> |
|
||||||
<buildCommand> |
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name> |
|
||||||
<arguments> |
|
||||||
</arguments> |
|
||||||
</buildCommand> |
|
||||||
<buildCommand> |
|
||||||
<name>org.eclipse.wst.common.project.facet.core.builder</name> |
|
||||||
<arguments> |
|
||||||
</arguments> |
|
||||||
</buildCommand> |
|
||||||
<buildCommand> |
|
||||||
<name>org.eclipse.wst.validation.validationbuilder</name> |
|
||||||
<arguments> |
|
||||||
</arguments> |
|
||||||
</buildCommand> |
|
||||||
</buildSpec> |
|
||||||
<natures> |
|
||||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> |
|
||||||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> |
|
||||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> |
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature> |
|
||||||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> |
|
||||||
</natures> |
|
||||||
</projectDescription> |
|
@ -1,12 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<classpath> |
|
||||||
<classpathentry kind="src" path="docroot"/> |
|
||||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> |
|
||||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> |
|
||||||
<attributes> |
|
||||||
<attribute name="hide" value="true"/> |
|
||||||
</attributes> |
|
||||||
</classpathentry> |
|
||||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> |
|
||||||
<classpathentry kind="output" path=""/> |
|
||||||
</classpath> |
|
@ -1,7 +0,0 @@ |
|||||||
eclipse.preferences.version=1 |
|
||||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 |
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.8 |
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
|
||||||
org.eclipse.jdt.core.compiler.source=1.8 |
|
@ -1,3 +0,0 @@ |
|||||||
eclipse.preferences.version=1 |
|
||||||
validateFragments=false |
|
||||||
validation.use-project-settings=true |
|
@ -1,11 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> |
|
||||||
<wb-module deploy-name="portos-autodestroy-portlet"> |
|
||||||
<wb-resource deploy-path="/" source-path="/docroot" tag="defaultRootSource"/> |
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/docroot/WEB-INF/src"/> |
|
||||||
<dependent-module archiveName="portos-bo-portlet-service.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/lib/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar"> |
|
||||||
<dependency-type>uses</dependency-type> |
|
||||||
</dependent-module> |
|
||||||
<property name="context-root" value="portos-autodestroy-portlet"/> |
|
||||||
<property name="java-output-path" value="/portos-autodestroy-portlet/docroot/WEB-INF/classes"/> |
|
||||||
</wb-module> |
|
||||||
</project-modules> |
|
@ -1,7 +0,0 @@ |
|||||||
<root> |
|
||||||
<facet id="liferay.portlet"> |
|
||||||
<node name="libprov"> |
|
||||||
<attribute name="provider-id" value="com.liferay.ide.eclipse.plugin.portlet.libraryProvider"/> |
|
||||||
</node> |
|
||||||
</facet> |
|
||||||
</root> |
|
@ -1,11 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<faceted-project> |
|
||||||
<runtime name="Liferay v6.2 CE (Tomcat 7)"/> |
|
||||||
<fixed facet="java"/> |
|
||||||
<fixed facet="jst.web"/> |
|
||||||
<fixed facet="wst.jsdt.web"/> |
|
||||||
<installed facet="java" version="1.8"/> |
|
||||||
<installed facet="jst.web" version="3.0"/> |
|
||||||
<installed facet="liferay.portlet" version="6.0"/> |
|
||||||
<installed facet="wst.jsdt.web" version="1.0"/> |
|
||||||
</faceted-project> |
|
@ -1 +0,0 @@ |
|||||||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary |
|
@ -1 +0,0 @@ |
|||||||
Window |
|
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE project> |
|
||||||
|
|
||||||
<project name="portos-autodestroy-portlet" basedir="." default="deploy"> |
|
||||||
<import file="../build-common-portlet.xml" /> |
|
||||||
</project> |
|
@ -1,3 +0,0 @@ |
|||||||
Manifest-Version: 1.0 |
|
||||||
Class-Path: |
|
||||||
|
|
@ -1 +0,0 @@ |
|||||||
/classes/ |
|
@ -1,9 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 6.2.0//EN" "http://www.liferay.com/dtd/liferay-display_6_2_0.dtd"> |
|
||||||
|
|
||||||
<display> |
|
||||||
|
|
||||||
<category name="category.portos"> |
|
||||||
<portlet id="1"></portlet> |
|
||||||
</category> |
|
||||||
</display> |
|
@ -1,13 +0,0 @@ |
|||||||
name=Portos Autodestroy Portos |
|
||||||
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 |
|
@ -1,31 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd"> |
|
||||||
|
|
||||||
<liferay-portlet-app> |
|
||||||
|
|
||||||
<portlet> |
|
||||||
<portlet-name>1</portlet-name> |
|
||||||
<icon>/icon.png</icon> |
|
||||||
<header-portlet-css>/css/main.css</header-portlet-css> |
|
||||||
<footer-portlet-javascript> |
|
||||||
/js/main.js |
|
||||||
</footer-portlet-javascript> |
|
||||||
<css-class-wrapper>1-portlet</css-class-wrapper> |
|
||||||
</portlet> |
|
||||||
<role-mapper> |
|
||||||
<role-name>administrator</role-name> |
|
||||||
<role-link>Administrator</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>guest</role-name> |
|
||||||
<role-link>Guest</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>power-user</role-name> |
|
||||||
<role-link>Power User</role-link> |
|
||||||
</role-mapper> |
|
||||||
<role-mapper> |
|
||||||
<role-name>user</role-name> |
|
||||||
<role-link>User</role-link> |
|
||||||
</role-mapper> |
|
||||||
</liferay-portlet-app> |
|
@ -1,38 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0"> |
|
||||||
|
|
||||||
<portlet> |
|
||||||
<portlet-name>1</portlet-name> |
|
||||||
<display-name>Auto Destroy</display-name> |
|
||||||
<portlet-class> |
|
||||||
it.tref.liferay.portos.autodestroy.portlet.AutoDestroyPortlet |
|
||||||
</portlet-class> |
|
||||||
<init-param> |
|
||||||
<name>view-template</name> |
|
||||||
<value>/html/autodestroy/view.jsp</value> |
|
||||||
</init-param> |
|
||||||
<expiration-cache>0</expiration-cache> |
|
||||||
<supports> |
|
||||||
<mime-type>text/html</mime-type> |
|
||||||
<portlet-mode>view</portlet-mode> |
|
||||||
</supports> |
|
||||||
<portlet-info> |
|
||||||
<title>Auto Destroy</title> |
|
||||||
<short-title>1</short-title> |
|
||||||
<keywords></keywords> |
|
||||||
</portlet-info> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>administrator</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>guest</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>power-user</role-name> |
|
||||||
</security-role-ref> |
|
||||||
<security-role-ref> |
|
||||||
<role-name>user</role-name> |
|
||||||
</security-role-ref> |
|
||||||
</portlet> |
|
||||||
</portlet-app> |
|
@ -1,32 +0,0 @@ |
|||||||
package it.tref.liferay.portos.autodestroy.portlet; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil; |
|
||||||
|
|
||||||
import javax.portlet.ActionRequest; |
|
||||||
import javax.portlet.ActionResponse; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.cache.CacheRegistryUtil; |
|
||||||
import com.liferay.portal.kernel.log.Log; |
|
||||||
import com.liferay.portal.kernel.log.LogFactoryUtil; |
|
||||||
import com.liferay.portal.kernel.servlet.SessionErrors; |
|
||||||
import com.liferay.util.bridges.mvc.MVCPortlet; |
|
||||||
|
|
||||||
/** |
|
||||||
* Portlet implementation class AutoDestroyPortlet |
|
||||||
*/ |
|
||||||
public class AutoDestroyPortlet extends MVCPortlet { |
|
||||||
|
|
||||||
private static Log _log = LogFactoryUtil.getLog(AutoDestroyPortlet.class.getName()); |
|
||||||
|
|
||||||
public void autoDestroy(ActionRequest actionRequest, ActionResponse actionResponse) { |
|
||||||
|
|
||||||
try { |
|
||||||
IntPraticaLocalServiceUtil.clearDb(); |
|
||||||
CacheRegistryUtil.clear(); |
|
||||||
} catch (Exception e) { |
|
||||||
SessionErrors.add(actionRequest, "errore"); |
|
||||||
_log.error(e, e); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
File diff soppresso perché troppo grande
Load Diff
@ -1,538 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-portlet</short-name> |
|
||||||
<uri>http://liferay.com/tld/portlet</uri> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:actionURL is similar to portlet:actionURL except it has the |
|
||||||
additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>actionURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ActionURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ActionURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>allowEmptyParam</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-back</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconBackTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-close</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconCloseTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-configuration</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconConfigurationTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit-defaults</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditDefaultsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-edit-guest</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconEditGuestTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-export-import</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconExportImportTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-help</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconHelpTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-maximize</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconMaximizeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-minimize</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconMinimizeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-options</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconOptionsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-portlet</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPortletTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>ariaRole</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>label</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portlet</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-portlet-css</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPortletCssTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-print</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconPrintTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>icon-refresh</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.IconRefreshTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>preview</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.PreviewTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>queryString</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>showBorders</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>width</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:renderURL is similar to portlet:renderURL except it has the |
|
||||||
additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>renderURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.RenderURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>allowEmptyParam</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>renderURLParams</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLParamsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
|
|
||||||
<!-- |
|
||||||
liferay-portlet:resourceURL is similar to portlet:resourceURL except it has |
|
||||||
the additional attributes plid, portletName, anchor, and encrypt. |
|
||||||
|
|
||||||
Set varImpl to set the PortletURL object. This gives you an object reference |
|
||||||
to the underlying URL implementation. |
|
||||||
|
|
||||||
Set plid to the plid of another layout. This allows you to post the URL to |
|
||||||
another layout. |
|
||||||
|
|
||||||
Set portletName to the name of a portlet other than the current portlet. |
|
||||||
This allows you to post the URL to another portlet. |
|
||||||
|
|
||||||
Set anchor to false if you do not want the page to refresh and anchor to the |
|
||||||
current portlet. |
|
||||||
|
|
||||||
Set encrypt to true if you want to encrypt all the parameter values. |
|
||||||
|
|
||||||
Set doAsUserId to process this URL as if it is accessed by the specified |
|
||||||
user. |
|
||||||
|
|
||||||
Set portletConfiguration to true if you want to pass the parameters needed |
|
||||||
when you are accessing a portlet that is wrapped by the Portlet |
|
||||||
Configuration portlet. |
|
||||||
--> |
|
||||||
|
|
||||||
<tag> |
|
||||||
<name>resourceURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ResourceURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ResourceURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>anchor</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>encrypt</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>plid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletConfiguration</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>refererPlid</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>varImpl</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>runtime</name> |
|
||||||
<tag-class>com.liferay.taglib.portletext.RuntimeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>defaultPreferences</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletName</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>queryString</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,158 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>portlet</short-name> |
|
||||||
<uri>http://java.sun.com/portlet</uri> |
|
||||||
<tag> |
|
||||||
<name>actionURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ActionURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ActionURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>defineObjects</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.DefineObjectsTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.DefineObjectsTei</tei-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>namespace</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.NamespaceTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>property</name> |
|
||||||
<tag-class>com.liferay.taglib.util.PropertyTag</tag-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>renderURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.RenderURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.RenderURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>copyCurrentRenderParameters</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletMode</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>resourceURL</name> |
|
||||||
<tag-class>com.liferay.taglib.portlet.ResourceURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.portlet.ResourceURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>cacheability</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>escapeXml</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>id</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>secure</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,106 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-security</short-name> |
|
||||||
<uri>http://liferay.com/tld/security</uri> |
|
||||||
<tag> |
|
||||||
<name>doAsURL</name> |
|
||||||
<tag-class>com.liferay.taglib.security.DoAsURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.security.DoAsURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>doAsUserId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>encrypt</name> |
|
||||||
<tag-class>com.liferay.taglib.security.EncryptTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>className</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>protocol</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>style</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>target</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>unencryptedParams</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>permissionsURL</name> |
|
||||||
<tag-class>com.liferay.taglib.security.PermissionsURLTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.security.PermissionsURLTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>modelResource</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>modelResourceDescription</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>redirect</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>resourceGroupId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>resourcePrimKey</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>roleTypes</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>windowState</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,65 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.0</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>theme</short-name> |
|
||||||
<uri>http://liferay.com/tld/theme</uri> |
|
||||||
<tag> |
|
||||||
<name>defineObjects</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.DefineObjectsTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.theme.DefineObjectsTei</tei-class> |
|
||||||
<body-content>empty</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>include</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.IncludeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>layout-icon</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.LayoutIconTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>layout</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>meta-tags</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.MetaTagsTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>wrap-portlet</name> |
|
||||||
<tag-class>com.liferay.taglib.theme.WrapPortletTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
File diff soppresso perché troppo grande
Load Diff
@ -1,141 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> |
|
||||||
|
|
||||||
<taglib> |
|
||||||
<tlib-version>1.2</tlib-version> |
|
||||||
<jsp-version>1.1</jsp-version> |
|
||||||
<short-name>liferay-util</short-name> |
|
||||||
<uri>http://liferay.com/tld/util</uri> |
|
||||||
<tag> |
|
||||||
<name>body-bottom</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BodyBottomTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>body-top</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BodyTopTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>buffer</name> |
|
||||||
<tag-class>com.liferay.taglib.util.BufferTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.util.BufferTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>get-url</name> |
|
||||||
<tag-class>com.liferay.taglib.util.GetUrlTag</tag-class> |
|
||||||
<tei-class>com.liferay.taglib.util.GetUrlTei</tei-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>expires</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>url</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>var</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>html-bottom</name> |
|
||||||
<tag-class>com.liferay.taglib.util.HtmlBottomTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>position</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>html-top</name> |
|
||||||
<tag-class>com.liferay.taglib.util.HtmlTopTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>outputKey</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>position</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>include</name> |
|
||||||
<tag-class>com.liferay.taglib.util.IncludeTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>page</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>portletId</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>servletContext</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>strict</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>useCustomPage</name> |
|
||||||
<required>false</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>param</name> |
|
||||||
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
<attribute> |
|
||||||
<name>name</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
<attribute> |
|
||||||
<name>value</name> |
|
||||||
<required>true</required> |
|
||||||
<rtexprvalue>true</rtexprvalue> |
|
||||||
</attribute> |
|
||||||
</tag> |
|
||||||
<tag> |
|
||||||
<name>whitespace-remover</name> |
|
||||||
<tag-class>com.liferay.taglib.util.WhitespaceRemoverTag</tag-class> |
|
||||||
<body-content>JSP</body-content> |
|
||||||
</tag> |
|
||||||
</taglib> |
|
@ -1,2 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"/> |
|
@ -1,66 +0,0 @@ |
|||||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
||||||
|
|
||||||
<%@page import="java.text.Format"%> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil"%> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.StringUtil"%> |
|
||||||
<%@page import="java.util.Arrays"%> |
|
||||||
<%@page import="javax.portlet.WindowState"%> |
|
||||||
<%@page import="javax.portlet.PortletMode"%> |
|
||||||
|
|
||||||
<%@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" %> |
|
||||||
|
|
||||||
<%@page import="com.liferay.portal.kernel.dao.search.ResultRow" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.template.TemplateHandler" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.template.TemplateHandlerRegistryUtil" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.GetterUtil" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.ParamUtil" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.StringPool" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.WebKeys" %> |
|
||||||
<%@page import="com.liferay.portal.kernel.util.TextFormatter" %> |
|
||||||
<%@page import="com.liferay.portal.model.Group" %> |
|
||||||
<%@page import="com.liferay.portlet.portletdisplaytemplate.util.PortletDisplayTemplateUtil" %> |
|
||||||
<%@page import="com.liferay.portal.theme.ThemeDisplay" %> |
|
||||||
<%@page import="com.liferay.portal.util.PortalUtil" %> |
|
||||||
<%@ page import="com.liferay.portlet.PortletPreferencesFactoryUtil" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.util.Validator" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.language.LanguageUtil" %> |
|
||||||
|
|
||||||
<%@ page import="javax.portlet.PortletPreferences" %> |
|
||||||
|
|
||||||
|
|
||||||
<%@page import="java.text.SimpleDateFormat" %> |
|
||||||
<%@page import="java.util.List" %> |
|
||||||
|
|
||||||
|
|
||||||
<%@ page import="com.liferay.portal.kernel.dao.orm.QueryUtil" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.dao.search.DisplayTerms" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.dao.search.ResultRow" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.dao.search.RowChecker" %> |
|
||||||
|
|
||||||
<%@ page import="com.liferay.portal.kernel.dao.search.SearchContainer" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.util.OrderByComparator" %> |
|
||||||
<%@ page import="com.liferay.portal.kernel.util.OrderByComparatorFactoryUtil" %> |
|
||||||
|
|
||||||
|
|
||||||
<liferay-theme:defineObjects /> |
|
||||||
|
|
||||||
<portlet:defineObjects /> |
|
||||||
|
|
||||||
|
|
||||||
<% |
|
||||||
Format dateFormatDate = FastDateFormatFactoryUtil.getDate(locale, timeZone); |
|
||||||
Format dateFormatDateTime = FastDateFormatFactoryUtil.getDateTime(locale, timeZone); |
|
||||||
WindowState windowState = renderRequest.getWindowState(); |
|
||||||
PortletMode portletMode = renderRequest.getPortletMode(); |
|
||||||
|
|
||||||
String currentURL = PortalUtil.getCurrentURL(liferayPortletRequest); |
|
||||||
|
|
||||||
|
|
||||||
%> |
|
@ -1,11 +0,0 @@ |
|||||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
||||||
<%@include file="/html/autodestroy/init.jsp" %> |
|
||||||
|
|
||||||
<liferay-portlet:actionURL var="autoDestroyURL" name="autoDestroy"> |
|
||||||
<liferay-portlet:param name="redirect" value="<%=currentURL %>"/> |
|
||||||
</liferay-portlet:actionURL> |
|
||||||
|
|
||||||
|
|
||||||
<button class=" img-circle" style="background-color: red;width: 200px; height: 200px;color: white;font-weight: bold;font-size: 24px;" onclick="javascript:location.href='<%=autoDestroyURL%>'">DON'T PRESS</button> |
|
||||||
|
|
||||||
|
|
Prima Larghezza: | Altezza: | Dimensione: 467 B |
@ -1,15 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<arquillian |
|
||||||
xmlns="http://jboss.org/schema/arquillian" |
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
||||||
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd" |
|
||||||
> |
|
||||||
<container default="true" qualifier="tomcat"> |
|
||||||
<configuration> |
|
||||||
<property name="jmxPort">8099</property> |
|
||||||
<property name="pass">tomcat</property> |
|
||||||
<property name="user">tomcat</property> |
|
||||||
</configuration> |
|
||||||
</container> |
|
||||||
</arquillian> |
|
File binario non mostrato.
@ -1,40 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo; |
|
||||||
|
|
||||||
import com.liferay.portal.NoSuchModelException; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
*/ |
|
||||||
public class NoSuchInfoFascicoloException extends NoSuchModelException { |
|
||||||
|
|
||||||
public NoSuchInfoFascicoloException() { |
|
||||||
super(); |
|
||||||
} |
|
||||||
|
|
||||||
public NoSuchInfoFascicoloException(String msg) { |
|
||||||
super(msg); |
|
||||||
} |
|
||||||
|
|
||||||
public NoSuchInfoFascicoloException(String msg, Throwable cause) { |
|
||||||
super(msg, cause); |
|
||||||
} |
|
||||||
|
|
||||||
public NoSuchInfoFascicoloException(Throwable cause) { |
|
||||||
super(cause); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,34 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.model; |
|
||||||
|
|
||||||
import com.liferay.portal.model.PersistedModel; |
|
||||||
|
|
||||||
/** |
|
||||||
* The extended model interface for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloModel |
|
||||||
* @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl |
|
||||||
* @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public interface InfoFascicolo extends InfoFascicoloModel, PersistedModel { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify this interface directly. Add methods to {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. |
|
||||||
*/ |
|
||||||
} |
|
@ -1,673 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.model; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.kernel.lar.StagedModelType; |
|
||||||
import com.liferay.portal.kernel.util.ProxyUtil; |
|
||||||
import com.liferay.portal.kernel.util.StringBundler; |
|
||||||
import com.liferay.portal.model.BaseModel; |
|
||||||
import com.liferay.portal.model.impl.BaseModelImpl; |
|
||||||
import com.liferay.portal.util.PortalUtil; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.service.ClpSerializer; |
|
||||||
import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; |
|
||||||
|
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
import java.lang.reflect.Method; |
|
||||||
|
|
||||||
import java.util.Date; |
|
||||||
import java.util.HashMap; |
|
||||||
import java.util.Map; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
*/ |
|
||||||
public class InfoFascicoloClp extends BaseModelImpl<InfoFascicolo> |
|
||||||
implements InfoFascicolo { |
|
||||||
public InfoFascicoloClp() { |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Class<?> getModelClass() { |
|
||||||
return InfoFascicolo.class; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getModelClassName() { |
|
||||||
return InfoFascicolo.class.getName(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getPrimaryKey() { |
|
||||||
return _infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setPrimaryKey(long primaryKey) { |
|
||||||
setInfoFascicoloId(primaryKey); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Serializable getPrimaryKeyObj() { |
|
||||||
return _infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setPrimaryKeyObj(Serializable primaryKeyObj) { |
|
||||||
setPrimaryKey(((Long)primaryKeyObj).longValue()); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Map<String, Object> getModelAttributes() { |
|
||||||
Map<String, Object> attributes = new HashMap<String, Object>(); |
|
||||||
|
|
||||||
attributes.put("uuid", getUuid()); |
|
||||||
attributes.put("infoFascicoloId", getInfoFascicoloId()); |
|
||||||
attributes.put("companyId", getCompanyId()); |
|
||||||
attributes.put("userId", getUserId()); |
|
||||||
attributes.put("userName", getUserName()); |
|
||||||
attributes.put("createDate", getCreateDate()); |
|
||||||
attributes.put("modifiedDate", getModifiedDate()); |
|
||||||
attributes.put("groupId", getGroupId()); |
|
||||||
attributes.put("intPraticaId", getIntPraticaId()); |
|
||||||
attributes.put("numeroProgetto", getNumeroProgetto()); |
|
||||||
attributes.put("alreadyImported", getAlreadyImported()); |
|
||||||
|
|
||||||
return attributes; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setModelAttributes(Map<String, Object> attributes) { |
|
||||||
String uuid = (String)attributes.get("uuid"); |
|
||||||
|
|
||||||
if (uuid != null) { |
|
||||||
setUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
Long infoFascicoloId = (Long)attributes.get("infoFascicoloId"); |
|
||||||
|
|
||||||
if (infoFascicoloId != null) { |
|
||||||
setInfoFascicoloId(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
Long companyId = (Long)attributes.get("companyId"); |
|
||||||
|
|
||||||
if (companyId != null) { |
|
||||||
setCompanyId(companyId); |
|
||||||
} |
|
||||||
|
|
||||||
Long userId = (Long)attributes.get("userId"); |
|
||||||
|
|
||||||
if (userId != null) { |
|
||||||
setUserId(userId); |
|
||||||
} |
|
||||||
|
|
||||||
String userName = (String)attributes.get("userName"); |
|
||||||
|
|
||||||
if (userName != null) { |
|
||||||
setUserName(userName); |
|
||||||
} |
|
||||||
|
|
||||||
Date createDate = (Date)attributes.get("createDate"); |
|
||||||
|
|
||||||
if (createDate != null) { |
|
||||||
setCreateDate(createDate); |
|
||||||
} |
|
||||||
|
|
||||||
Date modifiedDate = (Date)attributes.get("modifiedDate"); |
|
||||||
|
|
||||||
if (modifiedDate != null) { |
|
||||||
setModifiedDate(modifiedDate); |
|
||||||
} |
|
||||||
|
|
||||||
Long groupId = (Long)attributes.get("groupId"); |
|
||||||
|
|
||||||
if (groupId != null) { |
|
||||||
setGroupId(groupId); |
|
||||||
} |
|
||||||
|
|
||||||
Long intPraticaId = (Long)attributes.get("intPraticaId"); |
|
||||||
|
|
||||||
if (intPraticaId != null) { |
|
||||||
setIntPraticaId(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
String numeroProgetto = (String)attributes.get("numeroProgetto"); |
|
||||||
|
|
||||||
if (numeroProgetto != null) { |
|
||||||
setNumeroProgetto(numeroProgetto); |
|
||||||
} |
|
||||||
|
|
||||||
Boolean alreadyImported = (Boolean)attributes.get("alreadyImported"); |
|
||||||
|
|
||||||
if (alreadyImported != null) { |
|
||||||
setAlreadyImported(alreadyImported); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getUuid() { |
|
||||||
return _uuid; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setUuid(String uuid) { |
|
||||||
_uuid = uuid; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setUuid", String.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, uuid); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getInfoFascicoloId() { |
|
||||||
return _infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setInfoFascicoloId(long infoFascicoloId) { |
|
||||||
_infoFascicoloId = infoFascicoloId; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setInfoFascicoloId", long.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, infoFascicoloId); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getCompanyId() { |
|
||||||
return _companyId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setCompanyId(long companyId) { |
|
||||||
_companyId = companyId; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setCompanyId", long.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, companyId); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getUserId() { |
|
||||||
return _userId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setUserId(long userId) { |
|
||||||
_userId = userId; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setUserId", long.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, userId); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getUserUuid() throws SystemException { |
|
||||||
return PortalUtil.getUserValue(getUserId(), "uuid", _userUuid); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setUserUuid(String userUuid) { |
|
||||||
_userUuid = userUuid; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getUserName() { |
|
||||||
return _userName; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setUserName(String userName) { |
|
||||||
_userName = userName; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setUserName", String.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, userName); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Date getCreateDate() { |
|
||||||
return _createDate; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setCreateDate(Date createDate) { |
|
||||||
_createDate = createDate; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setCreateDate", Date.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, createDate); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Date getModifiedDate() { |
|
||||||
return _modifiedDate; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setModifiedDate(Date modifiedDate) { |
|
||||||
_modifiedDate = modifiedDate; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setModifiedDate", Date.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, modifiedDate); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getGroupId() { |
|
||||||
return _groupId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setGroupId(long groupId) { |
|
||||||
_groupId = groupId; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setGroupId", long.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, groupId); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long getIntPraticaId() { |
|
||||||
return _intPraticaId; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setIntPraticaId(long intPraticaId) { |
|
||||||
_intPraticaId = intPraticaId; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setIntPraticaId", long.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, intPraticaId); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getNumeroProgetto() { |
|
||||||
return _numeroProgetto; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setNumeroProgetto(String numeroProgetto) { |
|
||||||
_numeroProgetto = numeroProgetto; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setNumeroProgetto", |
|
||||||
String.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, numeroProgetto); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean getAlreadyImported() { |
|
||||||
return _alreadyImported; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isAlreadyImported() { |
|
||||||
return _alreadyImported; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setAlreadyImported(boolean alreadyImported) { |
|
||||||
_alreadyImported = alreadyImported; |
|
||||||
|
|
||||||
if (_infoFascicoloRemoteModel != null) { |
|
||||||
try { |
|
||||||
Class<?> clazz = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
Method method = clazz.getMethod("setAlreadyImported", |
|
||||||
boolean.class); |
|
||||||
|
|
||||||
method.invoke(_infoFascicoloRemoteModel, alreadyImported); |
|
||||||
} |
|
||||||
catch (Exception e) { |
|
||||||
throw new UnsupportedOperationException(e); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public StagedModelType getStagedModelType() { |
|
||||||
return new StagedModelType(PortalUtil.getClassNameId( |
|
||||||
InfoFascicolo.class.getName())); |
|
||||||
} |
|
||||||
|
|
||||||
public BaseModel<?> getInfoFascicoloRemoteModel() { |
|
||||||
return _infoFascicoloRemoteModel; |
|
||||||
} |
|
||||||
|
|
||||||
public void setInfoFascicoloRemoteModel( |
|
||||||
BaseModel<?> infoFascicoloRemoteModel) { |
|
||||||
_infoFascicoloRemoteModel = infoFascicoloRemoteModel; |
|
||||||
} |
|
||||||
|
|
||||||
public Object invokeOnRemoteModel(String methodName, |
|
||||||
Class<?>[] parameterTypes, Object[] parameterValues) |
|
||||||
throws Exception { |
|
||||||
Object[] remoteParameterValues = new Object[parameterValues.length]; |
|
||||||
|
|
||||||
for (int i = 0; i < parameterValues.length; i++) { |
|
||||||
if (parameterValues[i] != null) { |
|
||||||
remoteParameterValues[i] = ClpSerializer.translateInput(parameterValues[i]); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
Class<?> remoteModelClass = _infoFascicoloRemoteModel.getClass(); |
|
||||||
|
|
||||||
ClassLoader remoteModelClassLoader = remoteModelClass.getClassLoader(); |
|
||||||
|
|
||||||
Class<?>[] remoteParameterTypes = new Class[parameterTypes.length]; |
|
||||||
|
|
||||||
for (int i = 0; i < parameterTypes.length; i++) { |
|
||||||
if (parameterTypes[i].isPrimitive()) { |
|
||||||
remoteParameterTypes[i] = parameterTypes[i]; |
|
||||||
} |
|
||||||
else { |
|
||||||
String parameterTypeName = parameterTypes[i].getName(); |
|
||||||
|
|
||||||
remoteParameterTypes[i] = remoteModelClassLoader.loadClass(parameterTypeName); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
Method method = remoteModelClass.getMethod(methodName, |
|
||||||
remoteParameterTypes); |
|
||||||
|
|
||||||
Object returnValue = method.invoke(_infoFascicoloRemoteModel, |
|
||||||
remoteParameterValues); |
|
||||||
|
|
||||||
if (returnValue != null) { |
|
||||||
returnValue = ClpSerializer.translateOutput(returnValue); |
|
||||||
} |
|
||||||
|
|
||||||
return returnValue; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void persist() throws SystemException { |
|
||||||
if (this.isNew()) { |
|
||||||
InfoFascicoloLocalServiceUtil.addInfoFascicolo(this); |
|
||||||
} |
|
||||||
else { |
|
||||||
InfoFascicoloLocalServiceUtil.updateInfoFascicolo(this); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public InfoFascicolo toEscapedModel() { |
|
||||||
return (InfoFascicolo)ProxyUtil.newProxyInstance(InfoFascicolo.class.getClassLoader(), |
|
||||||
new Class[] { InfoFascicolo.class }, new AutoEscapeBeanHandler(this)); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Object clone() { |
|
||||||
InfoFascicoloClp clone = new InfoFascicoloClp(); |
|
||||||
|
|
||||||
clone.setUuid(getUuid()); |
|
||||||
clone.setInfoFascicoloId(getInfoFascicoloId()); |
|
||||||
clone.setCompanyId(getCompanyId()); |
|
||||||
clone.setUserId(getUserId()); |
|
||||||
clone.setUserName(getUserName()); |
|
||||||
clone.setCreateDate(getCreateDate()); |
|
||||||
clone.setModifiedDate(getModifiedDate()); |
|
||||||
clone.setGroupId(getGroupId()); |
|
||||||
clone.setIntPraticaId(getIntPraticaId()); |
|
||||||
clone.setNumeroProgetto(getNumeroProgetto()); |
|
||||||
clone.setAlreadyImported(getAlreadyImported()); |
|
||||||
|
|
||||||
return clone; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public int compareTo(InfoFascicolo infoFascicolo) { |
|
||||||
long primaryKey = infoFascicolo.getPrimaryKey(); |
|
||||||
|
|
||||||
if (getPrimaryKey() < primaryKey) { |
|
||||||
return -1; |
|
||||||
} |
|
||||||
else if (getPrimaryKey() > primaryKey) { |
|
||||||
return 1; |
|
||||||
} |
|
||||||
else { |
|
||||||
return 0; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean equals(Object obj) { |
|
||||||
if (this == obj) { |
|
||||||
return true; |
|
||||||
} |
|
||||||
|
|
||||||
if (!(obj instanceof InfoFascicoloClp)) { |
|
||||||
return false; |
|
||||||
} |
|
||||||
|
|
||||||
InfoFascicoloClp infoFascicolo = (InfoFascicoloClp)obj; |
|
||||||
|
|
||||||
long primaryKey = infoFascicolo.getPrimaryKey(); |
|
||||||
|
|
||||||
if (getPrimaryKey() == primaryKey) { |
|
||||||
return true; |
|
||||||
} |
|
||||||
else { |
|
||||||
return false; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
public Class<?> getClpSerializerClass() { |
|
||||||
return _clpSerializerClass; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public int hashCode() { |
|
||||||
return (int)getPrimaryKey(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String toString() { |
|
||||||
StringBundler sb = new StringBundler(23); |
|
||||||
|
|
||||||
sb.append("{uuid="); |
|
||||||
sb.append(getUuid()); |
|
||||||
sb.append(", infoFascicoloId="); |
|
||||||
sb.append(getInfoFascicoloId()); |
|
||||||
sb.append(", companyId="); |
|
||||||
sb.append(getCompanyId()); |
|
||||||
sb.append(", userId="); |
|
||||||
sb.append(getUserId()); |
|
||||||
sb.append(", userName="); |
|
||||||
sb.append(getUserName()); |
|
||||||
sb.append(", createDate="); |
|
||||||
sb.append(getCreateDate()); |
|
||||||
sb.append(", modifiedDate="); |
|
||||||
sb.append(getModifiedDate()); |
|
||||||
sb.append(", groupId="); |
|
||||||
sb.append(getGroupId()); |
|
||||||
sb.append(", intPraticaId="); |
|
||||||
sb.append(getIntPraticaId()); |
|
||||||
sb.append(", numeroProgetto="); |
|
||||||
sb.append(getNumeroProgetto()); |
|
||||||
sb.append(", alreadyImported="); |
|
||||||
sb.append(getAlreadyImported()); |
|
||||||
sb.append("}"); |
|
||||||
|
|
||||||
return sb.toString(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String toXmlString() { |
|
||||||
StringBundler sb = new StringBundler(37); |
|
||||||
|
|
||||||
sb.append("<model><model-name>"); |
|
||||||
sb.append("it.tref.liferay.portos.bo.model.InfoFascicolo"); |
|
||||||
sb.append("</model-name>"); |
|
||||||
|
|
||||||
sb.append( |
|
||||||
"<column><column-name>uuid</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getUuid()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>infoFascicoloId</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getInfoFascicoloId()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>companyId</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getCompanyId()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>userId</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getUserId()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>userName</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getUserName()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>createDate</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getCreateDate()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>modifiedDate</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getModifiedDate()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>groupId</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getGroupId()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>intPraticaId</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getIntPraticaId()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>numeroProgetto</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getNumeroProgetto()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
sb.append( |
|
||||||
"<column><column-name>alreadyImported</column-name><column-value><![CDATA["); |
|
||||||
sb.append(getAlreadyImported()); |
|
||||||
sb.append("]]></column-value></column>"); |
|
||||||
|
|
||||||
sb.append("</model>"); |
|
||||||
|
|
||||||
return sb.toString(); |
|
||||||
} |
|
||||||
|
|
||||||
private String _uuid; |
|
||||||
private long _infoFascicoloId; |
|
||||||
private long _companyId; |
|
||||||
private long _userId; |
|
||||||
private String _userUuid; |
|
||||||
private String _userName; |
|
||||||
private Date _createDate; |
|
||||||
private Date _modifiedDate; |
|
||||||
private long _groupId; |
|
||||||
private long _intPraticaId; |
|
||||||
private String _numeroProgetto; |
|
||||||
private boolean _alreadyImported; |
|
||||||
private BaseModel<?> _infoFascicoloRemoteModel; |
|
||||||
private Class<?> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class; |
|
||||||
} |
|
@ -1,317 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.model; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.bean.AutoEscape; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.model.BaseModel; |
|
||||||
import com.liferay.portal.model.CacheModel; |
|
||||||
import com.liferay.portal.model.StagedGroupedModel; |
|
||||||
import com.liferay.portal.service.ServiceContext; |
|
||||||
|
|
||||||
import com.liferay.portlet.expando.model.ExpandoBridge; |
|
||||||
|
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
import java.util.Date; |
|
||||||
|
|
||||||
/** |
|
||||||
* The base model interface for the InfoFascicolo service. Represents a row in the "portos_bo_InfoFascicolo" database table, with each column mapped to a property of this class. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl}. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicolo |
|
||||||
* @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloImpl |
|
||||||
* @see it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public interface InfoFascicoloModel extends BaseModel<InfoFascicolo>, |
|
||||||
StagedGroupedModel { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify or reference this interface directly. All methods that expect a info fascicolo model instance should use the {@link InfoFascicolo} interface instead. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the primary key of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the primary key of this info fascicolo |
|
||||||
*/ |
|
||||||
public long getPrimaryKey(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the primary key of this info fascicolo. |
|
||||||
* |
|
||||||
* @param primaryKey the primary key of this info fascicolo |
|
||||||
*/ |
|
||||||
public void setPrimaryKey(long primaryKey); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@AutoEscape |
|
||||||
@Override |
|
||||||
public String getUuid(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @param uuid the uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUuid(String uuid); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the info fascicolo ID of this info fascicolo |
|
||||||
*/ |
|
||||||
public long getInfoFascicoloId(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the info fascicolo ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the info fascicolo ID of this info fascicolo |
|
||||||
*/ |
|
||||||
public void setInfoFascicoloId(long infoFascicoloId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the company ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the company ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getCompanyId(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the company ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param companyId the company ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setCompanyId(long companyId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getUserId(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userId the user ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserId(long userId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user uuid of this info fascicolo |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public String getUserUuid() throws SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userUuid the user uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserUuid(String userUuid); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user name of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user name of this info fascicolo |
|
||||||
*/ |
|
||||||
@AutoEscape |
|
||||||
@Override |
|
||||||
public String getUserName(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user name of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userName the user name of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserName(String userName); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the create date of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the create date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public Date getCreateDate(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the create date of this info fascicolo. |
|
||||||
* |
|
||||||
* @param createDate the create date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setCreateDate(Date createDate); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the modified date of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the modified date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public Date getModifiedDate(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the modified date of this info fascicolo. |
|
||||||
* |
|
||||||
* @param modifiedDate the modified date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setModifiedDate(Date modifiedDate); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the group ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the group ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getGroupId(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the group ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param groupId the group ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setGroupId(long groupId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the int pratica ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the int pratica ID of this info fascicolo |
|
||||||
*/ |
|
||||||
public long getIntPraticaId(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the int pratica ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID of this info fascicolo |
|
||||||
*/ |
|
||||||
public void setIntPraticaId(long intPraticaId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the numero progetto of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the numero progetto of this info fascicolo |
|
||||||
*/ |
|
||||||
@AutoEscape |
|
||||||
public String getNumeroProgetto(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the numero progetto of this info fascicolo. |
|
||||||
* |
|
||||||
* @param numeroProgetto the numero progetto of this info fascicolo |
|
||||||
*/ |
|
||||||
public void setNumeroProgetto(String numeroProgetto); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the already imported of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the already imported of this info fascicolo |
|
||||||
*/ |
|
||||||
public boolean getAlreadyImported(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns <code>true</code> if this info fascicolo is already imported. |
|
||||||
* |
|
||||||
* @return <code>true</code> if this info fascicolo is already imported; <code>false</code> otherwise |
|
||||||
*/ |
|
||||||
public boolean isAlreadyImported(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets whether this info fascicolo is already imported. |
|
||||||
* |
|
||||||
* @param alreadyImported the already imported of this info fascicolo |
|
||||||
*/ |
|
||||||
public void setAlreadyImported(boolean alreadyImported); |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isNew(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setNew(boolean n); |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isCachedModel(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setCachedModel(boolean cachedModel); |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isEscapedModel(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public Serializable getPrimaryKeyObj(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setPrimaryKeyObj(Serializable primaryKeyObj); |
|
||||||
|
|
||||||
@Override |
|
||||||
public ExpandoBridge getExpandoBridge(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes(BaseModel<?> baseModel); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge); |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes(ServiceContext serviceContext); |
|
||||||
|
|
||||||
@Override |
|
||||||
public Object clone(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public int compareTo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo); |
|
||||||
|
|
||||||
@Override |
|
||||||
public int hashCode(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public CacheModel<it.tref.liferay.portos.bo.model.InfoFascicolo> toCacheModel(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo toEscapedModel(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo toUnescapedModel(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public String toString(); |
|
||||||
|
|
||||||
@Override |
|
||||||
public String toXmlString(); |
|
||||||
} |
|
@ -1,200 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.model; |
|
||||||
|
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
import java.util.ArrayList; |
|
||||||
import java.util.Date; |
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
/** |
|
||||||
* This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.InfoFascicoloServiceSoap}. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see it.tref.liferay.portos.bo.service.http.InfoFascicoloServiceSoap |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloSoap implements Serializable { |
|
||||||
public static InfoFascicoloSoap toSoapModel(InfoFascicolo model) { |
|
||||||
InfoFascicoloSoap soapModel = new InfoFascicoloSoap(); |
|
||||||
|
|
||||||
soapModel.setUuid(model.getUuid()); |
|
||||||
soapModel.setInfoFascicoloId(model.getInfoFascicoloId()); |
|
||||||
soapModel.setCompanyId(model.getCompanyId()); |
|
||||||
soapModel.setUserId(model.getUserId()); |
|
||||||
soapModel.setUserName(model.getUserName()); |
|
||||||
soapModel.setCreateDate(model.getCreateDate()); |
|
||||||
soapModel.setModifiedDate(model.getModifiedDate()); |
|
||||||
soapModel.setGroupId(model.getGroupId()); |
|
||||||
soapModel.setIntPraticaId(model.getIntPraticaId()); |
|
||||||
soapModel.setNumeroProgetto(model.getNumeroProgetto()); |
|
||||||
soapModel.setAlreadyImported(model.getAlreadyImported()); |
|
||||||
|
|
||||||
return soapModel; |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloSoap[] toSoapModels(InfoFascicolo[] models) { |
|
||||||
InfoFascicoloSoap[] soapModels = new InfoFascicoloSoap[models.length]; |
|
||||||
|
|
||||||
for (int i = 0; i < models.length; i++) { |
|
||||||
soapModels[i] = toSoapModel(models[i]); |
|
||||||
} |
|
||||||
|
|
||||||
return soapModels; |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloSoap[][] toSoapModels(InfoFascicolo[][] models) { |
|
||||||
InfoFascicoloSoap[][] soapModels = null; |
|
||||||
|
|
||||||
if (models.length > 0) { |
|
||||||
soapModels = new InfoFascicoloSoap[models.length][models[0].length]; |
|
||||||
} |
|
||||||
else { |
|
||||||
soapModels = new InfoFascicoloSoap[0][0]; |
|
||||||
} |
|
||||||
|
|
||||||
for (int i = 0; i < models.length; i++) { |
|
||||||
soapModels[i] = toSoapModels(models[i]); |
|
||||||
} |
|
||||||
|
|
||||||
return soapModels; |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloSoap[] toSoapModels(List<InfoFascicolo> models) { |
|
||||||
List<InfoFascicoloSoap> soapModels = new ArrayList<InfoFascicoloSoap>(models.size()); |
|
||||||
|
|
||||||
for (InfoFascicolo model : models) { |
|
||||||
soapModels.add(toSoapModel(model)); |
|
||||||
} |
|
||||||
|
|
||||||
return soapModels.toArray(new InfoFascicoloSoap[soapModels.size()]); |
|
||||||
} |
|
||||||
|
|
||||||
public InfoFascicoloSoap() { |
|
||||||
} |
|
||||||
|
|
||||||
public long getPrimaryKey() { |
|
||||||
return _infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setPrimaryKey(long pk) { |
|
||||||
setInfoFascicoloId(pk); |
|
||||||
} |
|
||||||
|
|
||||||
public String getUuid() { |
|
||||||
return _uuid; |
|
||||||
} |
|
||||||
|
|
||||||
public void setUuid(String uuid) { |
|
||||||
_uuid = uuid; |
|
||||||
} |
|
||||||
|
|
||||||
public long getInfoFascicoloId() { |
|
||||||
return _infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setInfoFascicoloId(long infoFascicoloId) { |
|
||||||
_infoFascicoloId = infoFascicoloId; |
|
||||||
} |
|
||||||
|
|
||||||
public long getCompanyId() { |
|
||||||
return _companyId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setCompanyId(long companyId) { |
|
||||||
_companyId = companyId; |
|
||||||
} |
|
||||||
|
|
||||||
public long getUserId() { |
|
||||||
return _userId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setUserId(long userId) { |
|
||||||
_userId = userId; |
|
||||||
} |
|
||||||
|
|
||||||
public String getUserName() { |
|
||||||
return _userName; |
|
||||||
} |
|
||||||
|
|
||||||
public void setUserName(String userName) { |
|
||||||
_userName = userName; |
|
||||||
} |
|
||||||
|
|
||||||
public Date getCreateDate() { |
|
||||||
return _createDate; |
|
||||||
} |
|
||||||
|
|
||||||
public void setCreateDate(Date createDate) { |
|
||||||
_createDate = createDate; |
|
||||||
} |
|
||||||
|
|
||||||
public Date getModifiedDate() { |
|
||||||
return _modifiedDate; |
|
||||||
} |
|
||||||
|
|
||||||
public void setModifiedDate(Date modifiedDate) { |
|
||||||
_modifiedDate = modifiedDate; |
|
||||||
} |
|
||||||
|
|
||||||
public long getGroupId() { |
|
||||||
return _groupId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setGroupId(long groupId) { |
|
||||||
_groupId = groupId; |
|
||||||
} |
|
||||||
|
|
||||||
public long getIntPraticaId() { |
|
||||||
return _intPraticaId; |
|
||||||
} |
|
||||||
|
|
||||||
public void setIntPraticaId(long intPraticaId) { |
|
||||||
_intPraticaId = intPraticaId; |
|
||||||
} |
|
||||||
|
|
||||||
public String getNumeroProgetto() { |
|
||||||
return _numeroProgetto; |
|
||||||
} |
|
||||||
|
|
||||||
public void setNumeroProgetto(String numeroProgetto) { |
|
||||||
_numeroProgetto = numeroProgetto; |
|
||||||
} |
|
||||||
|
|
||||||
public boolean getAlreadyImported() { |
|
||||||
return _alreadyImported; |
|
||||||
} |
|
||||||
|
|
||||||
public boolean isAlreadyImported() { |
|
||||||
return _alreadyImported; |
|
||||||
} |
|
||||||
|
|
||||||
public void setAlreadyImported(boolean alreadyImported) { |
|
||||||
_alreadyImported = alreadyImported; |
|
||||||
} |
|
||||||
|
|
||||||
private String _uuid; |
|
||||||
private long _infoFascicoloId; |
|
||||||
private long _companyId; |
|
||||||
private long _userId; |
|
||||||
private String _userName; |
|
||||||
private Date _createDate; |
|
||||||
private Date _modifiedDate; |
|
||||||
private long _groupId; |
|
||||||
private long _intPraticaId; |
|
||||||
private String _numeroProgetto; |
|
||||||
private boolean _alreadyImported; |
|
||||||
} |
|
@ -1,557 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.model; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.lar.StagedModelType; |
|
||||||
import com.liferay.portal.kernel.util.Validator; |
|
||||||
import com.liferay.portal.model.ModelWrapper; |
|
||||||
|
|
||||||
import java.util.Date; |
|
||||||
import java.util.HashMap; |
|
||||||
import java.util.Map; |
|
||||||
|
|
||||||
/** |
|
||||||
* <p> |
|
||||||
* This class is a wrapper for {@link InfoFascicolo}. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicolo |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloWrapper implements InfoFascicolo, |
|
||||||
ModelWrapper<InfoFascicolo> { |
|
||||||
public InfoFascicoloWrapper(InfoFascicolo infoFascicolo) { |
|
||||||
_infoFascicolo = infoFascicolo; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Class<?> getModelClass() { |
|
||||||
return InfoFascicolo.class; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getModelClassName() { |
|
||||||
return InfoFascicolo.class.getName(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public Map<String, Object> getModelAttributes() { |
|
||||||
Map<String, Object> attributes = new HashMap<String, Object>(); |
|
||||||
|
|
||||||
attributes.put("uuid", getUuid()); |
|
||||||
attributes.put("infoFascicoloId", getInfoFascicoloId()); |
|
||||||
attributes.put("companyId", getCompanyId()); |
|
||||||
attributes.put("userId", getUserId()); |
|
||||||
attributes.put("userName", getUserName()); |
|
||||||
attributes.put("createDate", getCreateDate()); |
|
||||||
attributes.put("modifiedDate", getModifiedDate()); |
|
||||||
attributes.put("groupId", getGroupId()); |
|
||||||
attributes.put("intPraticaId", getIntPraticaId()); |
|
||||||
attributes.put("numeroProgetto", getNumeroProgetto()); |
|
||||||
attributes.put("alreadyImported", getAlreadyImported()); |
|
||||||
|
|
||||||
return attributes; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setModelAttributes(Map<String, Object> attributes) { |
|
||||||
String uuid = (String)attributes.get("uuid"); |
|
||||||
|
|
||||||
if (uuid != null) { |
|
||||||
setUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
Long infoFascicoloId = (Long)attributes.get("infoFascicoloId"); |
|
||||||
|
|
||||||
if (infoFascicoloId != null) { |
|
||||||
setInfoFascicoloId(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
Long companyId = (Long)attributes.get("companyId"); |
|
||||||
|
|
||||||
if (companyId != null) { |
|
||||||
setCompanyId(companyId); |
|
||||||
} |
|
||||||
|
|
||||||
Long userId = (Long)attributes.get("userId"); |
|
||||||
|
|
||||||
if (userId != null) { |
|
||||||
setUserId(userId); |
|
||||||
} |
|
||||||
|
|
||||||
String userName = (String)attributes.get("userName"); |
|
||||||
|
|
||||||
if (userName != null) { |
|
||||||
setUserName(userName); |
|
||||||
} |
|
||||||
|
|
||||||
Date createDate = (Date)attributes.get("createDate"); |
|
||||||
|
|
||||||
if (createDate != null) { |
|
||||||
setCreateDate(createDate); |
|
||||||
} |
|
||||||
|
|
||||||
Date modifiedDate = (Date)attributes.get("modifiedDate"); |
|
||||||
|
|
||||||
if (modifiedDate != null) { |
|
||||||
setModifiedDate(modifiedDate); |
|
||||||
} |
|
||||||
|
|
||||||
Long groupId = (Long)attributes.get("groupId"); |
|
||||||
|
|
||||||
if (groupId != null) { |
|
||||||
setGroupId(groupId); |
|
||||||
} |
|
||||||
|
|
||||||
Long intPraticaId = (Long)attributes.get("intPraticaId"); |
|
||||||
|
|
||||||
if (intPraticaId != null) { |
|
||||||
setIntPraticaId(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
String numeroProgetto = (String)attributes.get("numeroProgetto"); |
|
||||||
|
|
||||||
if (numeroProgetto != null) { |
|
||||||
setNumeroProgetto(numeroProgetto); |
|
||||||
} |
|
||||||
|
|
||||||
Boolean alreadyImported = (Boolean)attributes.get("alreadyImported"); |
|
||||||
|
|
||||||
if (alreadyImported != null) { |
|
||||||
setAlreadyImported(alreadyImported); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the primary key of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the primary key of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getPrimaryKey() { |
|
||||||
return _infoFascicolo.getPrimaryKey(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the primary key of this info fascicolo. |
|
||||||
* |
|
||||||
* @param primaryKey the primary key of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setPrimaryKey(long primaryKey) { |
|
||||||
_infoFascicolo.setPrimaryKey(primaryKey); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getUuid() { |
|
||||||
return _infoFascicolo.getUuid(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @param uuid the uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUuid(java.lang.String uuid) { |
|
||||||
_infoFascicolo.setUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the info fascicolo ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getInfoFascicoloId() { |
|
||||||
return _infoFascicolo.getInfoFascicoloId(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the info fascicolo ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the info fascicolo ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setInfoFascicoloId(long infoFascicoloId) { |
|
||||||
_infoFascicolo.setInfoFascicoloId(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the company ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the company ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getCompanyId() { |
|
||||||
return _infoFascicolo.getCompanyId(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the company ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param companyId the company ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setCompanyId(long companyId) { |
|
||||||
_infoFascicolo.setCompanyId(companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getUserId() { |
|
||||||
return _infoFascicolo.getUserId(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userId the user ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserId(long userId) { |
|
||||||
_infoFascicolo.setUserId(userId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user uuid of this info fascicolo |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getUserUuid() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicolo.getUserUuid(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user uuid of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userUuid the user uuid of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserUuid(java.lang.String userUuid) { |
|
||||||
_infoFascicolo.setUserUuid(userUuid); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the user name of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the user name of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getUserName() { |
|
||||||
return _infoFascicolo.getUserName(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the user name of this info fascicolo. |
|
||||||
* |
|
||||||
* @param userName the user name of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setUserName(java.lang.String userName) { |
|
||||||
_infoFascicolo.setUserName(userName); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the create date of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the create date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.util.Date getCreateDate() { |
|
||||||
return _infoFascicolo.getCreateDate(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the create date of this info fascicolo. |
|
||||||
* |
|
||||||
* @param createDate the create date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setCreateDate(java.util.Date createDate) { |
|
||||||
_infoFascicolo.setCreateDate(createDate); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the modified date of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the modified date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.util.Date getModifiedDate() { |
|
||||||
return _infoFascicolo.getModifiedDate(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the modified date of this info fascicolo. |
|
||||||
* |
|
||||||
* @param modifiedDate the modified date of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setModifiedDate(java.util.Date modifiedDate) { |
|
||||||
_infoFascicolo.setModifiedDate(modifiedDate); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the group ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the group ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getGroupId() { |
|
||||||
return _infoFascicolo.getGroupId(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the group ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param groupId the group ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setGroupId(long groupId) { |
|
||||||
_infoFascicolo.setGroupId(groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the int pratica ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the int pratica ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long getIntPraticaId() { |
|
||||||
return _infoFascicolo.getIntPraticaId(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the int pratica ID of this info fascicolo. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setIntPraticaId(long intPraticaId) { |
|
||||||
_infoFascicolo.setIntPraticaId(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the numero progetto of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the numero progetto of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getNumeroProgetto() { |
|
||||||
return _infoFascicolo.getNumeroProgetto(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the numero progetto of this info fascicolo. |
|
||||||
* |
|
||||||
* @param numeroProgetto the numero progetto of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setNumeroProgetto(java.lang.String numeroProgetto) { |
|
||||||
_infoFascicolo.setNumeroProgetto(numeroProgetto); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the already imported of this info fascicolo. |
|
||||||
* |
|
||||||
* @return the already imported of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public boolean getAlreadyImported() { |
|
||||||
return _infoFascicolo.getAlreadyImported(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns <code>true</code> if this info fascicolo is already imported. |
|
||||||
* |
|
||||||
* @return <code>true</code> if this info fascicolo is already imported; <code>false</code> otherwise |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public boolean isAlreadyImported() { |
|
||||||
return _infoFascicolo.isAlreadyImported(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets whether this info fascicolo is already imported. |
|
||||||
* |
|
||||||
* @param alreadyImported the already imported of this info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setAlreadyImported(boolean alreadyImported) { |
|
||||||
_infoFascicolo.setAlreadyImported(alreadyImported); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isNew() { |
|
||||||
return _infoFascicolo.isNew(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setNew(boolean n) { |
|
||||||
_infoFascicolo.setNew(n); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isCachedModel() { |
|
||||||
return _infoFascicolo.isCachedModel(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setCachedModel(boolean cachedModel) { |
|
||||||
_infoFascicolo.setCachedModel(cachedModel); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean isEscapedModel() { |
|
||||||
return _infoFascicolo.isEscapedModel(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.io.Serializable getPrimaryKeyObj() { |
|
||||||
return _infoFascicolo.getPrimaryKeyObj(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) { |
|
||||||
_infoFascicolo.setPrimaryKeyObj(primaryKeyObj); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() { |
|
||||||
return _infoFascicolo.getExpandoBridge(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes( |
|
||||||
com.liferay.portal.model.BaseModel<?> baseModel) { |
|
||||||
_infoFascicolo.setExpandoBridgeAttributes(baseModel); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes( |
|
||||||
com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) { |
|
||||||
_infoFascicolo.setExpandoBridgeAttributes(expandoBridge); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setExpandoBridgeAttributes( |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) { |
|
||||||
_infoFascicolo.setExpandoBridgeAttributes(serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object clone() { |
|
||||||
return new InfoFascicoloWrapper((InfoFascicolo)_infoFascicolo.clone()); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public int compareTo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) { |
|
||||||
return _infoFascicolo.compareTo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public int hashCode() { |
|
||||||
return _infoFascicolo.hashCode(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public com.liferay.portal.model.CacheModel<it.tref.liferay.portos.bo.model.InfoFascicolo> toCacheModel() { |
|
||||||
return _infoFascicolo.toCacheModel(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo toEscapedModel() { |
|
||||||
return new InfoFascicoloWrapper(_infoFascicolo.toEscapedModel()); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo toUnescapedModel() { |
|
||||||
return new InfoFascicoloWrapper(_infoFascicolo.toUnescapedModel()); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.String toString() { |
|
||||||
return _infoFascicolo.toString(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.String toXmlString() { |
|
||||||
return _infoFascicolo.toXmlString(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void persist() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
_infoFascicolo.persist(); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public boolean equals(Object obj) { |
|
||||||
if (this == obj) { |
|
||||||
return true; |
|
||||||
} |
|
||||||
|
|
||||||
if (!(obj instanceof InfoFascicoloWrapper)) { |
|
||||||
return false; |
|
||||||
} |
|
||||||
|
|
||||||
InfoFascicoloWrapper infoFascicoloWrapper = (InfoFascicoloWrapper)obj; |
|
||||||
|
|
||||||
if (Validator.equals(_infoFascicolo, infoFascicoloWrapper._infoFascicolo)) { |
|
||||||
return true; |
|
||||||
} |
|
||||||
|
|
||||||
return false; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public StagedModelType getStagedModelType() { |
|
||||||
return _infoFascicolo.getStagedModelType(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.1.0, replaced by {@link #getWrappedModel} |
|
||||||
*/ |
|
||||||
public InfoFascicolo getWrappedInfoFascicolo() { |
|
||||||
return _infoFascicolo; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public InfoFascicolo getWrappedModel() { |
|
||||||
return _infoFascicolo; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void resetOriginalValues() { |
|
||||||
_infoFascicolo.resetOriginalValues(); |
|
||||||
} |
|
||||||
|
|
||||||
private InfoFascicolo _infoFascicolo; |
|
||||||
} |
|
@ -1,341 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.exception.PortalException; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.kernel.search.IndexableType; |
|
||||||
import com.liferay.portal.kernel.transaction.Isolation; |
|
||||||
import com.liferay.portal.kernel.transaction.Propagation; |
|
||||||
import com.liferay.portal.kernel.transaction.Transactional; |
|
||||||
import com.liferay.portal.service.BaseLocalService; |
|
||||||
import com.liferay.portal.service.InvokableLocalService; |
|
||||||
import com.liferay.portal.service.PersistedModelLocalService; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides the local service interface for InfoFascicolo. 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 |
|
||||||
* @see InfoFascicoloLocalServiceUtil |
|
||||||
* @see it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl |
|
||||||
* @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
@Transactional(isolation = Isolation.PORTAL, rollbackFor = { |
|
||||||
PortalException.class, SystemException.class}) |
|
||||||
public interface InfoFascicoloLocalService extends BaseLocalService, |
|
||||||
InvokableLocalService, PersistedModelLocalService { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify or reference this interface directly. Always use {@link InfoFascicoloLocalServiceUtil} to access the info fascicolo local service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Adds the info fascicolo to the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was added |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key for the new info fascicolo |
|
||||||
* @return the new info fascicolo |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( |
|
||||||
long infoFascicoloId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns the matching rows. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns a range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @return the range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end) throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param projection the projection to apply to the query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, |
|
||||||
com.liferay.portal.kernel.dao.orm.Projection projection) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
@Override |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public com.liferay.portal.model.PersistedModel getPersistedModel( |
|
||||||
java.io.Serializable primaryKeyObj) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> getInfoFascicolos( |
|
||||||
int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos. |
|
||||||
* |
|
||||||
* @return the number of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public int getInfoFascicolosCount() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was updated |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public java.lang.String getBeanIdentifier(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public void setBeanIdentifier(java.lang.String beanIdentifier); |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable; |
|
||||||
|
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
boolean alreadyImported, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true) |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
} |
|
File diff soppresso perché troppo grande
Load Diff
@ -1,410 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; |
|
||||||
import com.liferay.portal.kernel.util.ReferenceRegistry; |
|
||||||
import com.liferay.portal.service.InvokableLocalService; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides the local service utility for InfoFascicolo. This utility wraps |
|
||||||
* {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and is the |
|
||||||
* primary access point for service operations in application layer code running |
|
||||||
* on the local server. 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 |
|
||||||
* @see InfoFascicoloLocalService |
|
||||||
* @see it.tref.liferay.portos.bo.service.base.InfoFascicoloLocalServiceBaseImpl |
|
||||||
* @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloLocalServiceUtil { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloLocalServiceImpl} and rerun ServiceBuilder to regenerate this class. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Adds the info fascicolo to the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was added |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().addInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key for the new info fascicolo |
|
||||||
* @return the new info fascicolo |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( |
|
||||||
long infoFascicoloId) { |
|
||||||
return getService().createInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().deleteInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().deleteInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { |
|
||||||
return getService().dynamicQuery(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns the matching rows. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public static java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().dynamicQuery(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns a range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @return the range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public static java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end) throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().dynamicQuery(dynamicQuery, start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public static java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService() |
|
||||||
.dynamicQuery(dynamicQuery, start, end, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().dynamicQueryCount(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param projection the projection to apply to the query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, |
|
||||||
com.liferay.portal.kernel.dao.orm.Projection projection) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().dynamicQueryCount(dynamicQuery, projection); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().fetchInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().fetchInfoFascicoloByUuidAndCompanyId(uuid, companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().fetchInfoFascicoloByUuidAndGroupId(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
public static com.liferay.portal.model.PersistedModel getPersistedModel( |
|
||||||
java.io.Serializable primaryKeyObj) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getPersistedModel(primaryKeyObj); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getInfoFascicoloByUuidAndCompanyId(uuid, companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getInfoFascicoloByUuidAndGroupId(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> getInfoFascicolos( |
|
||||||
int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getInfoFascicolos(start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos. |
|
||||||
* |
|
||||||
* @return the number of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int getInfoFascicolosCount() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().getInfoFascicolosCount(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was updated |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService().updateInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public static java.lang.String getBeanIdentifier() { |
|
||||||
return getService().getBeanIdentifier(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public static void setBeanIdentifier(java.lang.String beanIdentifier) { |
|
||||||
getService().setBeanIdentifier(beanIdentifier); |
|
||||||
} |
|
||||||
|
|
||||||
public static java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable { |
|
||||||
return getService().invokeMethod(name, parameterTypes, arguments); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService() |
|
||||||
.addInfoFascicolo(intPraticaId, numeroProgetto, |
|
||||||
serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
boolean alreadyImported, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getService() |
|
||||||
.addInfoFascicolo(intPraticaId, numeroProgetto, |
|
||||||
alreadyImported, serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getService().findByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getService().fetchByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getService().updateAlreadyImportedField(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
public static void clearService() { |
|
||||||
_service = null; |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloLocalService getService() { |
|
||||||
if (_service == null) { |
|
||||||
InvokableLocalService invokableLocalService = (InvokableLocalService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), |
|
||||||
InfoFascicoloLocalService.class.getName()); |
|
||||||
|
|
||||||
if (invokableLocalService instanceof InfoFascicoloLocalService) { |
|
||||||
_service = (InfoFascicoloLocalService)invokableLocalService; |
|
||||||
} |
|
||||||
else { |
|
||||||
_service = new InfoFascicoloLocalServiceClp(invokableLocalService); |
|
||||||
} |
|
||||||
|
|
||||||
ReferenceRegistry.registerReference(InfoFascicoloLocalServiceUtil.class, |
|
||||||
"_service"); |
|
||||||
} |
|
||||||
|
|
||||||
return _service; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.2.0 |
|
||||||
*/ |
|
||||||
public void setService(InfoFascicoloLocalService service) { |
|
||||||
} |
|
||||||
|
|
||||||
private static InfoFascicoloLocalService _service; |
|
||||||
} |
|
@ -1,431 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.service.ServiceWrapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides a wrapper for {@link InfoFascicoloLocalService}. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloLocalService |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloLocalServiceWrapper |
|
||||||
implements InfoFascicoloLocalService, |
|
||||||
ServiceWrapper<InfoFascicoloLocalService> { |
|
||||||
public InfoFascicoloLocalServiceWrapper( |
|
||||||
InfoFascicoloLocalService infoFascicoloLocalService) { |
|
||||||
_infoFascicoloLocalService = infoFascicoloLocalService; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Adds the info fascicolo to the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was added |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.addInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key for the new info fascicolo |
|
||||||
* @return the new info fascicolo |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo createInfoFascicolo( |
|
||||||
long infoFascicoloId) { |
|
||||||
return _infoFascicoloLocalService.createInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.deleteInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Deletes the info fascicolo from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo deleteInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.deleteInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { |
|
||||||
return _infoFascicoloLocalService.dynamicQuery(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns the matching rows. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.dynamicQuery(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns a range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @return the range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end) throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.dynamicQuery(dynamicQuery, start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param start the lower bound of the range of model instances |
|
||||||
* @param end the upper bound of the range of model instances (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching rows |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
@SuppressWarnings("rawtypes") |
|
||||||
public java.util.List dynamicQuery( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, |
|
||||||
int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.dynamicQuery(dynamicQuery, start, |
|
||||||
end, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.dynamicQueryCount(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of rows that match the dynamic query. |
|
||||||
* |
|
||||||
* @param dynamicQuery the dynamic query |
|
||||||
* @param projection the projection to apply to the query |
|
||||||
* @return the number of rows that match the dynamic query |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public long dynamicQueryCount( |
|
||||||
com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, |
|
||||||
com.liferay.portal.kernel.dao.orm.Projection projection) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.dynamicQueryCount(dynamicQuery, |
|
||||||
projection); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.fetchInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.fetchInfoFascicoloByUuidAndCompanyId(uuid, |
|
||||||
companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.fetchInfoFascicoloByUuidAndGroupId(uuid, |
|
||||||
groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo |
|
||||||
* @throws PortalException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicolo( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getInfoFascicolo(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public com.liferay.portal.model.PersistedModel getPersistedModel( |
|
||||||
java.io.Serializable primaryKeyObj) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getPersistedModel(primaryKeyObj); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the matching UUID and company. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param companyId the primary key of the company |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndCompanyId( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getInfoFascicoloByUuidAndCompanyId(uuid, |
|
||||||
companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo matching the UUID and group. |
|
||||||
* |
|
||||||
* @param uuid the info fascicolo's UUID |
|
||||||
* @param groupId the primary key of the group |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws PortalException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo getInfoFascicoloByUuidAndGroupId( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getInfoFascicoloByUuidAndGroupId(uuid, |
|
||||||
groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> getInfoFascicolos( |
|
||||||
int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getInfoFascicolos(start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos. |
|
||||||
* |
|
||||||
* @return the number of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public int getInfoFascicolosCount() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.getInfoFascicolosCount(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Updates the info fascicolo in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
* @return the info fascicolo that was updated |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo updateInfoFascicolo( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.updateInfoFascicolo(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getBeanIdentifier() { |
|
||||||
return _infoFascicoloLocalService.getBeanIdentifier(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setBeanIdentifier(java.lang.String beanIdentifier) { |
|
||||||
_infoFascicoloLocalService.setBeanIdentifier(beanIdentifier); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable { |
|
||||||
return _infoFascicoloLocalService.invokeMethod(name, parameterTypes, |
|
||||||
arguments); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.addInfoFascicolo(intPraticaId, |
|
||||||
numeroProgetto, serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo addInfoFascicolo( |
|
||||||
long intPraticaId, java.lang.String numeroProgetto, |
|
||||||
boolean alreadyImported, |
|
||||||
com.liferay.portal.service.ServiceContext serviceContext) |
|
||||||
throws com.liferay.portal.kernel.exception.PortalException, |
|
||||||
com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return _infoFascicoloLocalService.addInfoFascicolo(intPraticaId, |
|
||||||
numeroProgetto, alreadyImported, serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return _infoFascicoloLocalService.findByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return _infoFascicoloLocalService.fetchByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo updateAlreadyImportedField( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return _infoFascicoloLocalService.updateAlreadyImportedField(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.1.0, replaced by {@link #getWrappedService} |
|
||||||
*/ |
|
||||||
public InfoFascicoloLocalService getWrappedInfoFascicoloLocalService() { |
|
||||||
return _infoFascicoloLocalService; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.1.0, replaced by {@link #setWrappedService} |
|
||||||
*/ |
|
||||||
public void setWrappedInfoFascicoloLocalService( |
|
||||||
InfoFascicoloLocalService infoFascicoloLocalService) { |
|
||||||
_infoFascicoloLocalService = infoFascicoloLocalService; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public InfoFascicoloLocalService getWrappedService() { |
|
||||||
return _infoFascicoloLocalService; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setWrappedService( |
|
||||||
InfoFascicoloLocalService infoFascicoloLocalService) { |
|
||||||
_infoFascicoloLocalService = infoFascicoloLocalService; |
|
||||||
} |
|
||||||
|
|
||||||
private InfoFascicoloLocalService _infoFascicoloLocalService; |
|
||||||
} |
|
@ -1,66 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.exception.PortalException; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.kernel.jsonwebservice.JSONWebService; |
|
||||||
import com.liferay.portal.kernel.transaction.Isolation; |
|
||||||
import com.liferay.portal.kernel.transaction.Transactional; |
|
||||||
import com.liferay.portal.security.ac.AccessControlled; |
|
||||||
import com.liferay.portal.service.BaseService; |
|
||||||
import com.liferay.portal.service.InvokableService; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides the remote service interface for InfoFascicolo. Methods of this |
|
||||||
* service are expected to have security checks based on the propagated JAAS |
|
||||||
* credentials because this service can be accessed remotely. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloServiceUtil |
|
||||||
* @see it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl |
|
||||||
* @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
@AccessControlled |
|
||||||
@JSONWebService |
|
||||||
@Transactional(isolation = Isolation.PORTAL, rollbackFor = { |
|
||||||
PortalException.class, SystemException.class}) |
|
||||||
public interface InfoFascicoloService extends BaseService, InvokableService { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify or reference this interface directly. Always use {@link InfoFascicoloServiceUtil} to access the info fascicolo remote service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public java.lang.String getBeanIdentifier(); |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public void setBeanIdentifier(java.lang.String beanIdentifier); |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable; |
|
||||||
} |
|
@ -1,91 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.service.InvokableService; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloServiceClp implements InfoFascicoloService { |
|
||||||
public InfoFascicoloServiceClp(InvokableService invokableService) { |
|
||||||
_invokableService = invokableService; |
|
||||||
|
|
||||||
_methodName0 = "getBeanIdentifier"; |
|
||||||
|
|
||||||
_methodParameterTypes0 = new String[] { }; |
|
||||||
|
|
||||||
_methodName1 = "setBeanIdentifier"; |
|
||||||
|
|
||||||
_methodParameterTypes1 = new String[] { "java.lang.String" }; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.String getBeanIdentifier() { |
|
||||||
Object returnObj = null; |
|
||||||
|
|
||||||
try { |
|
||||||
returnObj = _invokableService.invokeMethod(_methodName0, |
|
||||||
_methodParameterTypes0, new Object[] { }); |
|
||||||
} |
|
||||||
catch (Throwable t) { |
|
||||||
t = ClpSerializer.translateThrowable(t); |
|
||||||
|
|
||||||
if (t instanceof RuntimeException) { |
|
||||||
throw (RuntimeException)t; |
|
||||||
} |
|
||||||
else { |
|
||||||
throw new RuntimeException(t.getClass().getName() + |
|
||||||
" is not a valid exception"); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
return (java.lang.String)ClpSerializer.translateOutput(returnObj); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setBeanIdentifier(java.lang.String beanIdentifier) { |
|
||||||
try { |
|
||||||
_invokableService.invokeMethod(_methodName1, |
|
||||||
_methodParameterTypes1, |
|
||||||
new Object[] { ClpSerializer.translateInput(beanIdentifier) }); |
|
||||||
} |
|
||||||
catch (Throwable t) { |
|
||||||
t = ClpSerializer.translateThrowable(t); |
|
||||||
|
|
||||||
if (t instanceof RuntimeException) { |
|
||||||
throw (RuntimeException)t; |
|
||||||
} |
|
||||||
else { |
|
||||||
throw new RuntimeException(t.getClass().getName() + |
|
||||||
" is not a valid exception"); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable { |
|
||||||
throw new UnsupportedOperationException(); |
|
||||||
} |
|
||||||
|
|
||||||
private InvokableService _invokableService; |
|
||||||
private String _methodName0; |
|
||||||
private String[] _methodParameterTypes0; |
|
||||||
private String _methodName1; |
|
||||||
private String[] _methodParameterTypes1; |
|
||||||
} |
|
@ -1,96 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; |
|
||||||
import com.liferay.portal.kernel.util.ReferenceRegistry; |
|
||||||
import com.liferay.portal.service.InvokableService; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides the remote service utility for InfoFascicolo. This utility wraps |
|
||||||
* {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and is the |
|
||||||
* primary access point for service operations in application layer code running |
|
||||||
* on a remote server. Methods of this service are expected to have security |
|
||||||
* checks based on the propagated JAAS credentials because this service can be |
|
||||||
* accessed remotely. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloService |
|
||||||
* @see it.tref.liferay.portos.bo.service.base.InfoFascicoloServiceBaseImpl |
|
||||||
* @see it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloServiceUtil { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.InfoFascicoloServiceImpl} and rerun ServiceBuilder to regenerate this class. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public static java.lang.String getBeanIdentifier() { |
|
||||||
return getService().getBeanIdentifier(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
public static void setBeanIdentifier(java.lang.String beanIdentifier) { |
|
||||||
getService().setBeanIdentifier(beanIdentifier); |
|
||||||
} |
|
||||||
|
|
||||||
public static java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable { |
|
||||||
return getService().invokeMethod(name, parameterTypes, arguments); |
|
||||||
} |
|
||||||
|
|
||||||
public static void clearService() { |
|
||||||
_service = null; |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloService getService() { |
|
||||||
if (_service == null) { |
|
||||||
InvokableService invokableService = (InvokableService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(), |
|
||||||
InfoFascicoloService.class.getName()); |
|
||||||
|
|
||||||
if (invokableService instanceof InfoFascicoloService) { |
|
||||||
_service = (InfoFascicoloService)invokableService; |
|
||||||
} |
|
||||||
else { |
|
||||||
_service = new InfoFascicoloServiceClp(invokableService); |
|
||||||
} |
|
||||||
|
|
||||||
ReferenceRegistry.registerReference(InfoFascicoloServiceUtil.class, |
|
||||||
"_service"); |
|
||||||
} |
|
||||||
|
|
||||||
return _service; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.2.0 |
|
||||||
*/ |
|
||||||
public void setService(InfoFascicoloService service) { |
|
||||||
} |
|
||||||
|
|
||||||
private static InfoFascicoloService _service; |
|
||||||
} |
|
@ -1,87 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service; |
|
||||||
|
|
||||||
import com.liferay.portal.service.ServiceWrapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* Provides a wrapper for {@link InfoFascicoloService}. |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloService |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloServiceWrapper implements InfoFascicoloService, |
|
||||||
ServiceWrapper<InfoFascicoloService> { |
|
||||||
public InfoFascicoloServiceWrapper( |
|
||||||
InfoFascicoloService infoFascicoloService) { |
|
||||||
_infoFascicoloService = infoFascicoloService; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @return the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public java.lang.String getBeanIdentifier() { |
|
||||||
return _infoFascicoloService.getBeanIdentifier(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Sets the Spring bean ID for this bean. |
|
||||||
* |
|
||||||
* @param beanIdentifier the Spring bean ID for this bean |
|
||||||
*/ |
|
||||||
@Override |
|
||||||
public void setBeanIdentifier(java.lang.String beanIdentifier) { |
|
||||||
_infoFascicoloService.setBeanIdentifier(beanIdentifier); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public java.lang.Object invokeMethod(java.lang.String name, |
|
||||||
java.lang.String[] parameterTypes, java.lang.Object[] arguments) |
|
||||||
throws java.lang.Throwable { |
|
||||||
return _infoFascicoloService.invokeMethod(name, parameterTypes, |
|
||||||
arguments); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.1.0, replaced by {@link #getWrappedService} |
|
||||||
*/ |
|
||||||
public InfoFascicoloService getWrappedInfoFascicoloService() { |
|
||||||
return _infoFascicoloService; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.1.0, replaced by {@link #setWrappedService} |
|
||||||
*/ |
|
||||||
public void setWrappedInfoFascicoloService( |
|
||||||
InfoFascicoloService infoFascicoloService) { |
|
||||||
_infoFascicoloService = infoFascicoloService; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public InfoFascicoloService getWrappedService() { |
|
||||||
return _infoFascicoloService; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public void setWrappedService(InfoFascicoloService infoFascicoloService) { |
|
||||||
_infoFascicoloService = infoFascicoloService; |
|
||||||
} |
|
||||||
|
|
||||||
private InfoFascicoloService _infoFascicoloService; |
|
||||||
} |
|
@ -1,37 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service.persistence; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.model.InfoFascicolo; |
|
||||||
import it.tref.liferay.portos.bo.service.InfoFascicoloLocalServiceUtil; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public abstract class InfoFascicoloActionableDynamicQuery |
|
||||||
extends BaseActionableDynamicQuery { |
|
||||||
public InfoFascicoloActionableDynamicQuery() throws SystemException { |
|
||||||
setBaseLocalService(InfoFascicoloLocalServiceUtil.getService()); |
|
||||||
setClass(InfoFascicolo.class); |
|
||||||
|
|
||||||
setClassLoader(it.tref.liferay.portos.bo.service.ClpSerializer.class.getClassLoader()); |
|
||||||
|
|
||||||
setPrimaryKeyPropertyName("infoFascicoloId"); |
|
||||||
} |
|
||||||
} |
|
@ -1,85 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service.persistence; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.dao.orm.DynamicQuery; |
|
||||||
import com.liferay.portal.kernel.exception.PortalException; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.kernel.lar.ExportImportHelperUtil; |
|
||||||
import com.liferay.portal.kernel.lar.ManifestSummary; |
|
||||||
import com.liferay.portal.kernel.lar.PortletDataContext; |
|
||||||
import com.liferay.portal.kernel.lar.StagedModelDataHandlerUtil; |
|
||||||
import com.liferay.portal.kernel.lar.StagedModelType; |
|
||||||
import com.liferay.portal.util.PortalUtil; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.model.InfoFascicolo; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloExportActionableDynamicQuery |
|
||||||
extends InfoFascicoloActionableDynamicQuery { |
|
||||||
public InfoFascicoloExportActionableDynamicQuery( |
|
||||||
PortletDataContext portletDataContext) throws SystemException { |
|
||||||
_portletDataContext = portletDataContext; |
|
||||||
|
|
||||||
setCompanyId(_portletDataContext.getCompanyId()); |
|
||||||
|
|
||||||
setGroupId(_portletDataContext.getScopeGroupId()); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public long performCount() throws PortalException, SystemException { |
|
||||||
ManifestSummary manifestSummary = _portletDataContext.getManifestSummary(); |
|
||||||
|
|
||||||
StagedModelType stagedModelType = getStagedModelType(); |
|
||||||
|
|
||||||
long modelAdditionCount = super.performCount(); |
|
||||||
|
|
||||||
manifestSummary.addModelAdditionCount(stagedModelType.toString(), |
|
||||||
modelAdditionCount); |
|
||||||
|
|
||||||
long modelDeletionCount = ExportImportHelperUtil.getModelDeletionCount(_portletDataContext, |
|
||||||
stagedModelType); |
|
||||||
|
|
||||||
manifestSummary.addModelDeletionCount(stagedModelType.toString(), |
|
||||||
modelDeletionCount); |
|
||||||
|
|
||||||
return modelAdditionCount; |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
protected void addCriteria(DynamicQuery dynamicQuery) { |
|
||||||
_portletDataContext.addDateRangeCriteria(dynamicQuery, "modifiedDate"); |
|
||||||
} |
|
||||||
|
|
||||||
protected StagedModelType getStagedModelType() { |
|
||||||
return new StagedModelType(PortalUtil.getClassNameId( |
|
||||||
InfoFascicolo.class.getName())); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
@SuppressWarnings("unused") |
|
||||||
protected void performAction(Object object) |
|
||||||
throws PortalException, SystemException { |
|
||||||
InfoFascicolo stagedModel = (InfoFascicolo)object; |
|
||||||
|
|
||||||
StagedModelDataHandlerUtil.exportStagedModel(_portletDataContext, |
|
||||||
stagedModel); |
|
||||||
} |
|
||||||
|
|
||||||
private PortletDataContext _portletDataContext; |
|
||||||
} |
|
@ -1,572 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service.persistence; |
|
||||||
|
|
||||||
import com.liferay.portal.service.persistence.BasePersistence; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.model.InfoFascicolo; |
|
||||||
|
|
||||||
/** |
|
||||||
* The persistence interface for the info fascicolo service. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Caching information and settings can be found in <code>portal.properties</code> |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloPersistenceImpl |
|
||||||
* @see InfoFascicoloUtil |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public interface InfoFascicoloPersistence extends BasePersistence<InfoFascicolo> { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify or reference this interface directly. Always use {@link InfoFascicoloUtil} to access the info fascicolo persistence. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this interface. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @return the matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid, int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid, int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_First( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_First( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_Last( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_Last( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the current info fascicolo |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the previous, current, and next info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_PrevAndNext( |
|
||||||
long infoFascicoloId, java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos where uuid = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public void removeByUuid(java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public int countByUuid(java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or returns <code>null</code> if it could not be found. Uses the finder cache. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or returns <code>null</code> if it could not be found, optionally using the finder cache. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @param retrieveFromCache whether to use the finder cache |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( |
|
||||||
java.lang.String uuid, long groupId, boolean retrieveFromCache) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo where uuid = ? and groupId = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo removeByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ? and groupId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public int countByUUID_G(java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @return the matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId, int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId, int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_First( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_First( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_Last( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_Last( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the current info fascicolo |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the previous, current, and next info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_C_PrevAndNext( |
|
||||||
long infoFascicoloId, java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos where uuid = ? and companyId = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public void removeByUuid_C(java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public int countByUuid_C(java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or returns <code>null</code> if it could not be found. Uses the finder cache. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or returns <code>null</code> if it could not be found, optionally using the finder cache. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @param retrieveFromCache whether to use the finder cache |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId, boolean retrieveFromCache) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo where intPraticaId = ? from the database. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo removeByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where intPraticaId = ?. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public int countByIntPratica(long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Caches the info fascicolo in the entity cache if it is enabled. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
*/ |
|
||||||
public void cacheResult( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo); |
|
||||||
|
|
||||||
/** |
|
||||||
* Caches the info fascicolos in the entity cache if it is enabled. |
|
||||||
* |
|
||||||
* @param infoFascicolos the info fascicolos |
|
||||||
*/ |
|
||||||
public void cacheResult( |
|
||||||
java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> infoFascicolos); |
|
||||||
|
|
||||||
/** |
|
||||||
* Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key for the new info fascicolo |
|
||||||
* @return the new info fascicolo |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo create( |
|
||||||
long infoFascicoloId); |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo remove( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo updateImpl( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo findByPrimaryKey( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key or returns <code>null</code> if it could not be found. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo, or <code>null</code> if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public it.tref.liferay.portos.bo.model.InfoFascicolo fetchByPrimaryKey( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos. |
|
||||||
* |
|
||||||
* @return the info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll( |
|
||||||
int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll( |
|
||||||
int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos from the database. |
|
||||||
* |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public void removeAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos. |
|
||||||
* |
|
||||||
* @return the number of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public int countAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException; |
|
||||||
} |
|
@ -1,759 +0,0 @@ |
|||||||
/** |
|
||||||
* Copyright (c) 2000-present Liferay, Inc. All rights reserved. |
|
||||||
* |
|
||||||
* This library is free software; you can redistribute it and/or modify it under |
|
||||||
* the terms of the GNU Lesser General Public License as published by the Free |
|
||||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
|
||||||
* any later version. |
|
||||||
* |
|
||||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
||||||
* details. |
|
||||||
*/ |
|
||||||
|
|
||||||
package it.tref.liferay.portos.bo.service.persistence; |
|
||||||
|
|
||||||
import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil; |
|
||||||
import com.liferay.portal.kernel.dao.orm.DynamicQuery; |
|
||||||
import com.liferay.portal.kernel.exception.SystemException; |
|
||||||
import com.liferay.portal.kernel.util.OrderByComparator; |
|
||||||
import com.liferay.portal.kernel.util.ReferenceRegistry; |
|
||||||
import com.liferay.portal.service.ServiceContext; |
|
||||||
|
|
||||||
import it.tref.liferay.portos.bo.model.InfoFascicolo; |
|
||||||
|
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
/** |
|
||||||
* The persistence utility for the info fascicolo service. This utility wraps {@link InfoFascicoloPersistenceImpl} and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Caching information and settings can be found in <code>portal.properties</code> |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @author Davide Barbagallo, 3F Consulting |
|
||||||
* @see InfoFascicoloPersistence |
|
||||||
* @see InfoFascicoloPersistenceImpl |
|
||||||
* @generated |
|
||||||
*/ |
|
||||||
public class InfoFascicoloUtil { |
|
||||||
/* |
|
||||||
* NOTE FOR DEVELOPERS: |
|
||||||
* |
|
||||||
* Never modify this class directly. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this class. |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#clearCache() |
|
||||||
*/ |
|
||||||
public static void clearCache() { |
|
||||||
getPersistence().clearCache(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#clearCache(com.liferay.portal.model.BaseModel) |
|
||||||
*/ |
|
||||||
public static void clearCache(InfoFascicolo infoFascicolo) { |
|
||||||
getPersistence().clearCache(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#countWithDynamicQuery(DynamicQuery) |
|
||||||
*/ |
|
||||||
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) |
|
||||||
throws SystemException { |
|
||||||
return getPersistence().countWithDynamicQuery(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery) |
|
||||||
*/ |
|
||||||
public static List<InfoFascicolo> findWithDynamicQuery( |
|
||||||
DynamicQuery dynamicQuery) throws SystemException { |
|
||||||
return getPersistence().findWithDynamicQuery(dynamicQuery); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int) |
|
||||||
*/ |
|
||||||
public static List<InfoFascicolo> findWithDynamicQuery( |
|
||||||
DynamicQuery dynamicQuery, int start, int end) |
|
||||||
throws SystemException { |
|
||||||
return getPersistence().findWithDynamicQuery(dynamicQuery, start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator) |
|
||||||
*/ |
|
||||||
public static List<InfoFascicolo> findWithDynamicQuery( |
|
||||||
DynamicQuery dynamicQuery, int start, int end, |
|
||||||
OrderByComparator orderByComparator) throws SystemException { |
|
||||||
return getPersistence() |
|
||||||
.findWithDynamicQuery(dynamicQuery, start, end, |
|
||||||
orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel) |
|
||||||
*/ |
|
||||||
public static InfoFascicolo update(InfoFascicolo infoFascicolo) |
|
||||||
throws SystemException { |
|
||||||
return getPersistence().update(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel, ServiceContext) |
|
||||||
*/ |
|
||||||
public static InfoFascicolo update(InfoFascicolo infoFascicolo, |
|
||||||
ServiceContext serviceContext) throws SystemException { |
|
||||||
return getPersistence().update(infoFascicolo, serviceContext); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @return the matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findByUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid, int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findByUuid(uuid, start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid( |
|
||||||
java.lang.String uuid, int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findByUuid(uuid, start, end, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_First( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().findByUuid_First(uuid, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_First( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByUuid_First(uuid, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_Last( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().findByUuid_Last(uuid, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_Last( |
|
||||||
java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByUuid_Last(uuid, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ?. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the current info fascicolo |
|
||||||
* @param uuid the uuid |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the previous, current, and next info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_PrevAndNext( |
|
||||||
long infoFascicoloId, java.lang.String uuid, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence() |
|
||||||
.findByUuid_PrevAndNext(infoFascicoloId, uuid, |
|
||||||
orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos where uuid = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static void removeByUuid(java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
getPersistence().removeByUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int countByUuid(java.lang.String uuid) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().countByUuid(uuid); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().findByUUID_G(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or returns <code>null</code> if it could not be found. Uses the finder cache. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByUUID_G(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where uuid = ? and groupId = ? or returns <code>null</code> if it could not be found, optionally using the finder cache. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @param retrieveFromCache whether to use the finder cache |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUUID_G( |
|
||||||
java.lang.String uuid, long groupId, boolean retrieveFromCache) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByUUID_G(uuid, groupId, retrieveFromCache); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo where uuid = ? and groupId = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo removeByUUID_G( |
|
||||||
java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().removeByUUID_G(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ? and groupId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param groupId the group ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int countByUUID_G(java.lang.String uuid, long groupId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().countByUUID_G(uuid, groupId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @return the matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findByUuid_C(uuid, companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId, int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findByUuid_C(uuid, companyId, start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findByUuid_C( |
|
||||||
java.lang.String uuid, long companyId, int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence() |
|
||||||
.findByUuid_C(uuid, companyId, start, end, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_First( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence() |
|
||||||
.findByUuid_C_First(uuid, companyId, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the first info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the first matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_First( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence() |
|
||||||
.fetchByUuid_C_First(uuid, companyId, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByUuid_C_Last( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence() |
|
||||||
.findByUuid_C_Last(uuid, companyId, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the last info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the last matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByUuid_C_Last( |
|
||||||
java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence() |
|
||||||
.fetchByUuid_C_Last(uuid, companyId, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolos before and after the current info fascicolo in the ordered set where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the current info fascicolo |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>) |
|
||||||
* @return the previous, current, and next info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo[] findByUuid_C_PrevAndNext( |
|
||||||
long infoFascicoloId, java.lang.String uuid, long companyId, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence() |
|
||||||
.findByUuid_C_PrevAndNext(infoFascicoloId, uuid, companyId, |
|
||||||
orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos where uuid = ? and companyId = ? from the database. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static void removeByUuid_C(java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
getPersistence().removeByUuid_C(uuid, companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where uuid = ? and companyId = ?. |
|
||||||
* |
|
||||||
* @param uuid the uuid |
|
||||||
* @param companyId the company ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int countByUuid_C(java.lang.String uuid, long companyId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().countByUuid_C(uuid, companyId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the matching info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().findByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or returns <code>null</code> if it could not be found. Uses the finder cache. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo where intPraticaId = ? or returns <code>null</code> if it could not be found, optionally using the finder cache. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @param retrieveFromCache whether to use the finder cache |
|
||||||
* @return the matching info fascicolo, or <code>null</code> if a matching info fascicolo could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByIntPratica( |
|
||||||
long intPraticaId, boolean retrieveFromCache) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence() |
|
||||||
.fetchByIntPratica(intPraticaId, retrieveFromCache); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo where intPraticaId = ? from the database. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo removeByIntPratica( |
|
||||||
long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().removeByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos where intPraticaId = ?. |
|
||||||
* |
|
||||||
* @param intPraticaId the int pratica ID |
|
||||||
* @return the number of matching info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int countByIntPratica(long intPraticaId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().countByIntPratica(intPraticaId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Caches the info fascicolo in the entity cache if it is enabled. |
|
||||||
* |
|
||||||
* @param infoFascicolo the info fascicolo |
|
||||||
*/ |
|
||||||
public static void cacheResult( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) { |
|
||||||
getPersistence().cacheResult(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Caches the info fascicolos in the entity cache if it is enabled. |
|
||||||
* |
|
||||||
* @param infoFascicolos the info fascicolos |
|
||||||
*/ |
|
||||||
public static void cacheResult( |
|
||||||
java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> infoFascicolos) { |
|
||||||
getPersistence().cacheResult(infoFascicolos); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Creates a new info fascicolo with the primary key. Does not add the info fascicolo to the database. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key for the new info fascicolo |
|
||||||
* @return the new info fascicolo |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo create( |
|
||||||
long infoFascicoloId) { |
|
||||||
return getPersistence().create(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes the info fascicolo with the primary key from the database. Also notifies the appropriate model listeners. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo that was removed |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo remove( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().remove(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo updateImpl( |
|
||||||
it.tref.liferay.portos.bo.model.InfoFascicolo infoFascicolo) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().updateImpl(infoFascicolo); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchInfoFascicoloException} if it could not be found. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo |
|
||||||
* @throws it.tref.liferay.portos.bo.NoSuchInfoFascicoloException if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo findByPrimaryKey( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException, |
|
||||||
it.tref.liferay.portos.bo.NoSuchInfoFascicoloException { |
|
||||||
return getPersistence().findByPrimaryKey(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the info fascicolo with the primary key or returns <code>null</code> if it could not be found. |
|
||||||
* |
|
||||||
* @param infoFascicoloId the primary key of the info fascicolo |
|
||||||
* @return the info fascicolo, or <code>null</code> if a info fascicolo with the primary key could not be found |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static it.tref.liferay.portos.bo.model.InfoFascicolo fetchByPrimaryKey( |
|
||||||
long infoFascicoloId) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().fetchByPrimaryKey(infoFascicoloId); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns all the info fascicolos. |
|
||||||
* |
|
||||||
* @return the info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findAll(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns a range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @return the range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll( |
|
||||||
int start, int end) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findAll(start, end); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns an ordered range of all the info fascicolos. |
|
||||||
* |
|
||||||
* <p> |
|
||||||
* Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.InfoFascicoloModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. |
|
||||||
* </p> |
|
||||||
* |
|
||||||
* @param start the lower bound of the range of info fascicolos |
|
||||||
* @param end the upper bound of the range of info fascicolos (not inclusive) |
|
||||||
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>) |
|
||||||
* @return the ordered range of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static java.util.List<it.tref.liferay.portos.bo.model.InfoFascicolo> findAll( |
|
||||||
int start, int end, |
|
||||||
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().findAll(start, end, orderByComparator); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Removes all the info fascicolos from the database. |
|
||||||
* |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static void removeAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
getPersistence().removeAll(); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* Returns the number of info fascicolos. |
|
||||||
* |
|
||||||
* @return the number of info fascicolos |
|
||||||
* @throws SystemException if a system exception occurred |
|
||||||
*/ |
|
||||||
public static int countAll() |
|
||||||
throws com.liferay.portal.kernel.exception.SystemException { |
|
||||||
return getPersistence().countAll(); |
|
||||||
} |
|
||||||
|
|
||||||
public static InfoFascicoloPersistence getPersistence() { |
|
||||||
if (_persistence == null) { |
|
||||||
_persistence = (InfoFascicoloPersistence)PortletBeanLocatorUtil.locate(it.tref.liferay.portos.bo.service.ClpSerializer.getServletContextName(), |
|
||||||
InfoFascicoloPersistence.class.getName()); |
|
||||||
|
|
||||||
ReferenceRegistry.registerReference(InfoFascicoloUtil.class, |
|
||||||
"_persistence"); |
|
||||||
} |
|
||||||
|
|
||||||
return _persistence; |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* @deprecated As of 6.2.0 |
|
||||||
*/ |
|
||||||
public void setPersistence(InfoFascicoloPersistence persistence) { |
|
||||||
} |
|
||||||
|
|
||||||
private static InfoFascicoloPersistence _persistence; |
|
||||||
} |
|
Some files were not shown because too many files have changed in this diff Show More
Caricamento…
Reference in new issue