psdi.webclient.beans.asset

Class AssetResultsBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class AssetResultsBean
    extends ResultsBean
    • Constructor Detail

      • AssetResultsBean

        public AssetResultsBean()
    • Method Detail

      • recHasChanged

        public void recHasChanged(int oper)
        Description copied from class: ResultsBean
        Called by the RecordMboSetBean when it is saved. For tables of type "results", to see if the mboSet needs to be reset in order for the changes to be seen in the table. The state of the row changed is maintained in a hashmap. Only updates and deletes are tracked.In case of insert the refresh of table is bypassed but nothing is tracked.
        Overrides:
        recHasChanged in class ResultsBean
        Parameters:
        oper - - ROW_INSERT,ROW_MODIFY,ROW_DELETE