psdi.app.common

Class FldTableDuplicate

    • Constructor Detail

      • FldTableDuplicate

        public FldTableDuplicate(MboValue mbv)
                          throws MXException,
                                 java.rmi.RemoteException
        Construct and attach to the mbo value.
        Parameters:
        MboValue - - Instance of MboValue
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • setCheckForDuplicates

        public void setCheckForDuplicates(boolean flag)
        Turns check for duplicated on/off
        Parameters:
        flag -
      • setValidateErrorMessage

        protected void setValidateErrorMessage(java.lang.String resource,
                                               java.lang.String errorMessage)
                                        throws MXException,
                                               java.rmi.RemoteException
        Sets the error message to be displayed if the validation fails
        Parameters:
        resource - - The name of the resource file (.txt) where the message is located
        errorMessage - - The name of the message key
        Throws:
        MXException
        java.rmi.RemoteException