public abstract class ProtocolReviewable extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolReviewable() |
| Modifier and Type | Method and Description |
|---|---|
abstract CommitteeSchedule |
getCommitteeSchedule() |
abstract String |
getCreateUser() |
abstract Protocol |
getProtocol() |
abstract Long |
getProtocolId() |
abstract Long |
getProtocolOnlineReviewIdFk() |
boolean |
isAccepted()
This method to show whether the OLR is accepted by IRB admin.
|
abstract boolean |
isFinal()
This method indicates if the OLR is finalized or not
review comment has a finalflag, but review attachment does not
|
abstract boolean |
isPrivate()
This method is to show whether comment or attachment is private or not
|
boolean |
isReviewComment()
This method to indicate this instance is ReviewComment - CommitteeScheduleMinute
|
abstract void |
setDisplayReviewerName(boolean displayReviewerName) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic abstract Long getProtocolId()
public abstract Long getProtocolOnlineReviewIdFk()
public abstract String getCreateUser()
public abstract Protocol getProtocol()
public abstract void setDisplayReviewerName(boolean displayReviewerName)
public abstract CommitteeSchedule getCommitteeSchedule()
public abstract boolean isPrivate()
public abstract boolean isFinal()
public boolean isReviewComment()
public boolean isAccepted()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.