psdi.webclient.beans.common

Class RLAdminAppBean

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


    public class RLAdminAppBean
    extends AppBean
    AppBean for the Locked Records admin application.
    • Constructor Detail

      • RLAdminAppBean

        public RLAdminAppBean()
    • Method Detail

      • releasereclock

        public int releasereclock()
                           throws MXException,
                                  java.rmi.RemoteException
        Method to release the lock by deleting the record from MAXRECORDLOCK table. This method is called by the event deleting individual rows by clicking the icon delete/unlock on the row itself.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • RECUNLOCK

        public int RECUNLOCK()
                      throws MXException,
                             java.rmi.RemoteException
        Method to release the locks by deleting the records from MAXRECORDLOCK table. This event is called when a selection of records is to be deleted. EVENT: RECUNLOCK
        Overrides:
        RECUNLOCK in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException