| Modifier and Type | Interface and Description |
|---|---|
interface |
WebCmsObjectEntityRepository<T extends WebCmsObjectSuperClass>
Base interface for a repository managing either
WebCmsObjectSuperClass or WebCmsObjectInheritanceSuperClass. |
class |
WebCmsObjectSuperClass<T extends WebCmsObjectSuperClass<T>>
Base implementation for a
WebCmsObject entity that ensures that the object id is part of an object collection. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsObjectInheritanceSuperClass<T extends WebCmsObjectInheritanceSuperClass<T>>
Extends the
WebCmsObjectSuperClass with the base columns for a joined inheritance strategy, using an object type discriminator column. |
| Constructor and Description |
|---|
QWebCmsObjectSuperClass(Class<? extends WebCmsObjectSuperClass<?>> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsObjectSuperClass(com.querydsl.core.types.Path<? extends WebCmsObjectSuperClass> path) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsArticle
A single article from a
WebCmsPublication. |
class |
WebCmsArticleType
Type specifier for a particular article.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsAsset<T extends WebCmsAsset<T>>
Generic base class for an identifiable asset in the WebCmsModule.
|
| 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 |
WebCmsComponent
Represents a (visual) component of an asset.
|
class |
WebCmsComponentType
Represents a type of
WebCmsComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsImage
A single image asset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsMenu
Corresponds to a named
Menu. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsPage
Main entity representing a custom - static - web page.
|
class |
WebCmsPageType
Type specifier for a particular page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsPublication
A single publication for a set of articles or other publication-linked assets.
|
class |
WebCmsPublicationType
A type specifier for a
WebCmsPublication. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsTypeSpecifier<T extends WebCmsTypeSpecifier<T>>
Represents a sub-type specifier for a particular asset or component.
|
Copyright © 2020. All rights reserved.