| Constructor and Description |
|---|
WebCmsArticle(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
WebCmsPublication publication,
WebCmsArticleType articleType,
String title,
String subTitle,
String description) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPublication |
MapToWebCmsPublicationConverter.convert(Map<String,Object> data) |
WebCmsPublication |
StringToWebCmsPublicationConverter.convert(String source) |
protected WebCmsPublication |
WebCmsPublicationImporter.createDto(WebCmsDataEntry data,
WebCmsPublication itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected WebCmsPublication |
WebCmsPublicationImporter.getExistingEntity(String entryKey,
WebCmsDataEntry data,
WebCmsDomain domain) |
WebCmsPublication |
WebCmsPublicationService.getPublicationByKey(String publicationKey)
Finds the publication represented by the publication key.
|
WebCmsPublication |
WebCmsPublicationService.getPublicationByKey(String publicationKey,
WebCmsDomain domain)
Finds the publication represented by the publication key and attached to that domain.
|
protected WebCmsPublication |
WebCmsPublicationImporter.prepareForSaving(WebCmsPublication itemToBeSaved,
WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsPublication> |
WebCmsPublicationRepository.findOneByPublicationKeyAndDomain(String publicationKey,
WebCmsDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsPublication |
WebCmsPublicationImporter.createDto(WebCmsDataEntry data,
WebCmsPublication itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected WebCmsPublication |
WebCmsPublicationImporter.prepareForSaving(WebCmsPublication itemToBeSaved,
WebCmsDataEntry data) |
protected void |
WebCmsPublicationImporter.validate(WebCmsPublication itemToBeSaved,
org.springframework.validation.Errors errors) |
| Constructor and Description |
|---|
QWebCmsPublication(Class<? extends WebCmsPublication> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsPublication(com.querydsl.core.types.Path<? extends WebCmsPublication> path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebCmsPublicationValidator.postValidation(WebCmsPublication entity,
org.springframework.validation.Errors errors,
Object... validationHints) |
Copyright © 2020. All rights reserved.