com.ibm.tivoli.maximo.map.mapman.beans

Class OpenMapManagerLocationSelectBean

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


    public class OpenMapManagerLocationSelectBean
    extends MapCallbackDataBean
    Databean for the location selection dialog in Map Manager.
    • Constructor Detail

      • OpenMapManagerLocationSelectBean

        public OpenMapManagerLocationSelectBean()
    • Method Detail

      • setupBean

        public void setupBean(WebClientSession wcs)
        Description copied from class: DataBean
        This method must be call after the bean is instantiated. It tells the bean what it's clientSession is , the control that created the bean and the event that caused the creation of the bean. Also gets the values the orderyby, whereclause, apprestrictions, rowsperpage, and parentdatasrc properties from the control (the one that instantiated the bean) if any are set. Plus it gets the list of bound controls from the presentations control handler.
        Overrides:
        setupBean in class DataBean
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        When the user presses "ok" in the dialog, we fill in the location and zoom fields in the map site record.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException