Blog Entities - Mapping Documentation¶
Domain: Blog
Entity Count: 1
Source File: blog-entities.xml
Table of Contents¶
BlogEntry¶
Entity Class: com.perun.tlinq.entity.blog.CBlogEntry
ID Field: entryId
Default Factory: NTSServiceFactory
Factory: NTSServiceFactory¶
Native Entity: com.perun.tlinq.client.nts.db.blog.Blogentry
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
saveBlogEntry |
update |
- |
- |
saveBlogEntry |
create |
- |
- |
readBlogEntry |
read |
- |
- |
readBlogEntry |
search |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
entryId |
id |
DirectMapping | - | - |
title |
title |
DirectMapping | - | - |
subtitle |
id |
DirectMapping | - | - |
authorName |
author |
DirectMapping | - | - |
shortDesc |
shortdesc |
DirectMapping | - | - |
createdDate |
created |
DirectMapping | - | - |
modifiedDate |
modified |
DirectMapping | - | - |
fileName |
contentfile |
DirectMapping | - | - |
active |
active |
DirectMapping | - | - |
views |
views |
DirectMapping | - | - |
Generated from blog-entities.xml