psdi.webclient.beans.report

Class SelectReportFieldBean

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


    public class SelectReportFieldBean
    extends LookupBean
    Creates the selected fields lookup for the create report dialog
    • Constructor Detail

      • SelectReportFieldBean

        public SelectReportFieldBean()
    • Method Detail

      • getMboSetRemote

        public MboSetRemote getMboSetRemote()
                                     throws MXException,
                                            java.rmi.RemoteException
        Confirm that the user may select a group, sort, or filter field. If not, throw an exception that is caught by BoundComponentInstance, which prevents the lookup dialog from opening If the lookup can be accessed, restrict the fields to the currently selected fields.
        Overrides:
        getMboSetRemote in class LookupBean
        Throws:
        MXException
        java.rmi.RemoteException
      • highlightrow

        public int highlightrow(int row)
                         throws MXException
        Disable validation when row is selected. If the row is validated for saved records, it will cause a unique constraint error, because the existing reportadhocfield rows are being "added" again to populate the lookup set.
        Overrides:
        highlightrow in class DataBean
        Throws:
        MXException