psdi.app.actualci

Class FldActCINum

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


    public class FldActCINum
    extends MAXTableDomain
    Common Validation Class for actci identifiers - actcinum. The constructor takes a name of an actci criteria - as defined in ActCIService.initCriteriaList. If null is passed to the constructor, then no criteria will be used and the actcinum will only be validated against the relation table. The constructor will throw an exception if the criteria is not found. The error message will be set if this class recognizes the criteria used. The constructor will set the error key to NotValid[Aaaa]ActCI if the criteria used is one of: null.
    • Constructor Detail

      • FldActCINum

        public FldActCINum(MboValue mbv,
                           java.lang.String criteriaName)
                    throws MXException
        Construct and attach to the mbo value. Sets up the validation information.
        Parameters:
        mbv -
        criteriaName -
        Throws:
        MXException