Uses of Class
org.exoplatform.task.model.GroupKey
-
Packages that use GroupKey Package Description org.exoplatform.task.model org.exoplatform.task.rest.model org.exoplatform.task.util -
-
Uses of GroupKey in org.exoplatform.task.model
Methods in org.exoplatform.task.model with parameters of type GroupKey Modifier and Type Method Description intGroupKey. compareTo(GroupKey o) -
Uses of GroupKey in org.exoplatform.task.rest.model
Constructor parameters in org.exoplatform.task.rest.model with type arguments of type GroupKey Constructor Description FiltreTaskList(Map<GroupKey,List<TaskEntity>> groupTasks) -
Uses of GroupKey in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return types with arguments of type GroupKey Modifier and Type Method Description static Map<GroupKey,List<TaskEntity>>TaskUtil. groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService)
-