psdi.app.item

Class FldItemIsKit

    • Constructor Detail

      • FldItemIsKit

        public FldItemIsKit(MboValue mbv)
        Construct and attach to the specified MboValue
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        set Rotating,ConditionEnabled and LotType to be READONLY if IsKit is true; otherwise, set them to be read/write
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • validateIASForKitting

        public void validateIASForKitting()
                                   throws MXException,
                                          java.rmi.RemoteException
        Items with an IAS that contains multiple instances of the same item cannot be kits.
        Throws:
        MXApplicationException("item","kitCantHaveDupItems") - if item's Item Assembly Structure has a duplicate item.
        java.rmi.RemoteException
        MXException