com.ibm.tivoli.maximo.oslc.consumer.webclient.beans.interaction

Class InteractionGroupAppBean

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


    public class InteractionGroupAppBean
    extends OslcCommonBean
    Provides the functionality for Managing OSLC Interaction Group Application
    • Constructor Detail

      • InteractionGroupAppBean

        public InteractionGroupAppBean()
    • Method Detail

      • getList

        public MboSetRemote getList(int nRow,
                                    java.lang.String attribute)
                             throws MXException,
                                    java.rmi.RemoteException
        Description copied from class: DataBean
        Returns the Remote reference to the Mbo object (valuelist) associated with the attribute for row.
        Overrides:
        getList in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • instantdelete

        public int instantdelete()
                          throws MXException
        Event fired when user deletes OSLC Interaction Group App.
        Overrides:
        instantdelete in class DataBean
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - throws MXApplicationException
      • deleteInteractionGroupApp

        public void deleteInteractionGroupApp(MboRemote mbo)
                                       throws MXException,
                                              java.rmi.RemoteException
        Delete Interaction Group App.
        Parameters:
        mbo - Mbo to delete EVENT: DELETE
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException