Uses of Class
com.sas.lsaf.clinical.study.StudyComponentEditableStatus
Packages that use StudyComponentEditableStatus
Package
Description
Classes and interfaces to retrieve study information.
-
Uses of StudyComponentEditableStatus in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return StudyComponentEditableStatusModifier and TypeMethodDescriptionStudyService.getStudyComponentEditableStatus(String studyId, StudyComponent studyComponent) Gets the study component editable status, that indicates whether the study component is being edited, by whom, and when the editing started.StudyService.setStudyComponentAsNotEditable(String studyId, StudyComponent studyComponent) Sets the study component as not editable regardless of whether you or someone else has set it for editing.StudyService.setStudyComponentEditableByCurrentUser(String studyId, StudyComponent studyComponent) Sets the study component as editable by the current user.