Package com.hack23.cia.service.data.api
Interface ViewMinistryDecisionImpactDAO
- All Superinterfaces:
AbstractGenericDAO<com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpact,com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpactEmbeddedId>
public interface ViewMinistryDecisionImpactDAO
extends AbstractGenericDAO<com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpact,com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpactEmbeddedId>
The Interface ViewMinistryDecisionImpactDAO.
Data access layer for ministry proposal success and effectiveness analysis.
- Since:
- v1.35 (Decision Intelligence)
- Author:
- intelligence-operative
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpactEmbeddedId> Gets the id list.Methods inherited from interface com.hack23.cia.service.data.api.AbstractGenericDAO
delete, findFirstByProperty, findListByEmbeddedProperty, findListByProperty, findListByProperty, findListByPropertyBeforeDate, findListByPropertyInList, findOrderedByPropertyListByEmbeddedProperty, getAll, getAllOrderBy, getPage, getPageOrderBy, getSize, load, merge, persist, persist, search
-
Method Details
-
getIdList
java.util.List<com.hack23.cia.model.internal.application.data.ministry.impl.ViewMinistryDecisionImpactEmbeddedId> getIdList()Gets the id list.- Returns:
- the id list
-