com.ibm.tivoli.maximo.skd.app

Class FldSKDOptParamType

    • Constructor Detail

      • FldSKDOptParamType

        public FldSKDOptParamType(MboValue mbv)
    • Method Detail

      • setValueFromLookup

        public void setValueFromLookup(MboRemote sourceMbo)
                                throws MXException,
                                       java.rmi.RemoteException
        Description copied from class: MboValueAdapter
        The default implementation does nothing since the default getList() is false. For the derived class, if getList() returns true, this method should be overwritten.
        Specified by:
        setValueFromLookup in interface MboValueListener
        Overrides:
        setValueFromLookup in class ALNDomain
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mbo.MboValueListner#setvalueFromLookup
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: MAXTableDomain
        Validate that the MboSet returned used using either the relationship, or the where clause is not empty. If it is empty, throw an MXAPPLICATIONEXception. If there are attributes as part of the foreign key that don't allow null when this attribute is set, exception will be thrown if the value is empty.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException