|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.businessobject |
---|
Methods in org.kuali.kfs.gl.businessobject that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
CorrectionCriteria.getCorrectionChangeGroup()
|
Methods in org.kuali.kfs.gl.businessobject with parameters of type CorrectionChangeGroup | |
---|---|
void |
CorrectionCriteria.setCorrectionChangeGroup(CorrectionChangeGroup correctionChangeGroup)
|
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.dataaccess |
---|
Methods in org.kuali.kfs.gl.dataaccess that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
CorrectionChangeGroupDao.findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber,
Integer CorrectionChangeGroupNumber)
Finds a correction change group, based on GLCP document number and the group number |
Methods in org.kuali.kfs.gl.dataaccess with parameters of type CorrectionChangeGroup | |
---|---|
void |
CorrectionChangeGroupDao.delete(CorrectionChangeGroup group)
Deletes a CorrectionChangeGroup from the database |
void |
CorrectionChangeGroupDao.save(CorrectionChangeGroup group)
Saves a Correction Group to the database |
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.dataaccess.impl that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
CorrectionChangeGroupDaoOjb.findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber,
Integer CorrectionChangeGroupNumber)
Finds the specific group associated with the given document with the given group number |
Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type CorrectionChangeGroup | |
---|---|
void |
CorrectionChangeGroupDaoOjb.delete(CorrectionChangeGroup group)
Deletes an unlucky correction change group |
void |
CorrectionChangeGroupDaoOjb.save(CorrectionChangeGroup group)
Saves a correction change group |
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.document |
---|
Fields in org.kuali.kfs.gl.document with type parameters of type CorrectionChangeGroup | |
---|---|
protected List<CorrectionChangeGroup> |
GeneralLedgerCorrectionProcessDocument.correctionChangeGroup
|
Methods in org.kuali.kfs.gl.document that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
GeneralLedgerCorrectionProcessDocument.getCorrectionChangeGroupItem(int groupNumber)
This method... |
Methods in org.kuali.kfs.gl.document that return types with arguments of type CorrectionChangeGroup | |
---|---|
List<CorrectionChangeGroup> |
GeneralLedgerCorrectionProcessDocument.getCorrectionChangeGroup()
|
Methods in org.kuali.kfs.gl.document with parameters of type CorrectionChangeGroup | |
---|---|
void |
GeneralLedgerCorrectionProcessDocument.addCorrectionChangeGroup(CorrectionChangeGroup ccg)
This method... |
Method parameters in org.kuali.kfs.gl.document with type arguments of type CorrectionChangeGroup | |
---|---|
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)
|
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.document.service |
---|
Methods in org.kuali.kfs.gl.document.service that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
CorrectionDocumentService.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Returns a specific correction change group for a GLCP document |
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.document.service.impl |
---|
Methods in org.kuali.kfs.gl.document.service.impl that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
CorrectionDocumentServiceImpl.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Returns a specific correction change group for a GLCP document. |
Uses of CorrectionChangeGroup in org.kuali.kfs.gl.document.web.struts |
---|
Method parameters in org.kuali.kfs.gl.document.web.struts with type arguments of type CorrectionChangeGroup | |
---|---|
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)
|
Uses of CorrectionChangeGroup in org.kuali.kfs.module.ld.document.service |
---|
Methods in org.kuali.kfs.module.ld.document.service that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
LaborCorrectionDocumentService.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Find and return correctionChangeGroup with document number and Group Number |
Uses of CorrectionChangeGroup in org.kuali.kfs.module.ld.document.service.impl |
---|
Methods in org.kuali.kfs.module.ld.document.service.impl that return CorrectionChangeGroup | |
---|---|
CorrectionChangeGroup |
LaborCorrectionDocumentServiceImpl.findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
|
Uses of CorrectionChangeGroup in org.kuali.kfs.module.ld.document.web.struts |
---|
Method parameters in org.kuali.kfs.module.ld.document.web.struts with type arguments of type CorrectionChangeGroup | |
---|---|
protected void |
LaborCorrectionAction.removeNonMatchingEntries(Collection<OriginEntryFull> entries,
Collection<CorrectionChangeGroup> groups)
|
Uses of CorrectionChangeGroup in org.kuali.kfs.module.ld.util |
---|
Method parameters in org.kuali.kfs.module.ld.util with type arguments of type CorrectionChangeGroup | |
---|---|
static boolean |
CorrectionDocumentUtils.doesLaborEntryMatchAnyCriteriaGroups(OriginEntryFull entry,
Collection<CorrectionChangeGroup> groups)
Returns whether the labor entry matches any of the criteria groups |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |