public abstract class ProtocolReviewableBase<CS extends CommitteeScheduleBase<CS,?,?,?>> extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolReviewableBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract CS |
getCommitteeSchedule() |
abstract String |
getCreateUser() |
abstract ProtocolBase |
getProtocol() |
abstract Long |
getProtocolId() |
protected abstract Class<? extends ProtocolOnlineReviewBase> |
getProtocolOnlineReviewBOClassHook() |
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 ProtocolBase getProtocol()
public abstract void setDisplayReviewerName(boolean displayReviewerName)
public abstract CS getCommitteeSchedule()
public abstract boolean isPrivate()
public abstract boolean isFinal()
public boolean isReviewComment()
public boolean isAccepted()
protected abstract Class<? extends ProtocolOnlineReviewBase> getProtocolOnlineReviewBOClassHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.