Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
70 righe
2.0 KiB
70 righe
2.0 KiB
5 anni fa
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.2.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_2_0.dtd">
|
||
|
<service-builder package-path="it.tref.liferay.portos.deployalert">
|
||
|
<author>Matteo</author>
|
||
|
<namespace>DA</namespace>
|
||
|
|
||
|
<entity name="NotificationMail" local-service="true" uuid="true">
|
||
|
|
||
|
<!-- PK fields -->
|
||
|
|
||
|
<column name="notificationMailId" type="long" primary="true"></column>
|
||
|
|
||
|
<!-- Group instance -->
|
||
|
|
||
|
<column name="groupId" type="long"></column>
|
||
|
|
||
|
<!-- Audit fields -->
|
||
|
|
||
|
<column name="companyId" type="long"></column>
|
||
|
<column name="userId" type="long"></column>
|
||
|
<column name="userName" type="String"></column>
|
||
|
<column name="createDate" type="Date"></column>
|
||
|
<column name="modifiedDate" type="Date"></column>
|
||
|
<column name="nomePlugin" type="String"></column>
|
||
|
<column name="nomeTemplate" type="String"></column>
|
||
|
<finder name="companyId" return-type="Collection">
|
||
|
<finder-column name="companyId"></finder-column>
|
||
|
</finder>
|
||
|
</entity>
|
||
|
<entity name="NotificationLog" local-service="true" uuid="true">
|
||
|
|
||
|
<!-- PK fields -->
|
||
|
|
||
|
<column name="notificationLogId" type="long" primary="true"></column>
|
||
|
|
||
|
<!-- Group instance -->
|
||
|
|
||
|
<!-- Audit fields -->
|
||
|
|
||
|
|
||
|
<!-- PK fields -->
|
||
|
|
||
|
<!-- Group instance -->
|
||
|
|
||
|
<!-- Audit fields -->
|
||
|
|
||
|
|
||
|
<!-- PK fields -->
|
||
|
|
||
|
<!-- Group instance -->
|
||
|
|
||
|
<column name="groupId" type="long"></column>
|
||
|
|
||
|
<!-- Audit fields -->
|
||
|
|
||
|
<column name="companyId" type="long"></column>
|
||
|
<column name="userId" type="long"></column>
|
||
|
<column name="userName" type="String"></column>
|
||
|
<column name="createDate" type="Date"></column>
|
||
|
<column name="modifiedDate" type="Date"></column>
|
||
|
<column name="nomePlugin" type="String"></column>
|
||
|
<column name="tipo" type="String"></column>
|
||
|
<column name="data" type="Date"></column>
|
||
|
</entity>
|
||
|
<exceptions>
|
||
|
<exception>NotificationTipo</exception>
|
||
|
<exception>NotificationNomePlugin</exception>
|
||
|
<exception>NotificationNomeTemplate</exception>
|
||
|
</exceptions>
|
||
|
</service-builder>
|