| Package | Description |
|---|---|
| org.kuali.kra | |
| org.kuali.kra.award.home | |
| org.kuali.kra.bo.versioning | |
| org.kuali.kra.coi | |
| org.kuali.kra.coi.personfinancialentity | |
| org.kuali.kra.committee.bo | |
| org.kuali.kra.common.committee.bo | |
| org.kuali.kra.iacuc | |
| org.kuali.kra.iacuc.committee.bo | |
| org.kuali.kra.institutionalproposal.customdata | |
| org.kuali.kra.institutionalproposal.home | |
| org.kuali.kra.institutionalproposal.ipreview | |
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.medusa.service | |
| org.kuali.kra.negotiations.customdata | |
| org.kuali.kra.protocol |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.questionnaire | |
| org.kuali.kra.questionnaire.question | |
| org.kuali.kra.service | |
| org.kuali.kra.service.impl | |
| org.kuali.kra.subaward.bo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SequenceAssociate<T extends SequenceOwner<?>>
This interface applies to classes that are associated
with a sequence owner; i.e.
|
interface |
SequenceOwner<T extends SequenceOwner<?>>
This interface applies to classes that own a sequence number.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Award
This class is Award Business Object.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceOwner<? extends SequenceOwner<?>> |
VersionHistorySearchBo.getSequenceOwner()
Gets the sequenceOwner attribute.
|
SequenceOwner<? extends SequenceOwner<?>> |
VersionHistory.getSequenceOwner()
Gets the sequenceOwner attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceOwner<? extends SequenceOwner<?>> |
VersionHistorySearchBo.getSequenceOwner()
Gets the sequenceOwner attribute.
|
SequenceOwner<? extends SequenceOwner<?>> |
VersionHistory.getSequenceOwner()
Gets the sequenceOwner attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionHistorySearchBo.setSequenceOwner(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner)
Sets the sequenceOwner attribute value.
|
void |
VersionHistory.setSequenceOwner(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner)
Sets the sequenceOwner attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionHistorySearchBo.setSequenceOwner(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner)
Sets the sequenceOwner attribute value.
|
void |
VersionHistory.setSequenceOwner(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner)
Sets the sequenceOwner attribute value.
|
| Constructor and Description |
|---|
VersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus status,
String userId,
Date versionDate)
Full c'tor
|
| Constructor and Description |
|---|
VersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus status,
String userId,
Date versionDate)
Full c'tor
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoiAnnualEventDisclosure |
class |
CoiDisclosure
This class is the main bo class of Coi disclosure
|
class |
CoiDisclosureReviews
This class exists to enable lookups for event disclosures.
|
class |
CoiEventDisclosure
This class exists to enable lookups for event disclosures.
|
class |
CoiNonProjectEventDisclosure |
class |
CoiSubmittedDisclosure |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonFinIntDisclosure
This class is bo of person Int.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Committee
Represents a single committee within an institution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeBase<CMT extends CommitteeBase<CMT,CD,CS>,CD extends CommitteeDocumentBase<CD,CMT,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
Represents a single committee within an institution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocol
This class is ProtocolBase Business Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucCommittee |
| Modifier and Type | Method and Description |
|---|---|
SequenceOwner |
InstitutionalProposalCustomData.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalCustomData.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstitutionalProposal |
| Modifier and Type | Method and Description |
|---|---|
SequenceOwner |
InstitutionalProposalUnrecoveredFandA.getSequenceOwner() |
SequenceOwner |
InstitutionalProposalScienceKeyword.getSequenceOwner() |
SequenceOwner |
InstitutionalProposalNotepad.getSequenceOwner() |
SequenceOwner |
InstitutionalProposalCostShare.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalUnrecoveredFandA.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
void |
InstitutionalProposalScienceKeyword.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
void |
InstitutionalProposalNotepad.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
void |
InstitutionalProposalCostShare.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntellectualPropertyReview
This class represents an Intellectual Property Review.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol
This class is Protocol Business Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected SequenceOwner |
MedusaServiceImpl.getActiveOrCurrentVersion(Class clazz,
String sequenceName)
Gets the active or if not available the most current, not cancelled version of a
versioned BO.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceOwner |
NegotiationCustomData.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationCustomData.setSequenceOwner(SequenceOwner newlyVersionedOwner) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolBase |
| Modifier and Type | Class and Description |
|---|---|
class |
Questionnaire |
| Modifier and Type | Class and Description |
|---|---|
class |
Question |
| Modifier and Type | Method and Description |
|---|---|
<T extends SequenceOwner<?>> |
VersioningService.createNewVersion(T oldVersion)
Cause old version of SequenceOwner object to be versioned to new version
SeparatelySequenceableAssociate BOs are also copied, but their identifiers are left.
|
| Modifier and Type | Method and Description |
|---|---|
VersionHistory |
VersionHistoryService.updateVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId)
Update or create the version history to the appropriate status.
|
| Modifier and Type | Method and Description |
|---|---|
VersionHistory |
VersionHistoryService.findActiveVersion(Class<? extends SequenceOwner> klass,
String versionName)
Find the active VersionHistory for a given SequenceOwner type and version name
|
VersionHistory |
VersionHistoryService.findPendingVersion(Class<? extends SequenceOwner> klass,
String versionName)
Find the pending version for a given SequenceOwner
|
VersionHistory |
VersionHistoryService.findPendingVersion(Class<? extends SequenceOwner> klass,
String versionName,
String sequenceNumber)
Find the pending VersionHistory for a given SequenceOwner type and version name with a specific sequence number
|
List<VersionHistory> |
VersionHistoryService.findVersionHistory(Class<? extends SequenceOwner> klass,
String versionName)
Find version histories without fetching the sequence owner.
|
VersionHistory |
VersionHistoryService.getActiveOrNewestVersion(Class<? extends SequenceOwner> klass,
String versionName)
Finds the active(current FINAL version) or the newest version of the sequence owner if an active version does not exist.
|
void |
VersionHistoryService.loadSequenceOwner(Class<? extends SequenceOwner> klass,
VersionHistory versionHistory)
This method will load the appropriate sequenceOwner to the VersionHistory
|
List<VersionHistory> |
VersionHistoryService.loadVersionHistory(Class<? extends SequenceOwner> klass,
String versionName)
Find the complete version history for a given SequenceOwner implementation and the version name,
where version name is the common "name" the versions are known by.
|
VersionHistory |
VersionHistoryService.updateVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId)
Update or create the version history to the appropriate status.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends SequenceOwner<?>> |
VersioningServiceImpl.createNewVersion(T oldVersion)
Cause old version of SequenceOwner object to be versioned to new version
SeparatelySequenceableAssociate BOs are also copied, but their identifiers are left.
|
<T extends SequenceOwner<?>> |
SequenceUtils.sequence(T oldVersion)
This method sequences a SequenceOwner to a new version.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,SequenceOwner<? extends SequenceOwner<?>>> |
VersionHistoryServiceImpl.findSequenceOwners(Class klass,
String versionField,
String versionName)
Deprecated.
|
protected Map<Integer,SequenceOwner<? extends SequenceOwner<?>>> |
VersionHistoryServiceImpl.findSequenceOwners(Class klass,
String versionField,
String versionName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected VersionHistory |
VersionHistoryServiceImpl.createVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId) |
protected String |
VersionHistoryServiceImpl.getVersionName(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner) |
protected void |
VersionHistoryServiceImpl.resetExistingVersionsToArchived(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
List<VersionHistory> versionHistories,
VersionStatus versionStatus) |
VersionHistory |
VersionHistoryServiceImpl.updateVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
VersionHistoryServiceImpl.buildFieldValueMapForActiveVersionHistory(Class<? extends SequenceOwner> klass,
String versionName)
This method...
|
protected VersionHistory |
VersionHistoryServiceImpl.createVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId) |
VersionHistory |
VersionHistoryServiceImpl.findActiveVersion(Class<? extends SequenceOwner> klass,
String versionName) |
VersionHistory |
VersionHistoryServiceImpl.findPendingVersion(Class<? extends SequenceOwner> klass,
String versionName) |
VersionHistory |
VersionHistoryServiceImpl.findPendingVersion(Class<? extends SequenceOwner> klass,
String versionName,
String sequenceNumber) |
List<VersionHistory> |
VersionHistoryServiceImpl.findVersionHistory(Class<? extends SequenceOwner> klass,
String versionName) |
VersionHistory |
VersionHistoryServiceImpl.getActiveOrNewestVersion(Class<? extends SequenceOwner> klass,
String versionName) |
protected String |
VersionHistoryServiceImpl.getVersionName(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner) |
List<VersionHistory> |
VersionHistoryServiceImpl.loadVersionHistory(Class<? extends SequenceOwner> klass,
String versionName) |
protected void |
VersionHistoryServiceImpl.resetExistingVersionsToArchived(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
List<VersionHistory> versionHistories,
VersionStatus versionStatus) |
VersionHistory |
VersionHistoryServiceImpl.updateVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubAward
This class is using for SubAward...
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.