psdi.app.dpammanu

Class DPAMManufacturer

    • Constructor Detail

      • DPAMManufacturer

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

      • getTargetFieldName

        public java.lang.String getTargetFieldName()
                                            throws java.rmi.RemoteException
        Specified by:
        getTargetFieldName in interface DPAMConversionTargetRemote
        Returns:
        the name of the field that holds the target name; it is expected to be the same for the target and variant table
        Throws:
        java.rmi.RemoteException
      • getVariantFieldName

        public java.lang.String getVariantFieldName()
                                             throws java.rmi.RemoteException
        Specified by:
        getVariantFieldName in interface DPAMConversionTargetRemote
        Returns:
        the name of the field that holds the variant name in the variant table
        Throws:
        java.rmi.RemoteException
      • getVariantSetName

        public java.lang.String getVariantSetName()
                                           throws java.rmi.RemoteException
        Specified by:
        getVariantSetName in interface DPAMConversionTargetRemote
        Returns:
        the name of the variant object
        Throws:
        java.rmi.RemoteException
      • getReferencedRelationshipList

        public java.lang.String[] getReferencedRelationshipList()
                                                         throws java.rmi.RemoteException
        Specified by:
        getReferencedRelationshipList in interface DPAMConversionTargetRemote
        Returns:
        the list of relationships where variants are referenced
        Throws:
        java.rmi.RemoteException
      • getExceptionParams

        public java.lang.Object[] getExceptionParams()
                                              throws java.rmi.RemoteException
        Specified by:
        getExceptionParams in interface DPAMConversionTargetRemote
        Returns:
        exception parameters - the name of the target object
        Throws:
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        If the save changes validated to true, set it back to false if not interactive. This reverses the automatic setting of validated to true for records loaded through the MEA.
        Overrides:
        save in class DPAMConversionTraget
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DPAMManufacturer.save()
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        For MEA, override super behavior of setting validated to true when adding records.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class DPAMConversionTraget
        Throws:
        MXException
        java.rmi.RemoteException