psdi.app.workorder.virtual

Class FldLASAssetFeature

    • Constructor Detail

      • FldLASAssetFeature

        public FldLASAssetFeature(MboValue mbv)
                           throws MXException
        Construct and attach to mbo value
        Parameters:
        mbv -
        Throws:
        MXException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Set or clear the assetfeatureid field on the route stop. If the assetfeature is valid then set the start and end measures
        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