com.ibm.tivoli.maximo.oslc.consumer.app.interaction

Class OslcInteractionGroupAppsSet

  • java.lang.Object
    • psdi.mbo.MboSet
      • com.ibm.tivoli.maximo.oslc.consumer.app.interaction.OslcInteractionGroupAppsSet
    • Constructor Detail

      • OslcInteractionGroupAppsSet

        public OslcInteractionGroupAppsSet(MboServerInterface ms)
                                    throws MXException,
                                           java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create OslcInteractionGroupApps object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The MaxIfaceLoadSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • canAdd

        public void canAdd()
                    throws MXException
        This method is called by the framework before save. Perform regular appValidate() and process LinkedMbo's add.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • getMenuMap

        public java.util.Map getMenuMap()
                                 throws java.rmi.RemoteException,
                                        MXException
        Get menu map.
        Returns:
        map where key is manu name and value original menu name.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • getOriginalMenuId

        public java.lang.String getOriginalMenuId(java.lang.String menuId)
        Get original menu id based on current menu id.
        Parameters:
        current - menu id
        Returns:
        original menu id.
      • setMenuMap

        public void setMenuMap(java.lang.String menuId,
                               java.lang.String originalMenuId)
        Set menu map.
        Parameters:
        current - menu id
        original - menu id.