psdi.app.common.recon

Class FldReconDataSet1

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldReconcmpruleDataSet1


    public class FldReconDataSet1
    extends SynonymDomain
    This class validates the "RECONTYPE" attribute of Reconciliation objects that have it. It is also referred to as "Data Set 1" and affects the "COMPSET" attribute also referred to as "Data Set 2". This field is only tied to one domain called "RECONTYPE" whereas the domain for "Data Set 2" changes depending on the selection of this field. If there is no selection, "Data Set 2" shall be read only.
    • Constructor Detail

      • FldReconDataSet1

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

      • determineDataSet2ReadOnlyState

        protected void determineDataSet2ReadOnlyState(MboRemote thisMbo,
                                                      int dataSet2Count)
                                               throws MXException,
                                                      java.rmi.RemoteException
        Determines the "read-only" state of the "Data Set 2" field based on the "Data Set 1" selection.
        Parameters:
        thisMbo - This MBO.
        nameCount - Possible "Data Set 2" names.
        Throws:
        MXException - If there is an error.
        java.rmi.RemoteException - If there is an error.