public class DefaultEntitlementDao extends AbstractItemDao implements EntitlementDao
EntitlementDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultEntitlementDao() |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
findEntitlementByCode(String id)
Finds the
EntitlementModel for the given code. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic EntitlementModel findEntitlementByCode(String id) throws ModelNotFoundException
EntitlementDaoEntitlementModel for the given code.findEntitlementByCode in interface EntitlementDaoid - the id of the EntitlementModel.EntitlementModel if the given code was foundModelNotFoundException - if nothing was foundCopyright © 2017 SAP SE. All Rights Reserved.