|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlAccountLineGroup | |
---|---|
org.kuali.kfs.module.cab.batch.service | |
org.kuali.kfs.module.cab.batch.service.impl |
Uses of GlAccountLineGroup in org.kuali.kfs.module.cab.batch.service |
---|
Methods in org.kuali.kfs.module.cab.batch.service that return types with arguments of type GlAccountLineGroup | |
---|---|
Collection<GlAccountLineGroup> |
ReconciliationService.getMatchedGroups()
Returns the list of account groups that found match to account line history |
Collection<GlAccountLineGroup> |
ReconciliationService.getMisMatchedGroups()
Returns the list of unmatched account line groups |
Uses of GlAccountLineGroup in org.kuali.kfs.module.cab.batch.service.impl |
---|
Fields in org.kuali.kfs.module.cab.batch.service.impl with type parameters of type GlAccountLineGroup | |
---|---|
protected HashMap<GlAccountLineGroup,GlAccountLineGroup> |
ReconciliationServiceImpl.glEntryGroupMap
|
protected HashMap<GlAccountLineGroup,GlAccountLineGroup> |
ReconciliationServiceImpl.glEntryGroupMap
|
protected Collection<GlAccountLineGroup> |
ReconciliationServiceImpl.matchedGroups
|
protected Collection<GlAccountLineGroup> |
ReconciliationServiceImpl.misMatchedGroups
|
Methods in org.kuali.kfs.module.cab.batch.service.impl that return types with arguments of type GlAccountLineGroup | |
---|---|
Collection<GlAccountLineGroup> |
ReconciliationServiceImpl.getMatchedGroups()
|
Collection<GlAccountLineGroup> |
ReconciliationServiceImpl.getMisMatchedGroups()
|
Method parameters in org.kuali.kfs.module.cab.batch.service.impl with type arguments of type GlAccountLineGroup | |
---|---|
protected void |
ReconciliationServiceImpl.reconcileGroups(Collection<GlAccountLineGroup> glKeySet)
Identify and separate the matching and mismatching account line groups |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |