public class CatalogCodeExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the given catalog code exists; FALSE otherwise.
| Constructor and Description |
|---|
CatalogCodeExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogService |
getCatalogService() |
void |
setCatalogService(CatalogService catalogService) |
boolean |
test(java.lang.String catalogCode) |
public boolean test(java.lang.String catalogCode)
test in interface java.util.function.Predicate<java.lang.String>protected CatalogService getCatalogService()
public void setCatalogService(CatalogService catalogService)
Copyright © 2018 SAP SE. All Rights Reserved.