Class DefaultDomainValuesFactory

java.lang.Object
com.aquima.interactions.framework.domain.DefaultDomainValuesFactory
All Implemented Interfaces:
IDomainValuesFactory, Serializable

public class DefaultDomainValuesFactory extends Object implements IDomainValuesFactory
Default domain values factory that always returns no values (null).
Since:
11.0
Author:
Petru Galanton
See Also:
  • Constructor Details

    • DefaultDomainValuesFactory

      public DefaultDomainValuesFactory()
  • Method Details

    • getDomainValues

      public DomainValues getDomainValues(String domainName)
      Description copied from interface: IDomainValuesFactory
      Returns the values for the external domain with the given name, or null if this factory does not know of the given domain name.
      Specified by:
      getDomainValues in interface IDomainValuesFactory
      Parameters:
      domainName - the name of the domain for which values are requested
      Returns:
      the values for the given domain or null.