com.ibm.tivoli.maximo.skd.service

Interface SKDAppServiceBeanRemote

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    SKDAppServiceBean


    public interface SKDAppServiceBeanRemote
    extends java.rmi.Remote
    • Method Detail

      • addModelChanges

        void addModelChanges(GanttModelChanges newModelChanges)
                      throws MXException,
                             java.rmi.RemoteException
        Add model changes to GanttModelChanges.
        Parameters:
        newModelChanges -
        Throws:
        MXException
        java.rmi.RemoteException
      • clearModelChanges

        void clearModelChanges()
                        throws MXException,
                               java.rmi.RemoteException
        Clear model changes from GanttModelChanges
        Throws:
        MXException
        java.rmi.RemoteException
      • saveModelChanges

        void saveModelChanges()
                       throws MXException,
                              java.rmi.RemoteException
        Save model changes to the database.
        Throws:
        MXException
        java.rmi.RemoteException
      • getCurrentProjectid

        java.lang.String getCurrentProjectid()
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • scenarioProjectidandname

        java.lang.String scenarioProjectidandname()
                                           throws MXException,
                                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setConfigChanges

        void setConfigChanges(GanttConfigChanges newGanttConfigChanges)
                       throws MXException,
                              java.rmi.RemoteException
        Add config changes to the list
        Parameters:
        newGanttConfigChanges -
        Throws:
        MXException
        java.rmi.RemoteException
      • clearConfigChanges

        void clearConfigChanges()
                         throws MXException,
                                java.rmi.RemoteException
        Clear config changes.
        Throws:
        MXException
        java.rmi.RemoteException
      • saveConfigChanges

        void saveConfigChanges()
                        throws MXException,
                               java.rmi.RemoteException
        Save config changes to the database.
        Throws:
        MXException
        java.rmi.RemoteException
      • hasModelChanges

        boolean hasModelChanges()
                         throws MXException,
                                java.rmi.RemoteException
        Check if there is any model changes or not.
        Returns:
        true if there is model changes else false.
        Throws:
        MXException
        java.rmi.RemoteException
      • saveUserPropertyChanges

        void saveUserPropertyChanges(UserPropertyChanges propertyChanges)
                              throws MXException,
                                     java.rmi.RemoteException
        Saves the User Properties for the Gantt View
        Parameters:
        propertyChanges -
        Throws:
        MXException
        java.rmi.RemoteException