Interface SearchTenantProvider

All Known Implementing Classes:
ExternalSearchTenantProvider

public interface SearchTenantProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clearCache(String tenantId)
    Clear any cached default locale for the tenant ID.
    Returns the default locale for the tenant with the given ID.
  • Method Details

    • readDefaultLocaleByTenantId

      Locale readDefaultLocaleByTenantId(String tenantId)
      Returns the default locale for the tenant with the given ID.
      Parameters:
      tenantId - The tenant ID to get default locale for
      Returns:
      Default locale for the tenant ID
    • clearCache

      void clearCache(String tenantId)
      Clear any cached default locale for the tenant ID.
      Parameters:
      tenantId - The tenant ID to clear