psdi.webclient.beans.po

Class BudgetFixAssociationsBean

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


    public class BudgetFixAssociationsBean
    extends DataBean
    • Constructor Detail

      • BudgetFixAssociationsBean

        public BudgetFixAssociationsBean()
    • Method Detail

      • getMboSet

        public MboSetRemote getMboSet()
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: DataBean
        Returns the reference to the remote MboSet. Checks to see if the DataBean has a mboSetRemote is it doesn't and the resetRemote flag is true it will try and obtain a MboSetRemote for the bean via the getMboSetRemote method. IMPORTANT: This method should not be overidden. Override getMboSetRemote if the bean needs to get a MboSetRemote in a "non-standard" way. But if it is absolutely necessary make sure to call the initalize() method after obtaining the MboSetRemote and to set the flag resetRemote = false.
        Overrides:
        getMboSet in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • createCurrentMissingAssoc

        public int createCurrentMissingAssoc()
                                      throws java.rmi.RemoteException,
                                             MXException
        Throws:
        java.rmi.RemoteException
        MXException