public class ItemModelExistsPredicate
extends java.lang.Object
implements java.util.function.BiPredicate<java.lang.String,java.lang.Class<?>>
UniqueItemIdentifierService to find the item model associated to the given composite key.
Returns TRUE if the item model exists; FALSE otherwise.
| Constructor and Description |
|---|
ItemModelExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected UniqueItemIdentifierService |
getUniqueItemIdentifierService() |
void |
setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) |
boolean |
test(java.lang.String compositeKey,
java.lang.Class<?> classType) |
public boolean test(java.lang.String compositeKey,
java.lang.Class<?> classType)
test in interface java.util.function.BiPredicate<java.lang.String,java.lang.Class<?>>protected UniqueItemIdentifierService getUniqueItemIdentifierService()
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
Copyright © 2018 SAP SE. All Rights Reserved.