public interface WebCmsArticleService
WebCmsArticle and WebCmsArticleType instances.
Inspects the multi-domain configuration to fallback to shared entities if necessary.| Modifier and Type | Method and Description |
|---|---|
WebCmsArticleType |
getArticleType(String objectId)
Get the
WebCmsArticleType with the specified object id. |
WebCmsArticleType |
getArticleTypeByKey(String typeKey)
Get the
WebCmsArticleType with the specified type key, attached to the current domain. |
WebCmsArticleType |
getArticleTypeByKey(String typeKey,
WebCmsDomain domain)
Get the
WebCmsArticleType with the specified type key, attached to the specified domain. |
WebCmsArticleType getArticleType(String objectId)
WebCmsArticleType with the specified object id.objectId - the article type should havenullWebCmsArticleType getArticleTypeByKey(String typeKey)
WebCmsArticleType with the specified type key, attached to the current domain.
Will take the multi-domain configuration into account when looking for the article type:
will also inspect no-domain if allowed for WebCmsArticleType.typeKey - the page type should havenull if not foundWebCmsArticleType getArticleTypeByKey(String typeKey, WebCmsDomain domain)
WebCmsArticleType with the specified type key, attached to the specified domain.
Will take the multi-domain configuration into account when looking for the article type:
will also inspect no-domain if allowed for WebCmsArticleType.typeKey - the article type should havedomain - the article type is requested fornull if not foundCopyright © 2020. All rights reserved.