Interface GuiProviderFactory

    • Method Detail

      • getInstance

        static GuiProviderFactory getInstance()
        The singleton.
        Returns:
        the singleton
      • createGuiProvider

        <T extends org.tentackle.pdo.PersistentDomainObject<T>> GuiProvider<T> createGuiProvider​(T pdo)
        Creates a service object that provides methods related to the rdc gui.
        Type Parameters:
        T - the PDO's class
        Parameters:
        pdo - the PDO
        Returns:
        the service object