Uses of Interface
org.exoplatform.task.storage.ProjectStorage
Packages that use ProjectStorage
Package
Description
-
Uses of ProjectStorage in org.exoplatform.task.service.impl
Constructors in org.exoplatform.task.service.impl with parameters of type ProjectStorageModifierConstructorDescriptionLabelServiceImpl(LabelStorage labelStorage, DAOHandler daoHandler, ProjectStorage projectStorage, org.exoplatform.services.listener.ListenerService listenerService) ProjectServiceImpl(StatusService statusService, TaskService taskService, DAOHandler daoHandler, ProjectStorage projectStorage, org.exoplatform.services.listener.ListenerService listenerService) StatusServiceImpl(DAOHandler daoHandler, StatusStorage statusStorage, ProjectStorage projectStorage, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of ProjectStorage in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type ProjectStorageModifier and TypeMethodDescriptionLabelStorage.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorage.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) -
Uses of ProjectStorage in org.exoplatform.task.storage.impl
Classes in org.exoplatform.task.storage.impl that implement ProjectStorageMethods in org.exoplatform.task.storage.impl with parameters of type ProjectStorageModifier and TypeMethodDescriptionLabelStorageImpl.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorageImpl.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) Constructors in org.exoplatform.task.storage.impl with parameters of type ProjectStorageModifierConstructorDescriptionCommentStorageImpl(DAOHandler daoHandler, ProjectStorage projectStorage) StatusStorageImpl(DAOHandler daoHandler, ProjectStorage projectStorage) TaskStorageImpl(DAOHandler daoHandler, UserService userService, ProjectStorage projectStorage, TaskSearchConnector taskSearchConnector) -
Uses of ProjectStorage in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type ProjectStorageModifier and TypeMethodDescriptionstatic CommentDtoStorageUtil.commentToDto(Comment comment, ProjectStorage projectStorage) static LabelDtoStorageUtil.labelToDto(Label label, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage) static LabelDtoStorageUtil.labelToDto(Label label, TaskDto task, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage) static List<CommentDto> StorageUtil.listCommentsToDtos(List<Comment> comments, ProjectStorage projectStorage) StorageUtil.listStatusToDTOs(List<Status> status, ProjectStorage projectStorage) static ProjectDtoStorageUtil.projectToDto(Project project, ProjectStorage projectStorage) static StatusDtoStorageUtil.statusToDTO(Status status, ProjectStorage projectStorage) static TaskDtoStorageUtil.taskToDto(Task taskEntity, ProjectStorage projectStorage)