psdi.app.pm

Class FldPMFeature

    • Constructor Detail

    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        override action to set the assetfeatureid and label attributes to null when the feature is cleared off on the PM.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
      • getAssetFeatureSet

        protected MboSetRemote getAssetFeatureSet(java.lang.String feature,
                                                  java.lang.String featurelabel)
                                           throws java.rmi.RemoteException,
                                                  MXException
        Get a list of asset features based on the passed in feature and feature label. Feature is always added to the query. Feature label is only added if its not null. Returned set could contain 0 or more rows that match the feature and feature label.
        Throws:
        java.rmi.RemoteException
        MXException