| Modifier and Type | Method and Description |
|---|---|
WebCmsPage |
StringToWebCmsPageConverter.convert(String source) |
protected WebCmsPage |
WebCmsPageImporter.createDto(WebCmsDataEntry data,
WebCmsPage itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected WebCmsPage |
WebCmsPageImporter.getExistingEntity(String entryKey,
WebCmsDataEntry data,
WebCmsDomain domain) |
protected WebCmsPage |
WebCmsPageImporter.prepareForSaving(WebCmsPage itemToBeSaved,
WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebCmsPageInterceptor.afterCreate(WebCmsPage entity) |
void |
WebCmsPageInterceptor.afterUpdate(WebCmsPage entity) |
protected WebCmsPage |
WebCmsPageImporter.createDto(WebCmsDataEntry data,
WebCmsPage itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected WebCmsPage |
WebCmsPageImporter.prepareForSaving(WebCmsPage itemToBeSaved,
WebCmsDataEntry data) |
protected void |
WebCmsPageImporter.validate(WebCmsPage itemToBeSaved,
org.springframework.validation.Errors errors) |
| Constructor and Description |
|---|
WebCmsPage(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String title,
WebCmsPage parent,
String pathSegment,
boolean pathSegmentGenerated,
String canonicalPath,
boolean canonicalPathGenerated,
String template,
WebCmsPageType pageType) |
| Constructor and Description |
|---|
QWebCmsPage(Class<? extends WebCmsPage> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsPage(com.querydsl.core.types.Path<? extends WebCmsPage> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebCmsPageDeleteEventHandler.handleDeleteEvent(com.foreach.across.modules.entity.views.events.BuildEntityDeleteViewEvent<WebCmsPage> event) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsPage> |
WebCmsPageRepository.findOneByCanonicalPathAndDomain(String canonicalPath,
WebCmsDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsPage> |
WebCmsPageService.findByCanonicalPath(String canonicalPath)
Find a single page by its unique canonical path.
|
Optional<WebCmsPage> |
WebCmsPageService.findByCanonicalPathAndDomain(String canonicalPath,
WebCmsDomain domain)
Find a single page by its canonicalPath within the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ModificationType,ModificationReport<PrepareModificationType,Object>> |
WebCmsPageService.prepareForSaving(WebCmsPage page)
Prepares a
WebCmsPage for saving. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebCmsPageValidator.postValidation(WebCmsPage page,
org.springframework.validation.Errors errors,
Object... validationHints) |
protected void |
WebCmsPageValidator.preValidation(WebCmsPage page,
org.springframework.validation.Errors errors,
Object... validationHints) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
WebCmsPageModelLoader.loadModel(javax.servlet.http.HttpServletRequest request,
WebCmsPage page,
org.springframework.ui.Model model) |
String |
PageTemplateResolver.resolvePageTemplate(WebCmsPage page) |
| Constructor and Description |
|---|
WebCmsPublication(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String name,
String publicationKey,
WebCmsPublicationType publicationType,
WebCmsPage articleTemplatePage) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WebCmsUtils.generateCanonicalPath(@NonNull WebCmsPage page)
Generates a unique canonical path for a
WebCmsPage. |
Copyright © 2020. All rights reserved.