Interface SmarteditConfigurationService

  • All Known Implementing Classes:
    DefaultSmarteditConfigurationService

    public interface SmarteditConfigurationService
    Provide methods for managing SmartEdit configuration information.
    • Method Detail

      • update

        SmarteditConfigurationModel update​(java.lang.String uid,
                                           SmarteditConfigurationModel configurationModel)
        Updates the configuration model represented by the uid
        Parameters:
        uid - is the unique identifier of this configuration
        configurationModel - - the model to be updated
        Returns:
        the configuration model updated
      • delete

        void delete​(java.lang.String uid)
        Deletes the configuration model represented by this unique identifier
        Parameters:
        uid - the model' unique identifier
      • findByKey

        SmarteditConfigurationModel findByKey​(java.lang.String uid)
        Finds a configuration data bean by its unique identifier
        Parameters:
        uid - the configuration's unique identifier
        Returns:
        the SmarteditConfigurationModel instance, or null if it does not exist in the data store.