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 Details

    • findAllCMSSites

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

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