Class OProcessPlanificationDAO
java.lang.Object
io.vertigo.datastore.impl.dao.DAO<OProcessPlanification,Long>
io.vertigo.orchestra.dao.planification.OProcessPlanificationDAO
- All Implemented Interfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,io.vertigo.datastore.impl.dao.StoreServices
public final class OProcessPlanificationDAO
extends io.vertigo.datastore.impl.dao.DAO<OProcessPlanification,Long>
implements io.vertigo.datastore.impl.dao.StoreServices
This class is automatically generated.
DO NOT EDIT THIS FILE DIRECTLY.
-
Field Summary
Fields inherited from class io.vertigo.datastore.impl.dao.DAO
entityStoreManager -
Constructor Summary
ConstructorsConstructorDescriptionOProcessPlanificationDAO(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager) Contructeur. -
Method Summary
Modifier and TypeMethodDescriptionio.vertigo.datamodel.data.model.DtList<OProcessPlanification> getAllLastPastPlanifications(Instant currentDate) Execute la tache TkGetAllLastPastPlanifications.getLastPlanificationByProId(Long proId) Execute la tache TkGetLastPlanificationByProId.io.vertigo.datamodel.data.model.DtList<OProcessPlanification> getPlanificationsByProId(Long proId) Execute la tache TkGetPlanificationsByProId.io.vertigo.datamodel.data.model.DtList<OProcessPlanification> getProcessToExecute(Long nodId) Execute la tache TkGetProcessToExecute.Methods inherited from class io.vertigo.datastore.impl.dao.DAO
count, create, createList, createUID, delete, delete, deleteList, find, findAll, findOptional, get, get, get, getFragment, getListByDataFieldName, getTaskManager, reloadAndMerge, save, update, updateList
-
Constructor Details
-
OProcessPlanificationDAO
@Inject public OProcessPlanificationDAO(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager) Contructeur.- Parameters:
entityStoreManager- Manager de persistancetaskManager- Manager de TasksmartTypeManager- SmartTypeManager
-
-
Method Details
-
getAllLastPastPlanifications
public io.vertigo.datamodel.data.model.DtList<OProcessPlanification> getAllLastPastPlanifications(Instant currentDate) Execute la tache TkGetAllLastPastPlanifications.- Parameters:
currentDate- Instant- Returns:
- DtList de OProcessPlanification processPlanifications
-
getLastPlanificationByProId
Execute la tache TkGetLastPlanificationByProId.- Parameters:
proId- Long- Returns:
- Option de OProcessPlanification dtOProcessPlanification
-
getPlanificationsByProId
public io.vertigo.datamodel.data.model.DtList<OProcessPlanification> getPlanificationsByProId(Long proId) Execute la tache TkGetPlanificationsByProId.- Parameters:
proId- Long- Returns:
- DtList de OProcessPlanification dtcOProcessPlanification
-
getProcessToExecute
public io.vertigo.datamodel.data.model.DtList<OProcessPlanification> getProcessToExecute(Long nodId) Execute la tache TkGetProcessToExecute.- Parameters:
nodId- Long- Returns:
- DtList de OProcessPlanification dtcOProcessPlanification
-