com.ibm.tivoli.maximo.amcrew.app

Class FldAMCrewQualId

    • Constructor Detail

      • FldAMCrewQualId

        public FldAMCrewQualId(MboValue mbv)
        Parameters:
        mbv -
    • Method Detail

      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        CMS: ADDED : TO DISPLAY ONLY VALID QUALIFICATIONS BASED ON THE VALUE IN THE POSITION column. if a value exists for Position, Value List will be limited to Qualifications with no entries in QualCraftSkill, and to Qualifications that match on Craft and Skill Level of the associated Position. If a Position is NULL, Value List will be limited to Qualifications with no entries in QualCraftSkill
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: MAXTableDomain
        Validate that the MboSet returned used using either the relationship, or the where clause is not empty. If it is empty, throw an MXAPPLICATIONEXception. If there are attributes as part of the foreign key that don't allow null when this attribute is set, exception will be thrown if the value is empty.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException