Interface EntitlementDao
- All Known Implementing Classes:
DefaultEntitlementDao
public interface EntitlementDao
Data Access Object for looking up items related to
EntitlementModel.- Spring Bean ID:
- entitlementDao
-
Method Summary
Modifier and TypeMethodDescriptionfindEntitlementByCode(String code) Finds theEntitlementModelfor the given code.
-
Method Details
-
findEntitlementByCode
Finds theEntitlementModelfor the given code.- Parameters:
code- the id of theEntitlementModel.- Returns:
EntitlementModelif the givencodewas found- Throws:
ModelNotFoundException- if nothing was found
-