psdi.iface.app.im

Class FldOmpDisplayname

    • Field Detail

      • INTEGRATIONLOGGER

        public static final MXLogger INTEGRATIONLOGGER
        Integration logger for logging messages related to MAXIMO startup.
    • Constructor Detail

      • FldOmpDisplayname

        public FldOmpDisplayname(MboValue mbv)
    • Method Detail

      • smartFind

        public MboSetRemote smartFind(java.lang.String sourceObj,
                                      java.lang.String value,
                                      boolean exact)
                               throws MXException,
                                      java.rmi.RemoteException
        Override smartFind to use ompguid not displayname as displayname is a non-persistent column and can not be used as a query field.
        Specified by:
        smartFind in interface MboValueListener
        Overrides:
        smartFind in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
      • smartFind

        public MboSetRemote smartFind(java.lang.String value,
                                      boolean exact)
                               throws MXException,
                                      java.rmi.RemoteException
        Override smartFind to use ompguid not displayname as displayname is a non-persistent column and can not be used as a query field.
        Specified by:
        smartFind in interface MboValueListener
        Overrides:
        smartFind in class MAXTableDomain
        Parameters:
        value - the value which is the qbe of the attribute
        Throws:
        MXException
        java.rmi.RemoteException