| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsArticleType
Type specifier for a particular article.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsAssetType<T extends WebCmsTypeSpecifier<T>>
Type specifier for a particular asset type
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsAssetType<T extends WebCmsTypeSpecifier<T>>
Type specifier for a particular asset type
|
| Constructor and Description |
|---|
QWebCmsAssetType(Class<? extends WebCmsAssetType<? extends WebCmsTypeSpecifier<?>>> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsComponentType
Represents a type of
WebCmsComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsPageType
Type specifier for a particular page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsPublicationType
A type specifier for a
WebCmsPublication. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseWebCmsTypeSpecifierRepository<T extends WebCmsTypeSpecifier<?>>
Repository interface for any
WebCmsTypeSpecifier implementation. |
class |
WebCmsTypeSpecifier<T extends WebCmsTypeSpecifier<T>>
Represents a sub-type specifier for a particular asset or component.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends WebCmsTypeSpecifier> |
MapToWebCmsTypeSpecifierConverter.getConverter(Class<T> targetType) |
<T extends WebCmsTypeSpecifier> |
StringToWebCmsTypeSpecifierConverter.getConverter(Class<T> targetType) |
<U extends WebCmsTypeSpecifier<U>> |
WebCmsTypeSpecifierLink.getTypeSpecifier(Class<U> specifierType) |
<T extends WebCmsTypeSpecifier> |
WebCmsTypeSpecifierService.getTypeSpecifier(String objectId,
Class<T> expectedType)
Finds the type specifier with that object id, assuming it is of the expected java type.
|
<T extends WebCmsTypeSpecifier> |
WebCmsTypeSpecifierService.getTypeSpecifierByKey(String typeKey,
Class<T> expectedType)
Finds the type specifier represented by the type key, assuming it is of the expected java type.
|
<T extends WebCmsTypeSpecifier> |
WebCmsTypeSpecifierService.getTypeSpecifierByKey(String typeKey,
Class<T> expectedType,
WebCmsDomain domain)
Finds the type specifier represented by the type key, assuming it is of the expected java type.
|
<U extends WebCmsTypeSpecifier> |
WebCmsTypeRegistry.register(@NonNull String objectType,
@NonNull Class<U> implementationType,
@NonNull Supplier<U> supplier)
Registers an object type to an implementation type along with a
Supplier that returns a new instance. |
<U extends WebCmsTypeSpecifier> |
WebCmsTypeRegistry.retrieveObjectType(@NonNull Class<U> implementationType) |
<U extends WebCmsTypeSpecifier> |
WebCmsTypeRegistry.retrieveSupplier(@NonNull Class<U> implementationType) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsTypeSpecifier<?> |
WebCmsTypeSpecifierService.getTypeSpecifier(String objectId)
Finds the type specifier with that object id.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsTypeSpecifier<?>> |
WebCmsTypeSpecifierRepository.findOneByObjectTypeAndTypeKeyAndDomain(String objectType,
String typeKey,
WebCmsDomain domain) |
Optional<Class<? extends WebCmsTypeSpecifier>> |
WebCmsTypeRegistry.retrieveTypeSpecifierClass(@NonNull String objectType) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebCmsDefaultComponentsService.createDefaultComponents(WebCmsObject asset,
WebCmsTypeSpecifier<?> typeSpecifier,
Map<String,String> markerValues)
Accepts a single
WebCmsObject. |
Optional<WebCmsTypeSpecifierLink> |
WebCmsTypeSpecifierLinkRepository.findOneByOwnerObjectIdAndLinkTypeAndTypeSpecifier(String ownerObjectId,
String linkType,
WebCmsTypeSpecifier typeSpecifier) |
| Constructor and Description |
|---|
WebCmsTypeSpecifierLink(Long id,
Long newEntityId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
String ownerObjectId,
WebCmsTypeSpecifier typeSpecifier,
String linkType,
int sortIndex) |
| Constructor and Description |
|---|
QWebCmsTypeSpecifier(Class<? extends WebCmsTypeSpecifier<?>> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsTypeSpecifier(com.querydsl.core.types.Path<? extends WebCmsTypeSpecifier> path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebCmsTypeSpecifierValidator.postValidation(WebCmsTypeSpecifier entity,
org.springframework.validation.Errors errors,
Object... validationHints) |
Copyright © 2020. All rights reserved.