| Contact | Donate | Imprint |
| SearchDirectoryEntry | ProductModule |
| Property | Type | Entity | Reference | Module |
| (1) Country | STRING | SearchDirectoryEntry | ||
| (2) DirectoryType | STRING | SearchDirectoryEntry | ||
| (3) Language | STRING | SearchDirectoryEntry | ||
| (4) ResourceType | STRING | SearchDirectoryEntry | ||
| (5) Title | STRING | SearchDirectoryEntry | ||
| (6) Url | STRING | SearchDirectoryEntry |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /searchdirectoryentry/{id} | updateSearchDirectoryEntryById(searchdirectoryentry) | ProductModule | PUT | SearchDirectoryEntry |
| (2) /searchdirectoryentry/{id} | findSearchDirectoryEntryById(id) | ProductModule | GET | SearchDirectoryEntry |
| (3) /searchdirectoryentry/{id} | deleteSearchDirectoryEntryById(id) | ProductModule | DELETE | SearchDirectoryEntry |
| (4) /searchdirectoryentry | insertSearchDirectoryEntry(searchdirectoryentry) | ProductModule | POST | SearchDirectoryEntry |
| (5) /searchdirectoryentry | findAllSearchDirectoryEntry() | ProductModule | GET | SearchDirectoryEntry |
Example:
final SearchDirectoryEntry searchdirectoryentry = (SearchDirectoryEntry) invokeModule(PRODUCT_MODULE + "/searchdirectoryentry/" + id, SearchDirectoryEntry.class);| Contact | Donate | Imprint |