Interface EntitlementDao
-
- All Known Implementing Classes:
DefaultEntitlementDao
public interface EntitlementDaoData Access Object for looking up items related toEntitlementModel.- Spring Bean ID:
- entitlementDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitlementModelfindEntitlementByCode(java.lang.String code)Finds theEntitlementModelfor the given code.
-
-
-
Method Detail
-
findEntitlementByCode
EntitlementModel findEntitlementByCode(java.lang.String code) throws ModelNotFoundException
Finds theEntitlementModelfor the given code.- Parameters:
code- the id of theEntitlementModel.- Returns:
EntitlementModelif the givencodewas found- Throws:
ModelNotFoundException- if nothing was found
-
-