| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<WebCmsUrl,QWebCmsUrl> |
QWebCmsAssetEndpoint.urls |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<WebCmsUrl,QWebCmsUrl> |
QWebCmsEndpoint.urls |
protected Collection<WebCmsUrl> |
WebCmsEndpoint.urls
Collection of urls attached to this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsUrl> |
WebCmsEndpoint.getPrimaryUrl()
Get the primary url for this
WebCmsEndpoint |
Optional<WebCmsUrl> |
WebCmsEndpointServiceImpl.getPrimaryUrlForAsset(WebCmsAsset asset) |
Optional<WebCmsUrl> |
WebCmsEndpointService.getPrimaryUrlForAsset(WebCmsAsset asset)
Get the primary URL for a
WebCmsAsset on the current domain. |
Optional<WebCmsUrl> |
WebCmsEndpointServiceImpl.getPrimaryUrlForAssetOnDomain(WebCmsAsset asset,
WebCmsDomain domain) |
Optional<WebCmsUrl> |
WebCmsEndpointService.getPrimaryUrlForAssetOnDomain(WebCmsAsset asset,
WebCmsDomain domain)
Get the primary URL for a
WebCmsAsset on the specified domain. |
Optional<WebCmsUrl> |
WebCmsEndpointServiceImpl.getUrlForPath(String path) |
Optional<WebCmsUrl> |
WebCmsEndpointService.getUrlForPath(String path)
Retrieve the
WebCmsUrl corresponding to a particular path. |
Optional<WebCmsUrl> |
WebCmsEndpointServiceImpl.getUrlForPathAndDomain(String path,
WebCmsDomain domain) |
Optional<WebCmsUrl> |
WebCmsEndpointService.getUrlForPathAndDomain(String path,
WebCmsDomain domain)
Retrieve the
WebCmsUrl corresponding to a particular path on a specific domain. |
Optional<WebCmsUrl> |
WebCmsEndpoint.getUrlWithPath(String path) |
ModificationReport<EndpointModificationType,WebCmsUrl> |
WebCmsEndpointServiceImpl.updateOrCreatePrimaryUrlForAsset(String primaryUrl,
WebCmsAsset asset,
boolean publishEventOnFailure) |
ModificationReport<EndpointModificationType,WebCmsUrl> |
WebCmsEndpointService.updateOrCreatePrimaryUrlForAsset(String primaryUrl,
WebCmsAsset asset,
boolean publishEventOnFailure)
Update the primary URL for a
WebCmsAsset. |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.springframework.web.util.UriComponentsBuilder> |
WebCmsUriComponentsService.buildUriComponents(WebCmsUrl url)
Builds a
UriComponentsBuilder for a particular WebCmsUrl on the current domain. |
Optional<org.springframework.web.util.UriComponentsBuilder> |
WebCmsUriComponentsService.buildUriComponents(WebCmsUrl url,
WebCmsDomain domain)
Builds a
UriComponentsBuilder for a particular WebCmsUrl on the current domain. |
| Modifier and Type | Method and Description |
|---|---|
WebCmsUrl |
WebCmsEndpointContext.getUrl() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableWebCmsEndpointContext.setUrl(WebCmsUrl url) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<WebCmsUrl,QWebCmsUrl> |
QWebCmsRemoteEndpoint.urls |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.RedirectView |
WebCmsRemoteEndpointController.redirectToRemote(WebCmsUrl url,
WebCmsRemoteEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsUrl |
WebCmsUrlOnAssetImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsAsset asset) |
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsEndpoint parent) |
protected WebCmsUrl |
WebCmsUrlOnAssetImporter.getExisting(WebCmsDataEntry data,
WebCmsAsset parent) |
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.getExisting(WebCmsDataEntry data,
WebCmsEndpoint parent) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsUrl> |
WebCmsUrlCache.getUrlForPathAndDomain(String path,
WebCmsDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
WebCmsUrlOnEndpointImporter.applyDataValues(Map<String,Object> values,
WebCmsUrl dto) |
protected boolean |
WebCmsUrlOnAssetImporter.applyDataValues(Map<String,Object> values,
WebCmsUrl dto) |
protected WebCmsUrl |
WebCmsUrlOnAssetImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsAsset asset) |
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsEndpoint parent) |
protected void |
WebCmsUrlOnAssetImporter.delete(WebCmsUrl dto,
WebCmsAsset parent) |
protected void |
WebCmsUrlOnEndpointImporter.delete(WebCmsUrl dto,
WebCmsEndpoint parent) |
void |
WebCmsUrlCache.remove(WebCmsUrl url) |
protected void |
WebCmsUrlOnAssetImporter.save(WebCmsUrl dto,
WebCmsAsset parent) |
protected void |
WebCmsUrlOnEndpointImporter.save(WebCmsUrl dto,
WebCmsEndpoint parent) |
| Constructor and Description |
|---|
QWebCmsUrl(Class<? extends WebCmsUrl> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsUrl(com.querydsl.core.types.Path<? extends WebCmsUrl> path) |
| Modifier and Type | Method and Description |
|---|---|
List<WebCmsUrl> |
WebCmsUrlRepository.findAll(com.querydsl.core.types.OrderSpecifier<?>[] orders) |
List<WebCmsUrl> |
WebCmsUrlRepository.findAll(com.querydsl.core.types.Predicate predicate) |
List<WebCmsUrl> |
WebCmsUrlRepository.findAll(com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>[] orders) |
List<WebCmsUrl> |
WebCmsUrlRepository.findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort) |
List<WebCmsUrl> |
WebCmsUrlRepository.findAllByEndpoint(WebCmsEndpoint entity) |
org.springframework.data.domain.Page<WebCmsUrl> |
WebCmsUrlRepository.findAllByEndpoint(WebCmsEndpoint entity,
org.springframework.data.domain.Pageable pageable) |
Optional<WebCmsUrl> |
WebCmsUrlRepository.findOneByPathAndEndpoint_Domain(String path,
WebCmsDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebCmsUrlValidator.postValidation(WebCmsUrl entity,
org.springframework.validation.Errors errors,
Object... validationHints) |
Copyright © 2020. All rights reserved.