psdi.webclient.beans.workman

Class ModAvailBean

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


    public class ModAvailBean
    extends AMBaseBean
    • Constructor Detail

      • ModAvailBean

        public ModAvailBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Sets up a personAvailSet with (the maxvar) ModAvailRows number of rows; also sets the table's PageRowCount to display that number of rows...
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This.save() is called explicitly here because we do **not** want to save the parent bean, which is AMLaborTableBean. We don't want to save the LaborCraftRate mbotset that's bound to it because it won't have changed.
        Overrides:
        execute in class AMBaseBean
        Throws:
        MXException
        java.rmi.RemoteException