| Package | Description |
|---|---|
| com.foreach.across.modules.webcms.domain.page | |
| com.foreach.across.modules.webcms.domain.page.services | |
| com.foreach.across.modules.webcms.domain.page.web |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPageType |
WebCmsPage.getAssetType() |
| Constructor and Description |
|---|
WebCmsPage(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String title,
WebCmsPage parent,
String pathSegment,
boolean pathSegmentGenerated,
String canonicalPath,
boolean canonicalPathGenerated,
String template,
WebCmsPageType pageType) |
| Constructor and Description |
|---|
QWebCmsPageType(Class<? extends WebCmsPageType> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsPageType(com.querydsl.core.types.Path<? extends WebCmsPageType> path) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPageType |
WebCmsPageService.getPageType(String objectId)
Get the
WebCmsPageType with the specified object id. |
WebCmsPageType |
WebCmsPageService.getPageTypeByKey(String typeKey)
Get the
WebCmsPageType with the specified type key, attached to the current domain. |
WebCmsPageType |
WebCmsPageService.getPageTypeByKey(String typeKey,
WebCmsDomain domain)
Get the
WebCmsPageType with the specified type key, attached to the specified domain. |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPageType |
PageTypeProperties.getDefaultType() |
Copyright © 2020. All rights reserved.