|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CorrectionChange | |
|---|---|
| org.kuali.kfs.gl.businessobject | |
| org.kuali.kfs.gl.dataaccess | |
| org.kuali.kfs.gl.dataaccess.impl | |
| org.kuali.kfs.gl.document | |
| org.kuali.kfs.gl.document.web.struts | |
| Uses of CorrectionChange in org.kuali.kfs.gl.businessobject |
|---|
| Methods in org.kuali.kfs.gl.businessobject that return CorrectionChange | |
|---|---|
CorrectionChange |
CorrectionChangeGroup.getCorrectionChangeItem(int changeNumber)
Get correction change item |
| Methods in org.kuali.kfs.gl.businessobject that return types with arguments of type CorrectionChange | |
|---|---|
List<CorrectionChange> |
CorrectionChangeGroup.getCorrectionChange()
|
| Methods in org.kuali.kfs.gl.businessobject with parameters of type CorrectionChange | |
|---|---|
void |
CorrectionChangeGroup.addCorrectionChange(CorrectionChange cc)
Add correction change to this correction change group |
| Method parameters in org.kuali.kfs.gl.businessobject with type arguments of type CorrectionChange | |
|---|---|
void |
CorrectionChangeGroup.setCorrectionChange(List<CorrectionChange> correctionChange)
|
| Uses of CorrectionChange in org.kuali.kfs.gl.dataaccess |
|---|
| Methods in org.kuali.kfs.gl.dataaccess with parameters of type CorrectionChange | |
|---|---|
void |
CorrectionChangeDao.delete(CorrectionChange spec)
Surprisingly, this method deletes a GLCP correction |
void |
CorrectionChangeDao.save(CorrectionChange spec)
This method saves a GLCP correction |
| Uses of CorrectionChange in org.kuali.kfs.gl.dataaccess.impl |
|---|
| Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type CorrectionChange | |
|---|---|
void |
CorrectionChangeDaoOjb.delete(CorrectionChange spec)
Delete a CorrectionChange from the database |
void |
CorrectionChangeDaoOjb.save(CorrectionChange spec)
Save a CorrectionChange to the database |
| Uses of CorrectionChange in org.kuali.kfs.gl.document |
|---|
| Methods in org.kuali.kfs.gl.document with parameters of type CorrectionChange | |
|---|---|
static boolean |
CorrectionDocumentUtils.validCorrectionChangeForAdding(CorrectionChange correctionChange)
When a correction change is about to be added to a group, this will check if it is valid, meaning that the field name is not blank |
static boolean |
CorrectionDocumentUtils.validCorrectionChangeForSaving(CorrectionChange correctionChange)
When a document is about to be saved, this will check if it is valid, meaning that the field name and value are both blank |
| Uses of CorrectionChange in org.kuali.kfs.gl.document.web.struts |
|---|
| Methods in org.kuali.kfs.gl.document.web.struts that return CorrectionChange | |
|---|---|
CorrectionChange |
GroupHolder.getCorrectionChange()
|
| Methods in org.kuali.kfs.gl.document.web.struts with parameters of type CorrectionChange | |
|---|---|
void |
GroupHolder.setCorrectionChange(CorrectionChange correctionChange)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||