public interface TodoEscalationDao extends com.whitestein.lsps.common.BasicDao<TodoEscalation,Long>
TodoEscalation
.Modifier and Type | Method and Description |
---|---|
List<TodoEscalation> |
getTodoEscalations(Todo todo)
Returns a list of all todo escalations.
|
List<TodoEscalation> getTodoEscalations(Todo todo)
todo
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.