psdi.webclient.beans.workman

Class AMVarPrefsBean

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


    public class AMVarPrefsBean
    extends DataBean
    • Constructor Detail

      • AMVarPrefsBean

        public AMVarPrefsBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This.save() is called instead of super.execute() because we do **not** want to save the parent bean. The parent bean in this case is the appBean, whose mbosetremote is the WMAssignmentSet. Adjusting the maxvars parameters has nothing to do with wmassignments and we never want to save them anyway, under any circumstances.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException