| Modifier and Type | Method and Description |
|---|---|
void |
AwardServiceImpl.updateAwardSequenceStatus(Award award,
VersionStatus status) |
void |
AwardService.updateAwardSequenceStatus(Award award,
VersionStatus status)
Update the award to use the new VersionStatus.
|
| Modifier and Type | Method and Description |
|---|---|
VersionStatus |
VersionHistorySearchBo.getStatus()
Gets the status attribute.
|
VersionStatus |
VersionHistory.getStatus()
Gets the status attribute.
|
static VersionStatus |
VersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionStatus[] |
VersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionHistorySearchBo.setStatus(VersionStatus status)
Sets the status attribute value.
|
void |
VersionHistory.setStatus(VersionStatus status)
Sets the status attribute value.
|
| Constructor and Description |
|---|
VersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus status,
String userId,
Date versionDate)
Full c'tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalVersioningService.updateInstitutionalProposalVersionStatus(InstitutionalProposal proposalToUpdate,
VersionStatus versionStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected List<InstitutionalProposal> |
InstitutionalProposalVersioningServiceImpl.findProposalsByStatus(String proposalNumber,
VersionStatus versionStatus) |
void |
InstitutionalProposalVersioningServiceImpl.updateInstitutionalProposalVersionStatus(InstitutionalProposal proposalToUpdate,
VersionStatus versionStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected InstitutionalProposal |
MedusaServiceImpl.getNewestProposalByStatus(String proposalNumber,
VersionStatus status)
Gets and returns the newest active proposal version for the proposal number.
|
| 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 |
|---|---|
protected VersionHistory |
VersionHistoryServiceImpl.createVersionHistory(SequenceOwner<? extends SequenceOwner<?>> sequenceOwner,
VersionStatus versionStatus,
String userId) |
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 |
|---|---|
void |
SubAwardService.updateSubAwardSequenceStatus(SubAward subAward,
VersionStatus status)
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubAwardServiceImpl.updateSubAwardSequenceStatus(SubAward subAward,
VersionStatus status) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.