public class DefaultCatalogDao extends DefaultGenericDao<CatalogModel> implements CatalogDao
CatalogDao.| Constructor and Description |
|---|
DefaultCatalogDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogModel> |
findAllCatalogs()
Return all
CatalogModels sorted in ascending order by CatalogModel.ID. |
CatalogModel |
findCatalogById(java.lang.String id)
Returns
CatalogModel with the given id. |
java.util.Collection<CatalogModel> |
findDefaultCatalogs()
Returns a collection of
CatalogModels with the current default CatalogModel of the system (one
element). |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic java.util.Collection<CatalogModel> findAllCatalogs()
CatalogDaoCatalogModels sorted in ascending order by CatalogModel.ID.findAllCatalogs in interface CatalogDaoCollection of CatalogModels or empty collection.public CatalogModel findCatalogById(java.lang.String id)
CatalogDaoCatalogModel with the given id.findCatalogById in interface CatalogDaoid - catalog idCatalogModelpublic java.util.Collection<CatalogModel> findDefaultCatalogs()
CatalogDaoCatalogModels with the current default CatalogModel of the system (one
element).findDefaultCatalogs in interface CatalogDaoCopyright © 2018 SAP SE. All Rights Reserved.