public interface CMSSiteDao extends Dao
CMSSiteModel objects.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSSiteModel> |
findAllCMSSites()
Find all cms sites.
|
java.util.List<CMSSiteModel> |
findCMSSitesById(java.lang.String id)
Find cms sites by id.
|
java.util.Collection<CMSSiteModel> findAllCMSSites()
CMSSiteModel objects or empty collection when not found.java.util.List<CMSSiteModel> findCMSSitesById(java.lang.String id)
id - the idCMSSiteModel objects or empty list when not found.Copyright © 2018 SAP SE. All Rights Reserved.