psdi.mbo

Class NUMERICDomainInfoFactory



  • public class NUMERICDomainInfoFactory
    extends DomainInfoFactory
    Class to load NUMERICDomainInfo objects from numdomainvalue, maxobject and maxattribute tables. This only loads domains specified in maxattribute table for an attribute.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List load(java.sql.Connection con)
      loads NUMERICDomainInfo objects.
      java.util.List load(java.sql.Connection con, java.lang.String domainIdInput) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NUMERICDomainInfoFactory

        public NUMERICDomainInfoFactory()
    • Method Detail

      • load

        public java.util.List load(java.sql.Connection con)
                            throws MXException
        loads NUMERICDomainInfo objects.
        Specified by:
        load in class DomainInfoFactory
        Parameters:
        Connection -
        Returns:
        List of NUMERICDomainInfo objects
        Throws:
        MXException - if fails to load domain information.