Uses of Class
com.sas.lsaf.clinical.study.StudyComponentEditException
-
Packages that use StudyComponentEditException Package Description com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information. -
-
Uses of StudyComponentEditException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw StudyComponentEditException Modifier and Type Method Description StudyComponentEditableStatus
StudyService. setStudyComponentAsNotEditable(java.lang.String studyId, StudyComponent studyComponent)
Sets the study component as not editable regardless of whether you or someone else has set it for editing.StudyComponentEditableStatus
StudyService. setStudyComponentEditableByCurrentUser(java.lang.String studyId, StudyComponent studyComponent)
Sets the study component as editable by the current user.
-