psdi.webclient.beans.failure

Class FailureAppBean

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


    public class FailureAppBean
    extends AppBean
    • Constructor Detail

      • FailureAppBean

        public FailureAppBean()
    • Method Detail

      • initializeApp

        public void initializeApp()
                           throws MXException,
                                  java.rmi.RemoteException
        Set the initial query to only show top level
        Overrides:
        initializeApp in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Description copied from class: AppBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and
        Overrides:
        initialize in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • getKeyAttribute

        public java.lang.String getKeyAttribute()
        Description copied from class: DataBean
        Returns the key Attribute for the MboSet. In the case that there are more than one key attribute, the first key attribute (which is suppose to be the primary key for the table) is returned.
        Overrides:
        getKeyAttribute in class DataBean