com.ibm.tivoli.maximo.amcrew.app

Class AMCrewQualSet

  • java.lang.Object
    • Constructor Detail

      • AMCrewQualSet

        public AMCrewQualSet(MboServerInterface ms)
                      throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • adjustCraftQuantities

        public void adjustCraftQuantities(int quantity)
                                   throws MXException,
                                          java.rmi.RemoteException
        Adjust the quantity fields for the mbos for which the current quantity atrribute value exceeds quantity.
        Specified by:
        adjustCraftQuantities in interface AMCrewQualSetRemote
        Parameters:
        quantity - the quantity value
        Throws:
        MXException
        java.rmi.RemoteException
      • findByAttribute

        public MboRemote findByAttribute(java.lang.String attrName,
                                         java.lang.String attrValue)
                                  throws MXException,
                                         java.rmi.RemoteException
        Finds a CTQualification mbo whose attribute value matches attrValue. to be deleted mbos are included in the search.
        Specified by:
        findByAttribute in interface AMCrewQualSetRemote
        Returns:
        the first mbo that matches.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.crewtype.CTCraftSetRemote#findByKeyValue(java.lang.String, java.lang.String)
      • adjustQualQuantities

        public void adjustQualQuantities(int quantity)
                                  throws MXException,
                                         java.rmi.RemoteException
        Adjusts the quantity fields for the mbos for which the current quantity value exceeds the new quantity
        Throws:
        MXException
        java.rmi.RemoteException