| Package | Description |
|---|---|
| org.youngmonkeys.ezyplatform.admin.converter | |
| org.youngmonkeys.ezyplatform.admin.service |
| Modifier and Type | Method | Description |
|---|---|---|
org.youngmonkeys.ezyplatform.entity.ContentTemplate |
AdminModelToEntityConverter.toEntity(String creatorType,
long creatorId,
String templateType,
AddContentTemplateModel model) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
AdminContentTemplateService.addTemplate(long adminId,
String templateType,
AddContentTemplateModel model) |
|
long |
AdminContentTemplateService.addTemplate(String creatorType,
long creatorId,
String templateType,
AddContentTemplateModel model) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
AdminContentTemplateService.addTemplateIfAbsent(long adminId,
String templateType,
String templateName,
Supplier<AddContentTemplateModel> templateSupplier) |
|
long |
AdminContentTemplateService.addTemplateIfAbsent(String creatorType,
long creatorId,
String templateType,
String templateName,
Supplier<AddContentTemplateModel> templateSupplier) |
|
long |
AdminContentTemplateService.addTemplateIfAbsent(String templateType,
String templateName,
Supplier<AddContentTemplateModel> templateSupplier) |
Copyright © 2026 Young Monkeys. All rights reserved.