public class ContentSlotExistsInCatalogVersionsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the content slot exists; FALSE otherwise.
| Constructor and Description |
|---|
ContentSlotExistsInCatalogVersionsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogVersionService |
getCatalogVersionService() |
protected CMSAdminContentSlotService |
getCmsAdminContentSlotService() |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setCmsAdminContentSlotService(CMSAdminContentSlotService cmsAdminContentSlotService) |
boolean |
test(java.lang.String target)
Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception
is correctly handled in the catch clause.
|
public ContentSlotExistsInCatalogVersionsPredicate()
public boolean test(java.lang.String target)
test in interface java.util.function.Predicate<java.lang.String>protected CMSAdminContentSlotService getCmsAdminContentSlotService()
public void setCmsAdminContentSlotService(CMSAdminContentSlotService cmsAdminContentSlotService)
protected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
Copyright © 2018 SAP SE. All Rights Reserved.