This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17:40:00,006 INFO [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) -> Sending emails to Schoolars! | |
17:40:00,021 WARN [pti.fomento.generics.dao.GenericDao] (EJB default - 1) ----> 2 reports | |
17:40:00,041 ERROR [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) Problems to deliver emails. See: null | |
17:40:00,043 ERROR [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) Problems to deliver emails. See: null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"modalityYearlyAmountReports": [ | |
{ | |
"id": 5, | |
"modality": { | |
"id": 5, | |
"modality": "MESTRADO", | |
"monthlyPeriodicity": 2 | |
}, | |
"modalityTotal": 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"academicBackground": [ | |
{ | |
"course": { | |
"courseName": "Ci\u00eancia da Computa\u00e7\u00e3o", | |
"id": 1 | |
}, | |
"degreeType": { | |
"degree": { | |
"degree": "Superior", | |
"id": 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#HTTP REQUEST | |
POST http://localhost:8080/fomento/api/researchgroup | |
Content-Type: application/json | |
{ | |
"accountingSubmissionDate": 1465182000000, | |
"budget": { | |
"consumableMaterials": 0.0, | |
"displacements": 0.0, | |
"supportedValue": 1600.0 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POST | |
{ | |
"name": "Projeto", | |
"proposalTheme": { | |
"id": 1, | |
"proposalTheme": "TI" | |
}, | |
"researchModalityType": "SCIENTIFIC_RESEARCH" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"campus": "FOZ", | |
"id": 1, | |
"specifcAddress": null, | |
"university": { | |
"cnpj": "21321321321", | |
"emails": [], | |
"fantasyName": "Unioeste", | |
"id": 2, | |
"legalName": "Unioeste", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POST http://localhost:8080/fomento/api/researchgroup/role | |
# Content-Type: application/json | |
{ | |
"role": "Bolsista" | |
} | |
# GET http://localhost:8080/fomento/api/researchgroup/role | |
[ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POST http://localhost:8080/fomento/api/researchgroup | |
# Content-Type: application/json | |
{ | |
"accountingSubmissionDate": 1465182000000, | |
"budget": { | |
"consumableMaterials": 0.0, | |
"displacements": 0.0, | |
"supportedValue": 1600.0 | |
}, | |
"endDate": 1496113200000, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PUT http://localhost:8080/fomento/api/researchgroup | |
# Content-Type: application/json | |
{ | |
"accountingSubmissionDate": 1465182000000, | |
"budget": { | |
"budgetStatus": "FULLY_APPROVED", | |
"consumableMaterials": 0.0, | |
"displacements": 0.0, | |
"grants": 0, | |
"supportedValue": 1600.0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accountingSubmissionDate": 1465182000000, | |
"budget": { | |
"consumableMaterials": 1000.0, | |
"displacements": 2000.0, | |
"grants": 20000.0, | |
"supportedValue": 1600.0 | |
}, | |
"endDate": 1496113200000, | |
"groupCoordinator": { |