Interface SearchFieldResolver

All Known Implementing Classes:
SearchFieldResolverImpl

public interface SearchFieldResolver
Resolves which field of an entity should be used for searching when targeting an entity directly and not a specific field on that entity.
Author:
Andre Azzolini (apazzolini)
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveField(String className)
    Returns the name of the field to use for searching for the given entity classname.
  • Method Details

    • resolveField

      String resolveField(String className) throws ServiceException
      Returns the name of the field to use for searching for the given entity classname.
      Parameters:
      className -
      Returns:
      the field name
      Throws:
      ServiceException