| Modifier and Type | Method and Description |
|---|---|
List<WebCmsComponentType> |
WebCmsAllowedComponentTypeFetcher.fetchComponentTypes(WebCmsObject owner,
WebCmsDomain domain)
|
List<WebCmsComponentType> |
DefaultAllowedComponentTypeFetcher.fetchComponentTypes(WebCmsObject owner,
WebCmsDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WebCmsComponentUtils.getBaseType(WebCmsComponentType componentType)
Get the base type attribute (
WebCmsComponentModel.TYPE_ATTRIBUTE) for a WebCmsComponentType. |
static boolean |
WebCmsComponentUtils.isContainerType(WebCmsComponentType componentType)
Check if a type has a
ContainerWebCmsComponentModel as base type. |
| Constructor and Description |
|---|
WebCmsComponent(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
WebCmsComponentType componentType,
String ownerObjectId,
String name,
int sortIndex,
String title,
String body,
String metadata,
WebCmsComponent proxyTarget) |
| Constructor and Description |
|---|
QWebCmsComponentType(Class<? extends WebCmsComponentType> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsComponentType(com.querydsl.core.types.Path<? extends WebCmsComponentType> path) |
| Constructor and Description |
|---|
ContainerWebCmsComponentModel(WebCmsComponentType containerType) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsComponentType |
WebCmsComponentModel.getComponentType() |
WebCmsComponentType |
WebCmsComponentModelService.getComponentType(String componentTypeKey)
Get the component type represented by the type key.
|
WebCmsComponentType |
WebCmsComponentModelService.getComponentType(String componentTypeKey,
WebCmsDomain domain)
Get the component type represented by the type key on the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends WebCmsComponentModel> |
WebCmsComponentModelService.createComponentModel(WebCmsComponentType componentType,
Class<U> expectedType)
Create a new component model for a specific component type, on the current domain.
|
| Constructor and Description |
|---|
WebCmsComponentModel(WebCmsComponentType componentType) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsComponentType |
WebCmsComponentAutoCreateService.resolveComponentType(String componentTypeName)
Attempts to resolve a requested component type by its type key.
|
Copyright © 2020. All rights reserved.