psdi.webclient.beans.chrtacct

Class GLComponentMaintenanceBean

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


    public class GLComponentMaintenanceBean
    extends DataBean
    • Constructor Detail

      • GLComponentMaintenanceBean

        public GLComponentMaintenanceBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • glcompok

        public int glcompok()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Need to do some special handling when Ok is clicked. A yes/no message is thrown. If the user clicks yes the glaccounts in chart of accounts are updated. If no is clicked no update on chart of accounts is done.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • reset

        public void reset()
                   throws MXException
        Need to over write the databean reset method to set the orgid on the owner glconfigure mbo which is reset when the value in the Components table of the dialog are filtered.
        Overrides:
        reset in class DataBean
        Throws:
        MXException