public interface BaseSiteDao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaseSiteModel> |
findAllBaseSites()
Returns list of all BaseSites or null when nothing was found.
|
BaseSiteModel |
findBaseSiteByUID(java.lang.String siteUid)
Returns BaseSite with given Uid or null when nothing was found.
|
java.util.List<BaseSiteModel> findAllBaseSites()
BaseSiteModel findBaseSiteByUID(java.lang.String siteUid)
Copyright © 2018 SAP SE. All Rights Reserved.