Class UserIdentifier
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.identifiers.UserIdentifier
-
- All Implemented Interfaces:
java.util.function.Function<UserModel,java.lang.String>
public class UserIdentifier extends java.lang.Object implements java.util.function.Function<UserModel,java.lang.String>
Provides identifier forUserModelentities based on the 'usePk' flag. In case flag is 'true', string representation of PK is used, otherwise - user's UID value
-
-
Constructor Summary
Constructors Constructor Description UserIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(UserModel userModel)protected booleanisUsePk()voidsetUsePk(boolean usePk)
-