psdi.webclient.beans.sfwlicview

Class SfwlicviewBean

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


    public class SfwlicviewBean
    extends AppBean
    Custom bean for handling the mass delete in Software Licenses view application.
    • Constructor Detail

      • SfwlicviewBean

        public SfwlicviewBean()
    • Method Detail

      • DELETE

        public int DELETE()
                   throws MXException,
                          java.rmi.RemoteException
        Check for associated license to contracts, and get confirmation for the delete action
        Overrides:
        DELETE in class AppBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • find

        public int find()
                 throws MXException,
                        java.rmi.RemoteException
        The Software License View has the swlicenseis as the key field, but the swlicenseid field is not useful for the quick search. Therefore, we make the DESCRIPTION field as the search attribute.
        Overrides:
        find in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException