Interface ThemesServiceDatabase

All Known Implementing Classes:
ThemesServiceDatabaseImpl

public interface ThemesServiceDatabase
API that defines persistent storage of themes.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    deleteTheme(long id)
    Delete a theme by using a unique id to find it.
    getTheme(long id)
    Return the theme by the unique given id.
    Crate or update a theme.