| Contact | Donate | Imprint |
| RegulatoryAction | LegalCaseModule | Ebay |
| Property | Type | Entity | Reference | Module |
| (1) ActionDate | DATE | RegulatoryAction | ||
| (2) AgencyName | STRING | RegulatoryAction | ||
| (3) Country | STRING | RegulatoryAction | ||
| (4) Description | STRING | RegulatoryAction | ||
| (5) Outcome | STRING | RegulatoryAction | ||
| (6) RelatedLegalCase | LONG | RegulatoryAction | LegalCase | LegalCaseModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /regulatoryaction/relatedlegalcase/{id} | findAllRegulatoryActionOfRelatedLegalCase(id) | LegalCaseModule | GET | LegalCase RegulatoryAction |
| (2) /regulatoryaction/{id} | findRegulatoryActionById(id) | LegalCaseModule | GET | RegulatoryAction |
| (3) /regulatoryaction/{id} | updateRegulatoryActionById(regulatoryaction) | LegalCaseModule | PUT | RegulatoryAction |
| (4) /regulatoryaction | findAllRegulatoryAction() | LegalCaseModule | GET | RegulatoryAction |
| (5) /regulatoryaction/{id} | deleteRegulatoryActionById(id) | LegalCaseModule | DELETE | RegulatoryAction |
| (6) /regulatoryaction | insertRegulatoryAction(regulatoryaction) | LegalCaseModule | POST | RegulatoryAction |
Example:
final RegulatoryAction regulatoryaction = (RegulatoryAction) invokeModule(LEGAL_CASE_MODULE + "/regulatoryaction/" + id, RegulatoryAction.class);| Contact | Donate | Imprint |