public class DefaultEntitlementDao extends AbstractItemDao implements EntitlementDao
EntitlementDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultEntitlementDao() |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
findEntitlementByCode(java.lang.String id)
Finds the
EntitlementModel for the given code. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic EntitlementModel findEntitlementByCode(java.lang.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 © 2018 SAP SE. All Rights Reserved.