psdi.webclient.beans.calendar

Class WorkPeriodBean

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


    public class WorkPeriodBean
    extends DataBean
    • Constructor Detail

      • WorkPeriodBean

        public WorkPeriodBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Make sure that if there are no calendars, nothing bad happens here. Instead of trying to use the WorkPeriod relationship, which contains the start and end date of the calendar, and which, when they are null, causes difficulties to DB2, just us a dummy where clause to insure the return of an empty mboset.
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException