All Implemented Interfaces:
Closeable, AutoCloseable

public class EmployeeIndexer extends PartyIndexer
  • Constructor Details

  • Method Details

    • getEntityNameFromParty

      protected String getEntityNameFromParty(Party party)
      Description copied from class: PartyIndexer
      All PartyTypes have their own EntityName in addition to the partyName. If null is returned for this field, it likely indicates that the Party has been deleted before indexing picked it up and it will be ignored.
      Specified by:
      getEntityNameFromParty in class PartyIndexer
      Parameters:
      party - Party to return the EntityName for
      Returns:
      String with the EntityName, or null if it was not found