psdi.webclient.beans.common

Class WorkLogBean

    • Constructor Detail

      • WorkLogBean

        public WorkLogBean()
    • 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
      • servicelog

        public int servicelog()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • selectlog

        public int selectlog()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • dataChangedEvent

        public void dataChangedEvent(DataBean speaker)
        Description copied from class: DataBean
        event called by the "parent" DataBean which tells this DataBean that it's mbo data (the parent's) has changed or been refreshed. The fireDataChangedEvent is called thus setting the invalidData for all the "children" DataBeans
        Specified by:
        dataChangedEvent in interface DataBeanListener
        Overrides:
        dataChangedEvent in class DataBean