Interface IDomainValuesFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultDomainValuesFactory, LinkedDomainValuesFactory

public interface IDomainValuesFactory extends Serializable
Factory for external domains.
Since:
11.0
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    getDomainValues(String domainName)
    Returns the values for the external domain with the given name, or null if this factory does not know of the given domain name.
  • Method Details

    • getDomainValues

      DomainValues getDomainValues(String domainName)
      Returns the values for the external domain with the given name, or null if this factory does not know of the given domain name.
      Parameters:
      domainName - the name of the domain for which values are requested
      Returns:
      the values for the given domain or null.