Interface CMSSiteDao

  • All Superinterfaces:
    Dao
    All Known Implementing Classes:
    DefaultCMSSiteDao

    public interface CMSSiteDao
    extends Dao
    The Interface CMSSiteDao for finding CMSSiteModel objects.
    Spring Bean ID:
    cmsSiteDao
    • Method Detail

      • findAllCMSSites

        java.util.Collection<CMSSiteModel> findAllCMSSites()
        Find all cms sites.
        Returns:
        the collection of found CMSSiteModel objects or empty collection when not found.
      • findCMSSitesById

        java.util.List<CMSSiteModel> findCMSSitesById​(java.lang.String id)
        Find cms sites by id.
        Parameters:
        id - the id
        Returns:
        the list of found CMSSiteModel objects or empty list when not found.