Sfoglia il codice sorgente

integrate db records with procedure init

feature/kafka-integrator
E-A 1 anno fa
parent
commit
66ffbcfb0b
  1. 11
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/.project
  2. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/commons-logging.jar
  3. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/jstl-api.jar
  4. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/jstl-impl.jar
  5. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/log4j.jar
  6. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/schedulatore-portos-pratiche-portlet-service.jar
  7. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/util-bridges.jar
  8. BIN
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/util-taglib.jar
  9. 3
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/liferay-plugin-package.properties
  10. 9
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service.xml
  11. 38
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsClp.java
  12. 12
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsModel.java
  13. 16
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsSoap.java
  14. 24
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsWrapper.java
  15. 17
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalService.java
  16. 30
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceClp.java
  17. 27
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceUtil.java
  18. 28
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceWrapper.java
  19. 3
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalService.java
  20. 34
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceClp.java
  21. 5
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceUtil.java
  22. 6
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceWrapper.java
  23. 2
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsActionableDynamicQuery.java
  24. 21
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsPersistence.java
  25. 31
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsUtil.java
  26. 117
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/SportelloPersistence.java
  27. 135
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/SportelloUtil.java
  28. 2
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
  29. 2
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
  30. 4
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
  31. 43
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/integratore/IntegratoreSchedulato.java
  32. 12
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/ScheduledActionsCacheModel.java
  33. 40
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/ScheduledActionsModelImpl.java
  34. 31
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/SportelloModelImpl.java
  35. 22
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/ScheduledActionsLocalServiceBaseImpl.java
  36. 7
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/ScheduledActionsLocalServiceClpInvoker.java
  37. 11
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/SportelloLocalServiceClpInvoker.java
  38. 3
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/impl/ScheduledActionsLocalServiceImpl.java
  39. 11
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/impl/SportelloLocalServiceImpl.java
  40. 35
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/persistence/ScheduledActionsPersistenceImpl.java
  41. 362
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/persistence/SportelloPersistenceImpl.java
  42. 4
      liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/service.properties

11
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/.project

@ -33,4 +33,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
<filteredResources>
<filter>
<id>1683124486720</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/commons-logging.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/jstl-api.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/jstl-impl.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/log4j.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/schedulatore-portos-pratiche-portlet-service.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/util-bridges.jar

File binario non mostrato.

BIN
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/lib/util-taglib.jar

File binario non mostrato.

3
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/liferay-plugin-package.properties

@ -12,4 +12,5 @@ liferay-versions=6.2.0+
portal-dependency-jars=\
jstl-api.jar,\
jstl-impl.jar
required-deployment-contexts=\
portos-bo-portlet

9
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service.xml

@ -23,8 +23,9 @@
<column name="creationDate" type="Date" db-name="creation_date" />
<column name="lastUpdateDate" type="Date" db-name="last_update_date" />
<column name="sentToPortosDate" type="Date" db-name="sent_to_portos_date" />
<finder return-type="Collection" name="Id">
<finder-column name="id" />
</finder>
</entity>
<entity name="HeadSportello" table="head_sportello"
data-source="suesuapDataSource" local-service="true" remote-service="false"
@ -46,16 +47,14 @@
data-source="suesuapDataSource" local-service="true" remote-service="false"
session-factory="suesuapSessionFactory"
tx-manager="suesuapTransactionManager">
<column name="shop_id" primary="true" type="long" db-name="shop_id" />
<column name="shopId" primary="true" type="long" db-name="shop_id" />
<column name="requestAction" type="int" db-name="request_action"></column>
<column name="headers" type="String" db-name="headers"></column>
<column name="errorLog" type="String" db-name="error_log"></column>
<column name="errorFlag" type="boolean" db-name="error_flag"></column>
<column name="intPraticaId" type="long" db-name="int_pratica_id" />
<finder return-type="Collection" name="IntPraticaId">
<finder-column name="intPraticaId" />
</finder>
</entity>
</service-builder>

38
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsClp.java

@ -51,17 +51,17 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
@Override
public long getPrimaryKey() {
return _shop_id;
return _shopId;
}
@Override
public void setPrimaryKey(long primaryKey) {
setShop_id(primaryKey);
setShopId(primaryKey);
}
@Override
public Serializable getPrimaryKeyObj() {
return _shop_id;
return _shopId;
}
@Override
@ -73,7 +73,7 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("shop_id", getShop_id());
attributes.put("shopId", getShopId());
attributes.put("requestAction", getRequestAction());
attributes.put("headers", getHeaders());
attributes.put("errorLog", getErrorLog());
@ -85,10 +85,10 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
@Override
public void setModelAttributes(Map<String, Object> attributes) {
Long shop_id = (Long)attributes.get("shop_id");
Long shopId = (Long)attributes.get("shopId");
if (shop_id != null) {
setShop_id(shop_id);
if (shopId != null) {
setShopId(shopId);
}
Integer requestAction = (Integer)attributes.get("requestAction");
@ -123,21 +123,21 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
}
@Override
public long getShop_id() {
return _shop_id;
public long getShopId() {
return _shopId;
}
@Override
public void setShop_id(long shop_id) {
_shop_id = shop_id;
public void setShopId(long shopId) {
_shopId = shopId;
if (_scheduledActionsRemoteModel != null) {
try {
Class<?> clazz = _scheduledActionsRemoteModel.getClass();
Method method = clazz.getMethod("setShop_id", long.class);
Method method = clazz.getMethod("setShopId", long.class);
method.invoke(_scheduledActionsRemoteModel, shop_id);
method.invoke(_scheduledActionsRemoteModel, shopId);
}
catch (Exception e) {
throw new UnsupportedOperationException(e);
@ -336,7 +336,7 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
public Object clone() {
ScheduledActionsClp clone = new ScheduledActionsClp();
clone.setShop_id(getShop_id());
clone.setShopId(getShopId());
clone.setRequestAction(getRequestAction());
clone.setHeaders(getHeaders());
clone.setErrorLog(getErrorLog());
@ -396,8 +396,8 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
public String toString() {
StringBundler sb = new StringBundler(13);
sb.append("{shop_id=");
sb.append(getShop_id());
sb.append("{shopId=");
sb.append(getShopId());
sb.append(", requestAction=");
sb.append(getRequestAction());
sb.append(", headers=");
@ -422,8 +422,8 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
sb.append("</model-name>");
sb.append(
"<column><column-name>shop_id</column-name><column-value><![CDATA[");
sb.append(getShop_id());
"<column><column-name>shopId</column-name><column-value><![CDATA[");
sb.append(getShopId());
sb.append("]]></column-value></column>");
sb.append(
"<column><column-name>requestAction</column-name><column-value><![CDATA[");
@ -451,7 +451,7 @@ public class ScheduledActionsClp extends BaseModelImpl<ScheduledActions>
return sb.toString();
}
private long _shop_id;
private long _shopId;
private int _requestAction;
private String _headers;
private String _errorLog;

12
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsModel.java

@ -58,18 +58,18 @@ public interface ScheduledActionsModel extends BaseModel<ScheduledActions> {
public void setPrimaryKey(long primaryKey);
/**
* Returns the shop_id of this scheduled actions.
* Returns the shop ID of this scheduled actions.
*
* @return the shop_id of this scheduled actions
* @return the shop ID of this scheduled actions
*/
public long getShop_id();
public long getShopId();
/**
* Sets the shop_id of this scheduled actions.
* Sets the shop ID of this scheduled actions.
*
* @param shop_id the shop_id of this scheduled actions
* @param shopId the shop ID of this scheduled actions
*/
public void setShop_id(long shop_id);
public void setShopId(long shopId);
/**
* Returns the request action of this scheduled actions.

16
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsSoap.java

@ -29,7 +29,7 @@ public class ScheduledActionsSoap implements Serializable {
public static ScheduledActionsSoap toSoapModel(ScheduledActions model) {
ScheduledActionsSoap soapModel = new ScheduledActionsSoap();
soapModel.setShop_id(model.getShop_id());
soapModel.setShopId(model.getShopId());
soapModel.setRequestAction(model.getRequestAction());
soapModel.setHeaders(model.getHeaders());
soapModel.setErrorLog(model.getErrorLog());
@ -82,19 +82,19 @@ public class ScheduledActionsSoap implements Serializable {
}
public long getPrimaryKey() {
return _shop_id;
return _shopId;
}
public void setPrimaryKey(long pk) {
setShop_id(pk);
setShopId(pk);
}
public long getShop_id() {
return _shop_id;
public long getShopId() {
return _shopId;
}
public void setShop_id(long shop_id) {
_shop_id = shop_id;
public void setShopId(long shopId) {
_shopId = shopId;
}
public int getRequestAction() {
@ -141,7 +141,7 @@ public class ScheduledActionsSoap implements Serializable {
_intPraticaId = intPraticaId;
}
private long _shop_id;
private long _shopId;
private int _requestAction;
private String _headers;
private String _errorLog;

24
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/model/ScheduledActionsWrapper.java

@ -49,7 +49,7 @@ public class ScheduledActionsWrapper implements ScheduledActions,
public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("shop_id", getShop_id());
attributes.put("shopId", getShopId());
attributes.put("requestAction", getRequestAction());
attributes.put("headers", getHeaders());
attributes.put("errorLog", getErrorLog());
@ -61,10 +61,10 @@ public class ScheduledActionsWrapper implements ScheduledActions,
@Override
public void setModelAttributes(Map<String, Object> attributes) {
Long shop_id = (Long)attributes.get("shop_id");
Long shopId = (Long)attributes.get("shopId");
if (shop_id != null) {
setShop_id(shop_id);
if (shopId != null) {
setShopId(shopId);
}
Integer requestAction = (Integer)attributes.get("requestAction");
@ -119,23 +119,23 @@ public class ScheduledActionsWrapper implements ScheduledActions,
}
/**
* Returns the shop_id of this scheduled actions.
* Returns the shop ID of this scheduled actions.
*
* @return the shop_id of this scheduled actions
* @return the shop ID of this scheduled actions
*/
@Override
public long getShop_id() {
return _scheduledActions.getShop_id();
public long getShopId() {
return _scheduledActions.getShopId();
}
/**
* Sets the shop_id of this scheduled actions.
* Sets the shop ID of this scheduled actions.
*
* @param shop_id the shop_id of this scheduled actions
* @param shopId the shop ID of this scheduled actions
*/
@Override
public void setShop_id(long shop_id) {
_scheduledActions.setShop_id(shop_id);
public void setShopId(long shopId) {
_scheduledActions.setShopId(shopId);
}
/**

17
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalService.java

@ -61,23 +61,23 @@ public interface ScheduledActionsLocalService extends BaseLocalService,
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
public portos.nextmind.model.ScheduledActions createScheduledActions(
long shop_id);
long shopId);
/**
* Deletes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws PortalException if a scheduled actions 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 portos.nextmind.model.ScheduledActions deleteScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@ -172,20 +172,19 @@ public interface ScheduledActionsLocalService extends BaseLocalService,
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public portos.nextmind.model.ScheduledActions fetchScheduledActions(
long shop_id)
throws com.liferay.portal.kernel.exception.SystemException;
long shopId) throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the scheduled actions with the primary key.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public portos.nextmind.model.ScheduledActions getScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@ -267,6 +266,6 @@ public interface ScheduledActionsLocalService extends BaseLocalService,
throws com.liferay.portal.kernel.exception.SystemException;
public java.util.List<portos.nextmind.model.ScheduledActions> findAzioniDaSvolgere(
int start, int end)
java.lang.String context, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException;
}

30
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceClp.java

@ -130,7 +130,7 @@ public class ScheduledActionsLocalServiceClp
_methodName22 = "findAzioniDaSvolgere";
_methodParameterTypes22 = new String[] { "int", "int" };
_methodParameterTypes22 = new String[] { "java.lang.String", "int", "int" };
}
@Override
@ -166,12 +166,12 @@ public class ScheduledActionsLocalServiceClp
@Override
public portos.nextmind.model.ScheduledActions createScheduledActions(
long shop_id) {
long shopId) {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName1,
_methodParameterTypes1, new Object[] { shop_id });
_methodParameterTypes1, new Object[] { shopId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@ -190,14 +190,14 @@ public class ScheduledActionsLocalServiceClp
@Override
public portos.nextmind.model.ScheduledActions deleteScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName2,
_methodParameterTypes2, new Object[] { shop_id });
_methodParameterTypes2, new Object[] { shopId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@ -452,13 +452,12 @@ public class ScheduledActionsLocalServiceClp
@Override
public portos.nextmind.model.ScheduledActions fetchScheduledActions(
long shop_id)
throws com.liferay.portal.kernel.exception.SystemException {
long shopId) throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName10,
_methodParameterTypes10, new Object[] { shop_id });
_methodParameterTypes10, new Object[] { shopId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@ -481,14 +480,14 @@ public class ScheduledActionsLocalServiceClp
@Override
public portos.nextmind.model.ScheduledActions getScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName11,
_methodParameterTypes11, new Object[] { shop_id });
_methodParameterTypes11, new Object[] { shopId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@ -776,13 +775,20 @@ public class ScheduledActionsLocalServiceClp
@Override
public java.util.List<portos.nextmind.model.ScheduledActions> findAzioniDaSvolgere(
int start, int end)
java.lang.String context, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName22,
_methodParameterTypes22, new Object[] { start, end });
_methodParameterTypes22,
new Object[] {
ClpSerializer.translateInput(context),
start,
end
});
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);

27
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceUtil.java

@ -55,27 +55,27 @@ public class ScheduledActionsLocalServiceUtil {
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
public static portos.nextmind.model.ScheduledActions createScheduledActions(
long shop_id) {
return getService().createScheduledActions(shop_id);
long shopId) {
return getService().createScheduledActions(shopId);
}
/**
* Deletes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions deleteScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService().deleteScheduledActions(shop_id);
return getService().deleteScheduledActions(shopId);
}
/**
@ -182,24 +182,23 @@ public class ScheduledActionsLocalServiceUtil {
}
public static portos.nextmind.model.ScheduledActions fetchScheduledActions(
long shop_id)
throws com.liferay.portal.kernel.exception.SystemException {
return getService().fetchScheduledActions(shop_id);
long shopId) throws com.liferay.portal.kernel.exception.SystemException {
return getService().fetchScheduledActions(shopId);
}
/**
* Returns the scheduled actions with the primary key.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions getScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService().getScheduledActions(shop_id);
return getService().getScheduledActions(shopId);
}
public static com.liferay.portal.model.PersistedModel getPersistedModel(
@ -294,9 +293,9 @@ public class ScheduledActionsLocalServiceUtil {
}
public static java.util.List<portos.nextmind.model.ScheduledActions> findAzioniDaSvolgere(
int start, int end)
java.lang.String context, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
return getService().findAzioniDaSvolgere(start, end);
return getService().findAzioniDaSvolgere(context, start, end);
}
public static void clearService() {

28
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/ScheduledActionsLocalServiceWrapper.java

@ -48,29 +48,29 @@ public class ScheduledActionsLocalServiceWrapper
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
@Override
public portos.nextmind.model.ScheduledActions createScheduledActions(
long shop_id) {
return _scheduledActionsLocalService.createScheduledActions(shop_id);
long shopId) {
return _scheduledActionsLocalService.createScheduledActions(shopId);
}
/**
* Deletes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public portos.nextmind.model.ScheduledActions deleteScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _scheduledActionsLocalService.deleteScheduledActions(shop_id);
return _scheduledActionsLocalService.deleteScheduledActions(shopId);
}
/**
@ -187,25 +187,24 @@ public class ScheduledActionsLocalServiceWrapper
@Override
public portos.nextmind.model.ScheduledActions fetchScheduledActions(
long shop_id)
throws com.liferay.portal.kernel.exception.SystemException {
return _scheduledActionsLocalService.fetchScheduledActions(shop_id);
long shopId) throws com.liferay.portal.kernel.exception.SystemException {
return _scheduledActionsLocalService.fetchScheduledActions(shopId);
}
/**
* Returns the scheduled actions with the primary key.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public portos.nextmind.model.ScheduledActions getScheduledActions(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _scheduledActionsLocalService.getScheduledActions(shop_id);
return _scheduledActionsLocalService.getScheduledActions(shopId);
}
@Override
@ -313,9 +312,10 @@ public class ScheduledActionsLocalServiceWrapper
@Override
public java.util.List<portos.nextmind.model.ScheduledActions> findAzioniDaSvolgere(
int start, int end)
java.lang.String context, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
return _scheduledActionsLocalService.findAzioniDaSvolgere(start, end);
return _scheduledActionsLocalService.findAzioniDaSvolgere(context,
start, end);
}
/**

3
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalService.java

@ -249,4 +249,7 @@ public interface SportelloLocalService extends BaseLocalService,
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.String[] parameterTypes, java.lang.Object[] arguments)
throws java.lang.Throwable;
public java.util.List<portos.nextmind.model.Sportello> findById(long id)
throws com.liferay.portal.kernel.exception.SystemException;
}

34
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceClp.java

@ -107,6 +107,10 @@ public class SportelloLocalServiceClp implements SportelloLocalService {
_methodName17 = "setBeanIdentifier";
_methodParameterTypes17 = new String[] { "java.lang.String" };
_methodName19 = "findById";
_methodParameterTypes19 = new String[] { "long" };
}
@Override
@ -655,6 +659,34 @@ public class SportelloLocalServiceClp implements SportelloLocalService {
throw new UnsupportedOperationException();
}
@Override
public java.util.List<portos.nextmind.model.Sportello> findById(long id)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
returnObj = _invokableLocalService.invokeMethod(_methodName19,
_methodParameterTypes19, new Object[] { id });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}
else {
throw new RuntimeException(t.getClass().getName() +
" is not a valid exception");
}
}
return (java.util.List<portos.nextmind.model.Sportello>)ClpSerializer.translateOutput(returnObj);
}
private InvokableLocalService _invokableLocalService;
private String _methodName0;
private String[] _methodParameterTypes0;
@ -692,4 +724,6 @@ public class SportelloLocalServiceClp implements SportelloLocalService {
private String[] _methodParameterTypes16;
private String _methodName17;
private String[] _methodParameterTypes17;
private String _methodName19;
private String[] _methodParameterTypes19;
}

5
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceUtil.java

@ -271,6 +271,11 @@ public class SportelloLocalServiceUtil {
return getService().invokeMethod(name, parameterTypes, arguments);
}
public static java.util.List<portos.nextmind.model.Sportello> findById(
long id) throws com.liferay.portal.kernel.exception.SystemException {
return getService().findById(id);
}
public static void clearService() {
_service = null;
}

6
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/SportelloLocalServiceWrapper.java

@ -282,6 +282,12 @@ public class SportelloLocalServiceWrapper implements SportelloLocalService,
arguments);
}
@Override
public java.util.List<portos.nextmind.model.Sportello> findById(long id)
throws com.liferay.portal.kernel.exception.SystemException {
return _sportelloLocalService.findById(id);
}
/**
* @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
*/

2
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsActionableDynamicQuery.java

@ -33,6 +33,6 @@ public abstract class ScheduledActionsActionableDynamicQuery
setClassLoader(portos.nextmind.service.ClpSerializer.class.getClassLoader());
setPrimaryKeyPropertyName("shop_id");
setPrimaryKeyPropertyName("shopId");
}
}

21
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsPersistence.java

@ -143,7 +143,7 @@ public interface ScheduledActionsPersistence extends BasePersistence<ScheduledAc
/**
* Returns the scheduled actionses before and after the current scheduled actions in the ordered set where intPraticaId = &#63;.
*
* @param shop_id the primary key of the current scheduled actions
* @param shopId the primary key of the current scheduled actions
* @param intPraticaId the int pratica ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next scheduled actions
@ -151,7 +151,7 @@ public interface ScheduledActionsPersistence extends BasePersistence<ScheduledAc
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.ScheduledActions[] findByIntPraticaId_PrevAndNext(
long shop_id, long intPraticaId,
long shopId, long intPraticaId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException;
@ -194,20 +194,20 @@ public interface ScheduledActionsPersistence extends BasePersistence<ScheduledAc
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
public portos.nextmind.model.ScheduledActions create(long shop_id);
public portos.nextmind.model.ScheduledActions create(long shopId);
/**
* Removes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.ScheduledActions remove(long shop_id)
public portos.nextmind.model.ScheduledActions remove(long shopId)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException;
@ -218,24 +218,23 @@ public interface ScheduledActionsPersistence extends BasePersistence<ScheduledAc
/**
* Returns the scheduled actions with the primary key or throws a {@link portos.nextmind.NoSuchScheduledActionsException} if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.ScheduledActions findByPrimaryKey(long shop_id)
public portos.nextmind.model.ScheduledActions findByPrimaryKey(long shopId)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException;
/**
* Returns the scheduled actions with the primary key or returns <code>null</code> if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions, or <code>null</code> if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.ScheduledActions fetchByPrimaryKey(
long shop_id)
public portos.nextmind.model.ScheduledActions fetchByPrimaryKey(long shopId)
throws com.liferay.portal.kernel.exception.SystemException;
/**

31
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/ScheduledActionsUtil.java

@ -236,7 +236,7 @@ public class ScheduledActionsUtil {
/**
* Returns the scheduled actionses before and after the current scheduled actions in the ordered set where intPraticaId = &#63;.
*
* @param shop_id the primary key of the current scheduled actions
* @param shopId the primary key of the current scheduled actions
* @param intPraticaId the int pratica ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next scheduled actions
@ -244,12 +244,12 @@ public class ScheduledActionsUtil {
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions[] findByIntPraticaId_PrevAndNext(
long shop_id, long intPraticaId,
long shopId, long intPraticaId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException {
return getPersistence()
.findByIntPraticaId_PrevAndNext(shop_id, intPraticaId,
.findByIntPraticaId_PrevAndNext(shopId, intPraticaId,
orderByComparator);
}
@ -299,25 +299,25 @@ public class ScheduledActionsUtil {
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
public static portos.nextmind.model.ScheduledActions create(long shop_id) {
return getPersistence().create(shop_id);
public static portos.nextmind.model.ScheduledActions create(long shopId) {
return getPersistence().create(shopId);
}
/**
* Removes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions remove(long shop_id)
public static portos.nextmind.model.ScheduledActions remove(long shopId)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException {
return getPersistence().remove(shop_id);
return getPersistence().remove(shopId);
}
public static portos.nextmind.model.ScheduledActions updateImpl(
@ -329,29 +329,28 @@ public class ScheduledActionsUtil {
/**
* Returns the scheduled actions with the primary key or throws a {@link portos.nextmind.NoSuchScheduledActionsException} if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions findByPrimaryKey(
long shop_id)
long shopId)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchScheduledActionsException {
return getPersistence().findByPrimaryKey(shop_id);
return getPersistence().findByPrimaryKey(shopId);
}
/**
* Returns the scheduled actions with the primary key or returns <code>null</code> if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions, or <code>null</code> if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.ScheduledActions fetchByPrimaryKey(
long shop_id)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByPrimaryKey(shop_id);
long shopId) throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchByPrimaryKey(shopId);
}
/**

117
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/SportelloPersistence.java

@ -37,6 +37,123 @@ public interface SportelloPersistence extends BasePersistence<Sportello> {
* Never modify or reference this interface directly. Always use {@link SportelloUtil} to access the sportello persistence. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this interface.
*/
/**
* Returns all the sportellos where id = &#63;.
*
* @param id the ID
* @return the matching sportellos
* @throws SystemException if a system exception occurred
*/
public java.util.List<portos.nextmind.model.Sportello> findById(long id)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns a range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @return the range of matching sportellos
* @throws SystemException if a system exception occurred
*/
public java.util.List<portos.nextmind.model.Sportello> findById(long id,
int start, int end)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns an ordered range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching sportellos
* @throws SystemException if a system exception occurred
*/
public java.util.List<portos.nextmind.model.Sportello> findById(long id,
int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.Sportello findById_First(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchSportelloException;
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.Sportello fetchById_First(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.Sportello findById_Last(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchSportelloException;
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public portos.nextmind.model.Sportello fetchById_Last(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Removes all the sportellos where id = &#63; from the database.
*
* @param id the ID
* @throws SystemException if a system exception occurred
*/
public void removeById(long id)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Returns the number of sportellos where id = &#63;.
*
* @param id the ID
* @return the number of matching sportellos
* @throws SystemException if a system exception occurred
*/
public int countById(long id)
throws com.liferay.portal.kernel.exception.SystemException;
/**
* Caches the sportello in the entity cache if it is enabled.
*

135
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/service/portos/nextmind/service/persistence/SportelloUtil.java

@ -110,6 +110,141 @@ public class SportelloUtil {
return getPersistence().update(sportello, serviceContext);
}
/**
* Returns all the sportellos where id = &#63;.
*
* @param id the ID
* @return the matching sportellos
* @throws SystemException if a system exception occurred
*/
public static java.util.List<portos.nextmind.model.Sportello> findById(
long id) throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findById(id);
}
/**
* Returns a range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @return the range of matching sportellos
* @throws SystemException if a system exception occurred
*/
public static java.util.List<portos.nextmind.model.Sportello> findById(
long id, int start, int end)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findById(id, start, end);
}
/**
* Returns an ordered range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching sportellos
* @throws SystemException if a system exception occurred
*/
public static java.util.List<portos.nextmind.model.Sportello> findById(
long id, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().findById(id, start, end, orderByComparator);
}
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.Sportello findById_First(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchSportelloException {
return getPersistence().findById_First(id, orderByComparator);
}
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.Sportello fetchById_First(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchById_First(id, orderByComparator);
}
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.Sportello findById_Last(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException,
portos.nextmind.NoSuchSportelloException {
return getPersistence().findById_Last(id, orderByComparator);
}
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
public static portos.nextmind.model.Sportello fetchById_Last(long id,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().fetchById_Last(id, orderByComparator);
}
/**
* Removes all the sportellos where id = &#63; from the database.
*
* @param id the ID
* @throws SystemException if a system exception occurred
*/
public static void removeById(long id)
throws com.liferay.portal.kernel.exception.SystemException {
getPersistence().removeById(id);
}
/**
* Returns the number of sportellos where id = &#63;.
*
* @param id the ID
* @return the number of matching sportellos
* @throws SystemException if a system exception occurred
*/
public static int countById(long id)
throws com.liferay.portal.kernel.exception.SystemException {
return getPersistence().countById(id);
}
/**
* Caches the sportello in the entity cache if it is enabled.
*

2
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml

@ -23,7 +23,7 @@
</class>
<class name="portos.nextmind.model.impl.ScheduledActionsImpl" table="scheduled_actions">
<cache usage="read-write" />
<id name="shop_id" type="long">
<id name="shopId" column="shop_id" type="long">
<generator class="assigned" />
</id>
<property name="requestAction" type="com.liferay.portal.dao.orm.hibernate.IntegerType" column="request_action" />

2
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml

@ -15,7 +15,7 @@
<field name="sportello_id" type="long" />
</model>
<model name="portos.nextmind.model.ScheduledActions">
<field name="shop_id" type="long" />
<field name="shopId" type="long" />
<field name="requestAction" type="int" />
<field name="headers" type="String" />
<field name="errorLog" type="String" />

4
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml

@ -45,7 +45,9 @@
</mapped-superclass>
<mapped-superclass class="portos.nextmind.model.impl.ScheduledActionsModelImpl">
<attributes>
<id name="shop_id" />
<id name="shopId">
<column name="SHOP_ID" />
</id>
<basic name="requestAction">
<column name="REQUEST_ACTION" />
</basic>

43
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/integratore/IntegratoreSchedulato.java

@ -6,10 +6,30 @@ import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.messaging.Message;
import com.liferay.portal.kernel.messaging.MessageListener;
import com.liferay.portal.kernel.messaging.MessageListenerException;
import com.liferay.portal.kernel.util.HttpUtil;
import com.liferay.portal.kernel.util.ParamUtil;
import com.liferay.portal.service.ServiceContext;
import com.liferay.portal.service.ServiceContextFactory;
/*import it.tref.liferay.portos.fe.portlet.DettPratica;
import it.tref.liferay.portos.fe.portlet.Territorio;*/
import com.liferay.portal.service.ServiceContextUtil;
import com.liferay.portal.util.PortalUtil;
import it.tref.liferay.portos.bo.model.Comune;
import it.tref.liferay.portos.bo.model.Territorio;
import it.tref.liferay.portos.bo.service.ComuneLocalServiceUtil;
import it.tref.liferay.portos.bo.service.TerritorioLocalServiceUtil;
import java.util.List;
import portos.nextmind.model.ScheduledActions;
import portos.nextmind.model.Sportello;
import portos.nextmind.service.ScheduledActionsLocalServiceUtil;
import portos.nextmind.service.SportelloLocalServiceUtil;
public class IntegratoreSchedulato implements MessageListener {
@ -32,9 +52,28 @@ public class IntegratoreSchedulato implements MessageListener {
public void getPraticaInformation(Message message) throws SystemException, PortalException, Exception {
System.out.println("get information from db and create an obj");
List<ScheduledActions> listSA = ScheduledActionsLocalServiceUtil.findAzioniDaSvolgere(QueryUtil.ALL_POS,QueryUtil.ALL_POS);
List<ScheduledActions> listSA = ScheduledActionsLocalServiceUtil.findAzioniDaSvolgere("PAESAGGISTICA", QueryUtil.ALL_POS,QueryUtil.ALL_POS);
for (ScheduledActions scheduledActions : listSA) {
System.out.println(scheduledActions.getRequestAction());
Sportello sport = SportelloLocalServiceUtil.findById(scheduledActions.getShopId()).get(0);
sport.getContext();
sport.getIpaCode();
Comune comune = ComuneLocalServiceUtil.findByC_CP(
PortalUtil.getDefaultCompanyId(),
sport.getCadastralCode()).get(0);
long comuneId = comune.getComuneId();
Territorio territorio = TerritorioLocalServiceUtil.findByComuneId(comuneId, 0, 1).get(0);
String tipoProcedura = sport.getProceedingType();
String successURL = sport.getUrl();
ServiceContext serviceContext = ServiceContextUtil.getInstance(request);
DettPratica dettPratica = DettPraticaServiceUtil.addDettPratica(territorio.getTerritorioId(), tipoProcedura,
serviceContext);
successURL = HttpUtil.addParameter(successURL, response.getNamespace() + "mvcPath",
"/html/fascicolofe/edit_fascicolo.jsp");
successURL = HttpUtil.addParameter(successURL, response.getNamespace() + "dettPraticaId",
String.valueOf(dettPratica.getDettPraticaId()));
response.sendRedirect(successURL);
System.out.println(scheduledActions.getRequestAction());*/
}
}

12
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/ScheduledActionsCacheModel.java

@ -38,8 +38,8 @@ public class ScheduledActionsCacheModel implements CacheModel<ScheduledActions>,
public String toString() {
StringBundler sb = new StringBundler(13);
sb.append("{shop_id=");
sb.append(shop_id);
sb.append("{shopId=");
sb.append(shopId);
sb.append(", requestAction=");
sb.append(requestAction);
sb.append(", headers=");
@ -59,7 +59,7 @@ public class ScheduledActionsCacheModel implements CacheModel<ScheduledActions>,
public ScheduledActions toEntityModel() {
ScheduledActionsImpl scheduledActionsImpl = new ScheduledActionsImpl();
scheduledActionsImpl.setShop_id(shop_id);
scheduledActionsImpl.setShopId(shopId);
scheduledActionsImpl.setRequestAction(requestAction);
if (headers == null) {
@ -86,7 +86,7 @@ public class ScheduledActionsCacheModel implements CacheModel<ScheduledActions>,
@Override
public void readExternal(ObjectInput objectInput) throws IOException {
shop_id = objectInput.readLong();
shopId = objectInput.readLong();
requestAction = objectInput.readInt();
headers = objectInput.readUTF();
errorLog = objectInput.readUTF();
@ -97,7 +97,7 @@ public class ScheduledActionsCacheModel implements CacheModel<ScheduledActions>,
@Override
public void writeExternal(ObjectOutput objectOutput)
throws IOException {
objectOutput.writeLong(shop_id);
objectOutput.writeLong(shopId);
objectOutput.writeInt(requestAction);
if (headers == null) {
@ -118,7 +118,7 @@ public class ScheduledActionsCacheModel implements CacheModel<ScheduledActions>,
objectOutput.writeLong(intPraticaId);
}
public long shop_id;
public long shopId;
public int requestAction;
public String headers;
public String errorLog;

40
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/ScheduledActionsModelImpl.java

@ -67,7 +67,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
};
public static final String TABLE_SQL_CREATE = "create table scheduled_actions (shop_id LONG not null primary key,request_action INTEGER,headers VARCHAR(75) null,error_log VARCHAR(75) null,error_flag BOOLEAN,int_pratica_id LONG)";
public static final String TABLE_SQL_DROP = "drop table scheduled_actions";
public static final String ORDER_BY_JPQL = " ORDER BY scheduledActions.shop_id ASC";
public static final String ORDER_BY_JPQL = " ORDER BY scheduledActions.shopId ASC";
public static final String ORDER_BY_SQL = " ORDER BY scheduled_actions.shop_id ASC";
public static final String DATA_SOURCE = "suesuapDataSource";
public static final String SESSION_FACTORY = "suesuapSessionFactory";
@ -82,7 +82,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
"value.object.column.bitmask.enabled.portos.nextmind.model.ScheduledActions"),
true);
public static long INTPRATICAID_COLUMN_BITMASK = 1L;
public static long SHOP_ID_COLUMN_BITMASK = 2L;
public static long SHOPID_COLUMN_BITMASK = 2L;
public static final long LOCK_EXPIRATION_TIME = GetterUtil.getLong(com.liferay.util.service.ServiceProps.get(
"lock.expiration.time.portos.nextmind.model.ScheduledActions"));
@ -91,17 +91,17 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
@Override
public long getPrimaryKey() {
return _shop_id;
return _shopId;
}
@Override
public void setPrimaryKey(long primaryKey) {
setShop_id(primaryKey);
setShopId(primaryKey);
}
@Override
public Serializable getPrimaryKeyObj() {
return _shop_id;
return _shopId;
}
@Override
@ -123,7 +123,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
public Map<String, Object> getModelAttributes() {
Map<String, Object> attributes = new HashMap<String, Object>();
attributes.put("shop_id", getShop_id());
attributes.put("shopId", getShopId());
attributes.put("requestAction", getRequestAction());
attributes.put("headers", getHeaders());
attributes.put("errorLog", getErrorLog());
@ -135,10 +135,10 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
@Override
public void setModelAttributes(Map<String, Object> attributes) {
Long shop_id = (Long)attributes.get("shop_id");
Long shopId = (Long)attributes.get("shopId");
if (shop_id != null) {
setShop_id(shop_id);
if (shopId != null) {
setShopId(shopId);
}
Integer requestAction = (Integer)attributes.get("requestAction");
@ -173,13 +173,13 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
}
@Override
public long getShop_id() {
return _shop_id;
public long getShopId() {
return _shopId;
}
@Override
public void setShop_id(long shop_id) {
_shop_id = shop_id;
public void setShopId(long shopId) {
_shopId = shopId;
}
@Override
@ -290,7 +290,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
public Object clone() {
ScheduledActionsImpl scheduledActionsImpl = new ScheduledActionsImpl();
scheduledActionsImpl.setShop_id(getShop_id());
scheduledActionsImpl.setShopId(getShopId());
scheduledActionsImpl.setRequestAction(getRequestAction());
scheduledActionsImpl.setHeaders(getHeaders());
scheduledActionsImpl.setErrorLog(getErrorLog());
@ -359,7 +359,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
public CacheModel<ScheduledActions> toCacheModel() {
ScheduledActionsCacheModel scheduledActionsCacheModel = new ScheduledActionsCacheModel();
scheduledActionsCacheModel.shop_id = getShop_id();
scheduledActionsCacheModel.shopId = getShopId();
scheduledActionsCacheModel.requestAction = getRequestAction();
@ -390,8 +390,8 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
public String toString() {
StringBundler sb = new StringBundler(13);
sb.append("{shop_id=");
sb.append(getShop_id());
sb.append("{shopId=");
sb.append(getShopId());
sb.append(", requestAction=");
sb.append(getRequestAction());
sb.append(", headers=");
@ -416,8 +416,8 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
sb.append("</model-name>");
sb.append(
"<column><column-name>shop_id</column-name><column-value><![CDATA[");
sb.append(getShop_id());
"<column><column-name>shopId</column-name><column-value><![CDATA[");
sb.append(getShopId());
sb.append("]]></column-value></column>");
sb.append(
"<column><column-name>requestAction</column-name><column-value><![CDATA[");
@ -449,7 +449,7 @@ public class ScheduledActionsModelImpl extends BaseModelImpl<ScheduledActions>
private static Class<?>[] _escapedModelInterfaces = new Class[] {
ScheduledActions.class
};
private long _shop_id;
private long _shopId;
private int _requestAction;
private String _headers;
private String _errorLog;

31
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/model/impl/SportelloModelImpl.java

@ -89,7 +89,10 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
public static final boolean FINDER_CACHE_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
"value.object.finder.cache.enabled.portos.nextmind.model.Sportello"),
true);
public static final boolean COLUMN_BITMASK_ENABLED = false;
public static final boolean COLUMN_BITMASK_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
"value.object.column.bitmask.enabled.portos.nextmind.model.Sportello"),
true);
public static long ID_COLUMN_BITMASK = 1L;
public static final long LOCK_EXPIRATION_TIME = GetterUtil.getLong(com.liferay.util.service.ServiceProps.get(
"lock.expiration.time.portos.nextmind.model.Sportello"));
@ -257,9 +260,21 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
@Override
public void setId(long id) {
_columnBitmask |= ID_COLUMN_BITMASK;
if (!_setOriginalId) {
_setOriginalId = true;
_originalId = _id;
}
_id = id;
}
public long getOriginalId() {
return _originalId;
}
@Override
public String getApplication() {
if (_application == null) {
@ -470,6 +485,10 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
_sentToPortosDate = sentToPortosDate;
}
public long getColumnBitmask() {
return _columnBitmask;
}
@Override
public ExpandoBridge getExpandoBridge() {
return ExpandoBridgeFactoryUtil.getExpandoBridge(0,
@ -563,6 +582,13 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
@Override
public void resetOriginalValues() {
SportelloModelImpl sportelloModelImpl = this;
sportelloModelImpl._originalId = sportelloModelImpl._id;
sportelloModelImpl._setOriginalId = false;
sportelloModelImpl._columnBitmask = 0;
}
@Override
@ -816,6 +842,8 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
Sportello.class
};
private long _id;
private long _originalId;
private boolean _setOriginalId;
private String _application;
private String _clientId;
private String _context;
@ -831,5 +859,6 @@ public class SportelloModelImpl extends BaseModelImpl<Sportello>
private Date _creationDate;
private Date _lastUpdateDate;
private Date _sentToPortosDate;
private long _columnBitmask;
private Sportello _escapedModel;
}

22
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/ScheduledActionsLocalServiceBaseImpl.java

@ -84,27 +84,27 @@ public abstract class ScheduledActionsLocalServiceBaseImpl
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
@Override
public ScheduledActions createScheduledActions(long shop_id) {
return scheduledActionsPersistence.create(shop_id);
public ScheduledActions createScheduledActions(long shopId) {
return scheduledActionsPersistence.create(shopId);
}
/**
* Deletes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Indexable(type = IndexableType.DELETE)
@Override
public ScheduledActions deleteScheduledActions(long shop_id)
public ScheduledActions deleteScheduledActions(long shopId)
throws PortalException, SystemException {
return scheduledActionsPersistence.remove(shop_id);
return scheduledActionsPersistence.remove(shopId);
}
/**
@ -215,23 +215,23 @@ public abstract class ScheduledActionsLocalServiceBaseImpl
}
@Override
public ScheduledActions fetchScheduledActions(long shop_id)
public ScheduledActions fetchScheduledActions(long shopId)
throws SystemException {
return scheduledActionsPersistence.fetchByPrimaryKey(shop_id);
return scheduledActionsPersistence.fetchByPrimaryKey(shopId);
}
/**
* Returns the scheduled actions with the primary key.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws PortalException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public ScheduledActions getScheduledActions(long shop_id)
public ScheduledActions getScheduledActions(long shopId)
throws PortalException, SystemException {
return scheduledActionsPersistence.findByPrimaryKey(shop_id);
return scheduledActionsPersistence.findByPrimaryKey(shopId);
}
@Override

7
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/ScheduledActionsLocalServiceClpInvoker.java

@ -128,7 +128,7 @@ public class ScheduledActionsLocalServiceClpInvoker {
_methodName49 = "findAzioniDaSvolgere";
_methodParameterTypes49 = new String[] { "int", "int" };
_methodParameterTypes49 = new String[] { "java.lang.String", "int", "int" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@ -252,8 +252,9 @@ public class ScheduledActionsLocalServiceClpInvoker {
if (_methodName49.equals(name) &&
Arrays.deepEquals(_methodParameterTypes49, parameterTypes)) {
return ScheduledActionsLocalServiceUtil.findAzioniDaSvolgere(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
return ScheduledActionsLocalServiceUtil.findAzioniDaSvolgere((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
throw new UnsupportedOperationException();

11
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/base/SportelloLocalServiceClpInvoker.java

@ -107,6 +107,10 @@ public class SportelloLocalServiceClpInvoker {
_methodName41 = "setBeanIdentifier";
_methodParameterTypes41 = new String[] { "java.lang.String" };
_methodName46 = "findById";
_methodParameterTypes46 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@ -210,6 +214,11 @@ public class SportelloLocalServiceClpInvoker {
return null;
}
if (_methodName46.equals(name) &&
Arrays.deepEquals(_methodParameterTypes46, parameterTypes)) {
return SportelloLocalServiceUtil.findById(((Long)arguments[0]).longValue());
}
throw new UnsupportedOperationException();
}
@ -249,4 +258,6 @@ public class SportelloLocalServiceClpInvoker {
private String[] _methodParameterTypes40;
private String _methodName41;
private String[] _methodParameterTypes41;
private String _methodName46;
private String[] _methodParameterTypes46;
}

3
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/impl/ScheduledActionsLocalServiceImpl.java

@ -59,9 +59,10 @@ public class ScheduledActionsLocalServiceImpl
}
@SuppressWarnings("unchecked")
public List<ScheduledActions> findAzioniDaSvolgere(int start, int end) throws SystemException{
public List<ScheduledActions> findAzioniDaSvolgere(String context,int start, int end) throws SystemException{
DynamicQuery dq = scheduledActionsLocalService.dynamicQuery();
dq.add(RestrictionsFactoryUtil.eq("intPraticaId", 0));
dq.add(RestrictionsFactoryUtil.eq("context", context));
return (List<ScheduledActions>)scheduledActionsLocalService.dynamicQuery(dq,start,end);
}

11
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/impl/SportelloLocalServiceImpl.java

@ -14,6 +14,14 @@
package portos.nextmind.service.impl;
import com.liferay.portal.kernel.dao.orm.DynamicQuery;
import com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil;
import com.liferay.portal.kernel.exception.SystemException;
import java.util.List;
import portos.nextmind.model.ScheduledActions;
import portos.nextmind.model.Sportello;
import portos.nextmind.service.base.SportelloLocalServiceBaseImpl;
/**
@ -36,4 +44,7 @@ public class SportelloLocalServiceImpl extends SportelloLocalServiceBaseImpl {
*
* Never reference this interface directly. Always use {@link portos.nextmind.service.SportelloLocalServiceUtil} to access the sportello local service.
*/
public List<Sportello> findById(long id) throws SystemException{
return sportelloPersistence.findById(id);
}
}

35
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/persistence/ScheduledActionsPersistenceImpl.java

@ -375,7 +375,7 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
/**
* Returns the scheduled actionses before and after the current scheduled actions in the ordered set where intPraticaId = &#63;.
*
* @param shop_id the primary key of the current scheduled actions
* @param shopId the primary key of the current scheduled actions
* @param intPraticaId the int pratica ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the previous, current, and next scheduled actions
@ -383,10 +383,10 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
* @throws SystemException if a system exception occurred
*/
@Override
public ScheduledActions[] findByIntPraticaId_PrevAndNext(long shop_id,
public ScheduledActions[] findByIntPraticaId_PrevAndNext(long shopId,
long intPraticaId, OrderByComparator orderByComparator)
throws NoSuchScheduledActionsException, SystemException {
ScheduledActions scheduledActions = findByPrimaryKey(shop_id);
ScheduledActions scheduledActions = findByPrimaryKey(shopId);
Session session = null;
@ -676,15 +676,15 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
/**
* Creates a new scheduled actions with the primary key. Does not add the scheduled actions to the database.
*
* @param shop_id the primary key for the new scheduled actions
* @param shopId the primary key for the new scheduled actions
* @return the new scheduled actions
*/
@Override
public ScheduledActions create(long shop_id) {
public ScheduledActions create(long shopId) {
ScheduledActions scheduledActions = new ScheduledActionsImpl();
scheduledActions.setNew(true);
scheduledActions.setPrimaryKey(shop_id);
scheduledActions.setPrimaryKey(shopId);
return scheduledActions;
}
@ -692,15 +692,15 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
/**
* Removes the scheduled actions with the primary key from the database. Also notifies the appropriate model listeners.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions that was removed
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public ScheduledActions remove(long shop_id)
public ScheduledActions remove(long shopId)
throws NoSuchScheduledActionsException, SystemException {
return remove((Serializable)shop_id);
return remove((Serializable)shopId);
}
/**
@ -853,7 +853,7 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
scheduledActionsImpl.setNew(scheduledActions.isNew());
scheduledActionsImpl.setPrimaryKey(scheduledActions.getPrimaryKey());
scheduledActionsImpl.setShop_id(scheduledActions.getShop_id());
scheduledActionsImpl.setShopId(scheduledActions.getShopId());
scheduledActionsImpl.setRequestAction(scheduledActions.getRequestAction());
scheduledActionsImpl.setHeaders(scheduledActions.getHeaders());
scheduledActionsImpl.setErrorLog(scheduledActions.getErrorLog());
@ -891,15 +891,15 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
/**
* Returns the scheduled actions with the primary key or throws a {@link portos.nextmind.NoSuchScheduledActionsException} if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions
* @throws portos.nextmind.NoSuchScheduledActionsException if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public ScheduledActions findByPrimaryKey(long shop_id)
public ScheduledActions findByPrimaryKey(long shopId)
throws NoSuchScheduledActionsException, SystemException {
return findByPrimaryKey((Serializable)shop_id);
return findByPrimaryKey((Serializable)shopId);
}
/**
@ -954,14 +954,14 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
/**
* Returns the scheduled actions with the primary key or returns <code>null</code> if it could not be found.
*
* @param shop_id the primary key of the scheduled actions
* @param shopId the primary key of the scheduled actions
* @return the scheduled actions, or <code>null</code> if a scheduled actions with the primary key could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public ScheduledActions fetchByPrimaryKey(long shop_id)
public ScheduledActions fetchByPrimaryKey(long shopId)
throws SystemException {
return fetchByPrimaryKey((Serializable)shop_id);
return fetchByPrimaryKey((Serializable)shopId);
}
/**
@ -1185,7 +1185,8 @@ public class ScheduledActionsPersistenceImpl extends BasePersistenceImpl<Schedul
PropsKeys.HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE));
private static Log _log = LogFactoryUtil.getLog(ScheduledActionsPersistenceImpl.class);
private static Set<String> _badColumnNames = SetUtil.fromArray(new String[] {
"requestAction", "errorLog", "errorFlag", "intPraticaId"
"shopId", "requestAction", "errorLog", "errorFlag",
"intPraticaId"
});
private static ScheduledActions _nullScheduledActions = new ScheduledActionsImpl() {
@Override

362
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/portos/nextmind/service/persistence/SportelloPersistenceImpl.java

@ -19,6 +19,7 @@ import com.liferay.portal.kernel.dao.orm.EntityCacheUtil;
import com.liferay.portal.kernel.dao.orm.FinderCacheUtil;
import com.liferay.portal.kernel.dao.orm.FinderPath;
import com.liferay.portal.kernel.dao.orm.Query;
import com.liferay.portal.kernel.dao.orm.QueryPos;
import com.liferay.portal.kernel.dao.orm.QueryUtil;
import com.liferay.portal.kernel.dao.orm.Session;
import com.liferay.portal.kernel.exception.SystemException;
@ -31,6 +32,7 @@ import com.liferay.portal.kernel.util.PropsKeys;
import com.liferay.portal.kernel.util.PropsUtil;
import com.liferay.portal.kernel.util.SetUtil;
import com.liferay.portal.kernel.util.StringBundler;
import com.liferay.portal.kernel.util.StringPool;
import com.liferay.portal.kernel.util.StringUtil;
import com.liferay.portal.kernel.util.UnmodifiableList;
import com.liferay.portal.model.CacheModel;
@ -83,6 +85,342 @@ public class SportelloPersistenceImpl extends BasePersistenceImpl<Sportello>
public static final FinderPath FINDER_PATH_COUNT_ALL = new FinderPath(SportelloModelImpl.ENTITY_CACHE_ENABLED,
SportelloModelImpl.FINDER_CACHE_ENABLED, Long.class,
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countAll", new String[0]);
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ID = new FinderPath(SportelloModelImpl.ENTITY_CACHE_ENABLED,
SportelloModelImpl.FINDER_CACHE_ENABLED, SportelloImpl.class,
FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findById",
new String[] {
Long.class.getName(),
Integer.class.getName(), Integer.class.getName(),
OrderByComparator.class.getName()
});
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ID = new FinderPath(SportelloModelImpl.ENTITY_CACHE_ENABLED,
SportelloModelImpl.FINDER_CACHE_ENABLED, SportelloImpl.class,
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findById",
new String[] { Long.class.getName() },
SportelloModelImpl.ID_COLUMN_BITMASK);
public static final FinderPath FINDER_PATH_COUNT_BY_ID = new FinderPath(SportelloModelImpl.ENTITY_CACHE_ENABLED,
SportelloModelImpl.FINDER_CACHE_ENABLED, Long.class,
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countById",
new String[] { Long.class.getName() });
/**
* Returns all the sportellos where id = &#63;.
*
* @param id the ID
* @return the matching sportellos
* @throws SystemException if a system exception occurred
*/
@Override
public List<Sportello> findById(long id) throws SystemException {
return findById(id, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
}
/**
* Returns a range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @return the range of matching sportellos
* @throws SystemException if a system exception occurred
*/
@Override
public List<Sportello> findById(long id, int start, int end)
throws SystemException {
return findById(id, start, end, null);
}
/**
* Returns an ordered range of all the sportellos where id = &#63;.
*
* <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 portos.nextmind.model.impl.SportelloModelImpl}. 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 id the ID
* @param start the lower bound of the range of sportellos
* @param end the upper bound of the range of sportellos (not inclusive)
* @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
* @return the ordered range of matching sportellos
* @throws SystemException if a system exception occurred
*/
@Override
public List<Sportello> findById(long id, int start, int end,
OrderByComparator orderByComparator) throws SystemException {
boolean pagination = true;
FinderPath finderPath = null;
Object[] finderArgs = null;
if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) &&
(orderByComparator == null)) {
pagination = false;
finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ID;
finderArgs = new Object[] { id };
}
else {
finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_ID;
finderArgs = new Object[] { id, start, end, orderByComparator };
}
List<Sportello> list = (List<Sportello>)FinderCacheUtil.getResult(finderPath,
finderArgs, this);
if ((list != null) && !list.isEmpty()) {
for (Sportello sportello : list) {
if ((id != sportello.getId())) {
list = null;
break;
}
}
}
if (list == null) {
StringBundler query = null;
if (orderByComparator != null) {
query = new StringBundler(3 +
(orderByComparator.getOrderByFields().length * 3));
}
else {
query = new StringBundler(3);
}
query.append(_SQL_SELECT_SPORTELLO_WHERE);
query.append(_FINDER_COLUMN_ID_ID_2);
if (orderByComparator != null) {
appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS,
orderByComparator);
}
else
if (pagination) {
query.append(SportelloModelImpl.ORDER_BY_JPQL);
}
String sql = query.toString();
Session session = null;
try {
session = openSession();
Query q = session.createQuery(sql);
QueryPos qPos = QueryPos.getInstance(q);
qPos.add(id);
if (!pagination) {
list = (List<Sportello>)QueryUtil.list(q, getDialect(),
start, end, false);
Collections.sort(list);
list = new UnmodifiableList<Sportello>(list);
}
else {
list = (List<Sportello>)QueryUtil.list(q, getDialect(),
start, end);
}
cacheResult(list);
FinderCacheUtil.putResult(finderPath, finderArgs, list);
}
catch (Exception e) {
FinderCacheUtil.removeResult(finderPath, finderArgs);
throw processException(e);
}
finally {
closeSession(session);
}
}
return list;
}
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public Sportello findById_First(long id, OrderByComparator orderByComparator)
throws NoSuchSportelloException, SystemException {
Sportello sportello = fetchById_First(id, orderByComparator);
if (sportello != null) {
return sportello;
}
StringBundler msg = new StringBundler(4);
msg.append(_NO_SUCH_ENTITY_WITH_KEY);
msg.append("id=");
msg.append(id);
msg.append(StringPool.CLOSE_CURLY_BRACE);
throw new NoSuchSportelloException(msg.toString());
}
/**
* Returns the first sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the first matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public Sportello fetchById_First(long id,
OrderByComparator orderByComparator) throws SystemException {
List<Sportello> list = findById(id, 0, 1, orderByComparator);
if (!list.isEmpty()) {
return list.get(0);
}
return null;
}
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello
* @throws portos.nextmind.NoSuchSportelloException if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public Sportello findById_Last(long id, OrderByComparator orderByComparator)
throws NoSuchSportelloException, SystemException {
Sportello sportello = fetchById_Last(id, orderByComparator);
if (sportello != null) {
return sportello;
}
StringBundler msg = new StringBundler(4);
msg.append(_NO_SUCH_ENTITY_WITH_KEY);
msg.append("id=");
msg.append(id);
msg.append(StringPool.CLOSE_CURLY_BRACE);
throw new NoSuchSportelloException(msg.toString());
}
/**
* Returns the last sportello in the ordered set where id = &#63;.
*
* @param id the ID
* @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
* @return the last matching sportello, or <code>null</code> if a matching sportello could not be found
* @throws SystemException if a system exception occurred
*/
@Override
public Sportello fetchById_Last(long id, OrderByComparator orderByComparator)
throws SystemException {
int count = countById(id);
if (count == 0) {
return null;
}
List<Sportello> list = findById(id, count - 1, count, orderByComparator);
if (!list.isEmpty()) {
return list.get(0);
}
return null;
}
/**
* Removes all the sportellos where id = &#63; from the database.
*
* @param id the ID
* @throws SystemException if a system exception occurred
*/
@Override
public void removeById(long id) throws SystemException {
for (Sportello sportello : findById(id, QueryUtil.ALL_POS,
QueryUtil.ALL_POS, null)) {
remove(sportello);
}
}
/**
* Returns the number of sportellos where id = &#63;.
*
* @param id the ID
* @return the number of matching sportellos
* @throws SystemException if a system exception occurred
*/
@Override
public int countById(long id) throws SystemException {
FinderPath finderPath = FINDER_PATH_COUNT_BY_ID;
Object[] finderArgs = new Object[] { id };
Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
this);
if (count == null) {
StringBundler query = new StringBundler(2);
query.append(_SQL_COUNT_SPORTELLO_WHERE);
query.append(_FINDER_COLUMN_ID_ID_2);
String sql = query.toString();
Session session = null;
try {
session = openSession();
Query q = session.createQuery(sql);
QueryPos qPos = QueryPos.getInstance(q);
qPos.add(id);
count = (Long)q.uniqueResult();
FinderCacheUtil.putResult(finderPath, finderArgs, count);
}
catch (Exception e) {
FinderCacheUtil.removeResult(finderPath, finderArgs);
throw processException(e);
}
finally {
closeSession(session);
}
}
return count.intValue();
}
private static final String _FINDER_COLUMN_ID_ID_2 = "sportello.id = ?";
public SportelloPersistenceImpl() {
setModelClass(Sportello.class);
@ -278,6 +616,8 @@ public class SportelloPersistenceImpl extends BasePersistenceImpl<Sportello>
boolean isNew = sportello.isNew();
SportelloModelImpl sportelloModelImpl = (SportelloModelImpl)sportello;
Session session = null;
try {
@ -301,10 +641,27 @@ public class SportelloPersistenceImpl extends BasePersistenceImpl<Sportello>
FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
if (isNew) {
if (isNew || !SportelloModelImpl.COLUMN_BITMASK_ENABLED) {
FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
}
else {
if ((sportelloModelImpl.getColumnBitmask() &
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ID.getColumnBitmask()) != 0) {
Object[] args = new Object[] { sportelloModelImpl.getOriginalId() };
FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_ID, args);
FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ID,
args);
args = new Object[] { sportelloModelImpl.getId() };
FinderCacheUtil.removeResult(FINDER_PATH_COUNT_BY_ID, args);
FinderCacheUtil.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ID,
args);
}
}
EntityCacheUtil.putResult(SportelloModelImpl.ENTITY_CACHE_ENABLED,
SportelloImpl.class, sportello.getPrimaryKey(), sportello);
@ -651,9 +1008,12 @@ public class SportelloPersistenceImpl extends BasePersistenceImpl<Sportello>
}
private static final String _SQL_SELECT_SPORTELLO = "SELECT sportello FROM Sportello sportello";
private static final String _SQL_SELECT_SPORTELLO_WHERE = "SELECT sportello FROM Sportello sportello WHERE ";
private static final String _SQL_COUNT_SPORTELLO = "SELECT COUNT(sportello) FROM Sportello sportello";
private static final String _SQL_COUNT_SPORTELLO_WHERE = "SELECT COUNT(sportello) FROM Sportello sportello WHERE ";
private static final String _ORDER_BY_ENTITY_ALIAS = "sportello.";
private static final String _NO_SUCH_ENTITY_WITH_PRIMARY_KEY = "No Sportello exists with the primary key ";
private static final String _NO_SUCH_ENTITY_WITH_KEY = "No Sportello exists with the key {";
private static final boolean _HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE = GetterUtil.getBoolean(PropsUtil.get(
PropsKeys.HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE));
private static Log _log = LogFactoryUtil.getLog(SportelloPersistenceImpl.class);

4
liferay-plugins-sdk-6.2/portlets/schedulatore-portos-pratiche-portlet/docroot/WEB-INF/src/service.properties

@ -13,8 +13,8 @@
##
build.namespace=portos_ss
build.number=23
build.date=1683108076366
build.number=30
build.date=1683123283855
build.auto.upgrade=true
##

Caricamento…
Annulla
Salva