psdi.webclient.beans.asset

Class SplitDepreciationAssetAllocBean

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


    public class SplitDepreciationAssetAllocBean
    extends DataBean
    • Constructor Detail

      • SplitDepreciationAssetAllocBean

        public SplitDepreciationAssetAllocBean()
    • Method Detail

      • setupBean

        public void setupBean(WebClientSession wcs)
        Description copied from class: DataBean
        This method must be call after the bean is instantiated. It tells the bean what it's clientSession is , the control that created the bean and the event that caused the creation of the bean. Also gets the values the orderyby, whereclause, apprestrictions, rowsperpage, and parentdatasrc properties from the control (the one that instantiated the bean) if any are set. Plus it gets the list of bound controls from the presentations control handler.
        Overrides:
        setupBean in class DataBean
      • ADDCHILDASSETS_ACTION

        public int ADDCHILDASSETS_ACTION()
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setCurrentRow

        public boolean setCurrentRow(int nRow)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: DataBean
        Changes the current row position. Returns true, if the row exists in the result set otherwise false.
        Overrides:
        setCurrentRow in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException