com.ibm.tivoli.maximo.amcrew.app

Class FldAMCrewToolSqItemNum

    • Constructor Detail

      • FldAMCrewToolSqItemNum

        public FldAMCrewToolSqItemNum(MboValue mbv)
        Display the records in the lookup Business Rule : 1. Display those items where rotating=yes and itemtype='TOOL' and itemsiteid is selected itemsetid
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Performs the following actions when a tool is added or deleted 1. searches whether any qualification is associated with the tool. If the tool is added, then add its required qualification in the 'Required Qualifications' table window (i.e. AMCrewQual table) If the tool is deleted, then delete the qualifications associated with it from 'Required Qualifications' table window (i.e. AMCrewQual table)
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException