Overview

Summary

ContactDonateImprint


Appendix E-34: PERSON (UI prompt)


PersonPersonModuleShopify

Properties (5)

PropertyTypeEntityReferenceModule
(1) BiographySTRINGPerson
(2) BirthYearLONGPerson
(3) FirstNameSTRINGPerson
(4) FullNameSTRINGPerson
(5) LastNameSTRINGPerson


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /programparticipation/participantperson/{id}findAllProgramParticipationOfParticipantPerson(id)CompanyModuleGETPerson ProgramParticipation
(2) /controversyactor/actorperson/{id}findAllControversyActorOfActorPerson(id)ControversyModuleGETPerson ControversyActor
(3) /person/{id}updatePersonById(person)PersonModulePUTPerson
(4) /personfindAllPerson()PersonModuleGETPerson
(5) /companyrole/person/{id}findAllCompanyRoleOfPerson(id)PersonModuleGETPerson CompanyRole
(6) /lawsuitparty/partyperson/{id}findAllLawsuitPartyOfPartyPerson(id)PersonModuleGETPerson LawsuitParty
(7) /personinsertPerson(person)PersonModulePOSTPerson
(8) /person/{id}findPersonById(id)PersonModuleGETPerson
(9) /person/{id}deletePersonById(id)PersonModuleDELETEPerson





Example:

final Person person = (Person) invokeModule(PERSON_MODULE + "/person/" + id, Person.class);
if (person != null) {
}
return person;


Overview

Summary

ContactDonateImprint