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
,StoreServices
public final class OProcessPlanificationDAO extends DAO<OProcessPlanification,Long> implements 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
Constructors Constructor Description OProcessPlanificationDAO(EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
Contructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>
getAllLastPastPlanifications(Instant currentDate)
Execute la tache TkGetAllLastPastPlanifications.Optional<OProcessPlanification>
getLastPlanificationByProId(Long proId)
Execute la tache TkGetLastPlanificationByProId.io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>
getPlanificationsByProId(Long proId)
Execute la tache TkGetPlanificationsByProId.io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>
getProcessToExecute(Long nodId)
Execute la tache TkGetProcessToExecute.-
Methods inherited from class io.vertigo.datastore.impl.dao.DAO
create, createDtObjectUID, delete, delete, find, findAll, findOptional, get, get, get, getFragment, getListByDtFieldName, getTaskManager, reloadAndMerge, save, update
-
-
-
-
Constructor Detail
-
OProcessPlanificationDAO
@Inject public OProcessPlanificationDAO(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 Detail
-
getAllLastPastPlanifications
public io.vertigo.datamodel.structure.model.DtList<OProcessPlanification> getAllLastPastPlanifications(Instant currentDate)
Execute la tache TkGetAllLastPastPlanifications.- Parameters:
currentDate
- Instant- Returns:
- DtList de OProcessPlanification processPlanifications
-
getLastPlanificationByProId
public Optional<OProcessPlanification> getLastPlanificationByProId(Long proId)
Execute la tache TkGetLastPlanificationByProId.- Parameters:
proId
- Long- Returns:
- Option de OProcessPlanification dtOProcessPlanification
-
getPlanificationsByProId
public io.vertigo.datamodel.structure.model.DtList<OProcessPlanification> getPlanificationsByProId(Long proId)
Execute la tache TkGetPlanificationsByProId.- Parameters:
proId
- Long- Returns:
- DtList de OProcessPlanification dtcOProcessPlanification
-
getProcessToExecute
public io.vertigo.datamodel.structure.model.DtList<OProcessPlanification> getProcessToExecute(Long nodId)
Execute la tache TkGetProcessToExecute.- Parameters:
nodId
- Long- Returns:
- DtList de OProcessPlanification dtcOProcessPlanification
-
-