| Package | Description |
|---|---|
| com.foreach.across.modules.webcms.domain.article |
| Modifier and Type | Method and Description |
|---|---|
WebCmsArticleType |
WebCmsArticleService.getArticleType(String objectId)
Get the
WebCmsArticleType with the specified object id. |
WebCmsArticleType |
WebCmsArticleService.getArticleTypeByKey(String typeKey)
Get the
WebCmsArticleType with the specified type key, attached to the current domain. |
WebCmsArticleType |
WebCmsArticleService.getArticleTypeByKey(String typeKey,
WebCmsDomain domain)
Get the
WebCmsArticleType with the specified type key, attached to the specified domain. |
WebCmsArticleType |
WebCmsArticle.getAssetType() |
| 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) |
| Constructor and Description |
|---|
QWebCmsArticleType(Class<? extends WebCmsArticleType> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsArticleType(com.querydsl.core.types.Path<? extends WebCmsArticleType> path) |
Copyright © 2020. All rights reserved.