public interface CMSSiteDao extends Dao
CMSSiteModel objects.| Modifier and Type | Method and Description |
|---|---|
Collection<CMSSiteModel> |
findAllCMSSites()
Find all cms sites.
|
CMSSiteModel |
findCMSSiteById(String id)
Deprecated.
use
findCMSSitesById(String) instead. |
List<CMSSiteModel> |
findCMSSitesById(String id)
Find cms sites by id.
|
Collection<CMSSiteModel> findAllCMSSites()
CMSSiteModel objects or empty collection when not found.@Deprecated CMSSiteModel findCMSSiteById(String id)
findCMSSitesById(String) instead.id - the idCMSSiteModel object or null when not found.List<CMSSiteModel> findCMSSitesById(String id)
id - the idCMSSiteModel objects or empty list when not found.Copyright © 2017 SAP SE. All Rights Reserved.