psdi.app.dpamadpt

Class DPAMConversionVariant

  • java.lang.Object
    • Constructor Detail

      • DPAMConversionVariant

        public DPAMConversionVariant(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Construct the DPAMAdptVariant object
        Parameters:
        ms - Mbo set
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Issue # 06-14786 save() method is called ONLY when there are changes to the DPAMConversionTraget set. Therefore, changes to child set of DPAMConversionTraget (Variants) should trigger the parent save validation
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: Mbo
        Can the object be deleted ? This is object specific and should be overridden.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • canDeleteConversionVariant

        public static void canDeleteConversionVariant(MboRemote variantObject,
                                                      java.lang.String variantAttributeName,
                                                      java.lang.String[] objectRelationshipPairs,
                                                      java.lang.String dmapErrorMessageCode)
                                               throws MXException,
                                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException