psdi.webclient.beans.securgroup

Class ApplicationsBean

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


    public class ApplicationsBean
    extends DataBean
    Bean for Applications tab of the Security Groups app.
    • Constructor Detail

      • ApplicationsBean

        public ApplicationsBean()
    • Method Detail

      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Call super, then refresh middle and lower table windows.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • appgrant_read

        public int appgrant_read()
                          throws MXException,
                                 java.rmi.RemoteException
        Used in the top table window to grant Read for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • appgrant_insert

        public int appgrant_insert()
                            throws MXException,
                                   java.rmi.RemoteException
        Used in the top table window to grant Insert for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • appgrant_save

        public int appgrant_save()
                          throws MXException,
                                 java.rmi.RemoteException
        Used in the top table window to grant Save for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • appgrant_delete

        public int appgrant_delete()
                            throws MXException,
                                   java.rmi.RemoteException
        Used in the top table window to grant Delete for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • apprevoke_read

        public int apprevoke_read()
                           throws MXException,
                                  java.rmi.RemoteException
        Used in the top table window to revoke Read for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • apprevoke_insert

        public int apprevoke_insert()
                             throws MXException,
                                    java.rmi.RemoteException
        Used in the top table window to revoke Insert for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • apprevoke_save

        public int apprevoke_save()
                           throws MXException,
                                  java.rmi.RemoteException
        Used in the top table window to revoke Save for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • apprevoke_delete

        public int apprevoke_delete()
                             throws MXException,
                                    java.rmi.RemoteException
        Used in the top table window to revoke Delete for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • appgrant_all

        public int appgrant_all()
                         throws MXException,
                                java.rmi.RemoteException
        Used in the top table window to grant "All Above" for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • apprevoke_all

        public int apprevoke_all()
                          throws MXException,
                                 java.rmi.RemoteException
        Used in the top table window to revoke "All Above" for one or more apps.
        Throws:
        MXException
        java.rmi.RemoteException
      • setPageStartIndex

        public void setPageStartIndex(int nRow)
        Allows the starting row of a table bound to the bean to be set at will.