Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
CorrectionCriteria.getCorrectionChangeGroup() |
Modifier and Type | Method and Description |
---|---|
void |
CorrectionCriteria.setCorrectionChangeGroup(CorrectionChangeGroup correctionChangeGroup) |
Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
CorrectionChangeGroupDao.findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber,
Integer CorrectionChangeGroupNumber)
Finds a correction change group, based on GLCP document number and the group number
|
Modifier and Type | Method and Description |
---|---|
void |
CorrectionChangeGroupDao.delete(CorrectionChangeGroup group)
Deletes a CorrectionChangeGroup from the database
|
Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
CorrectionChangeGroupDaoOjb.findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber,
Integer CorrectionChangeGroupNumber)
Finds the specific group associated with the given document with the given group number
|
Modifier and Type | Method and Description |
---|---|
void |
CorrectionChangeGroupDaoOjb.delete(CorrectionChangeGroup group)
Deletes an unlucky correction change group
|
Modifier and Type | Field and Description |
---|---|
protected List<CorrectionChangeGroup> |
GeneralLedgerCorrectionProcessDocument.correctionChangeGroup |
Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
GeneralLedgerCorrectionProcessDocument.getCorrectionChangeGroupItem(int groupNumber)
This method...
|
Modifier and Type | Method and Description |
---|---|
List<CorrectionChangeGroup> |
GeneralLedgerCorrectionProcessDocument.getCorrectionChangeGroup() |
Modifier and Type | Method and Description |
---|---|
void |
GeneralLedgerCorrectionProcessDocument.addCorrectionChangeGroup(CorrectionChangeGroup ccg)
This method...
|
Modifier and Type | Method and Description |
---|---|
static OriginEntryFull |
CorrectionDocumentUtils.applyCriteriaToEntry(OriginEntryFull entry,
boolean matchCriteriaOnly,
List<CorrectionChangeGroup> changeCriteriaGroups)
Applies a list of change criteria groups to an origin entry.
|
static boolean |
CorrectionDocumentUtils.doesEntryMatchAnyCriteriaGroups(OriginEntryFull entry,
Collection<CorrectionChangeGroup> groups)
Returns whether the entry matches any of the criteria groups
|
void |
GeneralLedgerCorrectionProcessDocument.setCorrectionChangeGroup(List<CorrectionChangeGroup> correctionChangeGroup) |
Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
CorrectionDocumentService.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Returns a specific correction change group for a GLCP document
|
Modifier and Type | Method and Description |
---|---|
CorrectionChangeGroup |
CorrectionDocumentServiceImpl.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Returns a specific correction change group for a GLCP document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CorrectionAction.applyCriteriaOnEntries(Collection<OriginEntryFull> entries,
boolean matchCriteriaOnly,
List<CorrectionChangeGroup> changeCriteriaGroups)
For criteria based edits, this method will generate the output group
|
protected void |
CorrectionAction.removeNonMatchingEntries(Collection<OriginEntryFull> entries,
Collection<CorrectionChangeGroup> groups) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.