psdi.webclient.beans.intobject

Class IntObjectAppBean

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


    public class IntObjectAppBean
    extends AppBean
    • Constructor Detail

      • IntObjectAppBean

        public IntObjectAppBean()
    • Method Detail

      • VIEWXML

        public int VIEWXML()
                    throws MXException,
                           java.rmi.RemoteException
        Method to create and view xml instance of the Object Structure. EVENT: VIEWXML
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • ALIAS

        public int ALIAS()
                  throws java.rmi.RemoteException
        Method to Add/Modify Alias for the Object Structure. EVENT: ALIAS
        Throws:
        java.rmi.RemoteException
      • APPIMPORT

        public int APPIMPORT()
                      throws java.rmi.RemoteException
        Method to Application Import for the Object Structure. EVENT: APPIMPORT
        Throws:
        java.rmi.RemoteException
      • ADDOSAPP

        public int ADDOSAPP()
                     throws java.rmi.RemoteException
        Method to define Actions for the Object Structure. EVENT: OSLCACTION
        Throws:
        java.rmi.RemoteException
      • handlecancel

        public int handlecancel()
                         throws MXException,
                                java.rmi.RemoteException
        Handle the Cancel button, discard changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • OSLCACTION

        public int OSLCACTION()
                       throws java.rmi.RemoteException
        Method to define Actions for the Object Structure. EVENT: OSLCACTION
        Throws:
        java.rmi.RemoteException
      • INTQUERY

        public int INTQUERY()
                     throws java.rmi.RemoteException
        Method to define queries for the Object Structure. EVENT: INTQUERY
        Throws:
        java.rmi.RemoteException
      • APPEXPORT

        public int APPEXPORT()
                      throws java.rmi.RemoteException
        Method to Application Export for the Object Structure. EVENT: APPEXPORT
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • OSIMPORT

        public int OSIMPORT()
                     throws java.rmi.RemoteException,
                            MXException
        Method to Application Export for the Object Structure. EVENT: APPEXPORT
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • handletree

        public int handletree()
                       throws MXException,
                              java.rmi.RemoteException
        Method to Include/Exclude columns for the Object Structure. EVENT: COLDEF
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • copySigOption

        public void copySigOption()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • PUBLISH

        public int PUBLISH()
                    throws MXException,
                           java.rmi.RemoteException
        Handles the PUBLISH event which publish the displayed object structure as Cognos action logs in the Cognos Server. EVENT: PUBLISH
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException