public interface EntitlementDao
EntitlementModel.| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
findEntitlementByCode(String code)
Finds the
EntitlementModel for the given code. |
EntitlementModel findEntitlementByCode(String code) throws ModelNotFoundException
EntitlementModel for the given code.code - the id of the EntitlementModel.EntitlementModel if the given code was foundModelNotFoundException - if nothing was foundCopyright © 2017 SAP SE. All Rights Reserved.