java.lang.Object
de.hybris.platform.ruleengineservices.rule.identifiers.UserIdentifier
All Implemented Interfaces:
Function<UserModel,String>

public class UserIdentifier extends Object implements Function<UserModel,String>
Provides identifier for UserModel entities based on the 'usePk' flag. In case flag is 'true', string representation of PK is used, otherwise - user's UID value
  • Constructor Details

    • UserIdentifier

      public UserIdentifier()
  • Method Details