psdi.webclient.beans.workorder

Class WOModDeleteBean

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


    public class WOModDeleteBean
    extends DataBean
    Provides the functionalities to perform Apply To All in WOAssetUserCust and WOLocUserCust.
    • Constructor Detail

      • WOModDeleteBean

        public WOModDeleteBean()
    • Method Detail

      • APPLYALLUSER

        public int APPLYALLUSER()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • afterSetValue

        protected void afterSetValue(java.lang.String attribute)
                              throws java.rmi.RemoteException,
                                     MXException
        Description copied from class: DataBean
        This method is called right after a setValue on a mbo is performed. The setValue can occur in a number of methods so this method does the necessary refreshing and nofitication that the setValue happened.
        Overrides:
        afterSetValue in class DataBean
        Throws:
        java.rmi.RemoteException
        MXException