psdi.webclient.beans.invusage

Class InvUseLineSelectReservedItems

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


    public class InvUseLineSelectReservedItems
    extends DataBean
    • Constructor Detail

      • InvUseLineSelectReservedItems

        public InvUseLineSelectReservedItems()
    • 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
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This method copies the selected invreserve records to the invuseline set.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        This method calls the MbosetSetRemote() to refetch the data based on showallreservation flag.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • setShowReservation

        public void setShowReservation(int row)
                                throws MXException,
                                       java.rmi.RemoteException
        IV76854: set showallreservation flag to correct value for selected row
        Parameters:
        row -
        Throws:
        MXException
        java.rmi.RemoteException
      • scrollnext

        public int scrollnext()
                       throws MXException
        IV76854: set showallreservation flag to correct value when scrolling to next page
        Overrides:
        scrollnext in class DataBean
        Throws:
        MXException
      • scrollprev

        public int scrollprev()
                       throws MXException
        IV76854: set showallreservation flag to correct value when scrolling to previous page
        Overrides:
        scrollprev in class DataBean
        Throws:
        MXException
      • highlightrow

        public int highlightrow(int row)
                         throws MXException
        IV76854: set showallreservation flag to correct value when a row is selected
        Overrides:
        highlightrow in class DataBean
        Parameters:
        row -
        Throws:
        MXException