Interface UserFieldExpressionHandler

All Superinterfaces:
FieldExpressionHandler<com.liferay.portal.kernel.model.User,UserProcessorContext>

@ProviderType public interface UserFieldExpressionHandler extends FieldExpressionHandler<com.liferay.portal.kernel.model.User,UserProcessorContext>
  • Method Details

    • getLdapUser

      com.liferay.portal.kernel.model.User getLdapUser(long companyId, String userIdentifier, String userIdentifierExpression) throws Exception
      Throws:
      Exception
    • getSectionLabel

      String getSectionLabel(Locale locale)
    • getUser

      com.liferay.portal.kernel.model.User getUser(long companyId, String userIdentifier, String userIdentifierExpression) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getValidFieldExpressions

      List<String> getValidFieldExpressions()
    • isSupportedForUserMatching

      boolean isSupportedForUserMatching(String userIdentifier)