|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.batch.service.impl |
---|
Methods in org.kuali.kfs.module.cab.batch.service.impl that return GeneralLedgerEntry | |
---|---|
protected GeneralLedgerEntry |
BatchExtractServiceImpl.createNegativeGlEntry(Entry entry)
Force created entry with zero transaction amount |
protected GeneralLedgerEntry |
BatchExtractServiceImpl.createPositiveGlEntry(Entry entry)
Force created entry with zero transaction amount |
Methods in org.kuali.kfs.module.cab.batch.service.impl with parameters of type GeneralLedgerEntry | |
---|---|
protected PurchasingAccountsPayableLineAssetAccount |
BatchExtractServiceImpl.createPurchasingAccountsPayableLineAssetAccount(GeneralLedgerEntry generalLedgerEntry,
PurchasingAccountsPayableDocument cabPurapDoc,
PurApAccountingLineBase purApAccountingLine,
PurchasingAccountsPayableItemAsset itemAsset)
Creates a new instance of PurchasingAccountsPayableLineAssetAccount using values provided from dependent objects |
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.businessobject |
---|
Subclasses of GeneralLedgerEntry in org.kuali.kfs.module.cab.businessobject | |
---|---|
class |
PurchasingAccountsPayableProcessingReport
|
Methods in org.kuali.kfs.module.cab.businessobject that return GeneralLedgerEntry | |
---|---|
GeneralLedgerEntry |
GeneralLedgerEntryAsset.getGeneralLedgerEntry()
Gets the generalLedgerEntry attribute. |
GeneralLedgerEntry |
PurchasingAccountsPayableLineAssetAccount.getGeneralLedgerEntry()
|
Methods in org.kuali.kfs.module.cab.businessobject with parameters of type GeneralLedgerEntry | |
---|---|
void |
GeneralLedgerEntryAsset.setGeneralLedgerEntry(GeneralLedgerEntry generalLedgerEntry)
Sets the generalLedgerEntry attribute value. |
void |
PurchasingAccountsPayableLineAssetAccount.setGeneralLedgerEntry(GeneralLedgerEntry generalLedgerEntry)
|
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.document.service |
---|
Methods in org.kuali.kfs.module.cab.document.service with parameters of type GeneralLedgerEntry | |
---|---|
org.kuali.rice.kns.document.Document |
GlLineService.createAssetGlobalDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
org.kuali.rice.kns.document.Document |
GlLineService.createAssetPaymentDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
CapitalAssetInformation |
GlLineService.findCapitalAssetInformation(GeneralLedgerEntry entry)
|
Method parameters in org.kuali.kfs.module.cab.document.service with type arguments of type GeneralLedgerEntry | |
---|---|
org.kuali.rice.kns.document.Document |
GlLineService.createAssetGlobalDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
org.kuali.rice.kns.document.Document |
GlLineService.createAssetPaymentDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.document.service.impl |
---|
Methods in org.kuali.kfs.module.cab.document.service.impl that return types with arguments of type GeneralLedgerEntry | |
---|---|
protected List<GeneralLedgerEntry> |
PurApLineDocumentServiceImpl.getGlEntryInActivedList(PurchasingAccountsPayableItemAsset selectedItem)
Update GL Entry status as "enroute" if all its amount are consumed by submit CAMs document.Return the general ledger entry changes as a list. |
Methods in org.kuali.kfs.module.cab.document.service.impl with parameters of type GeneralLedgerEntry | |
---|---|
protected AssetGlobal |
GlLineServiceImpl.createAssetGlobal(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.MaintenanceDocument maintDoc)
Creates asset global |
org.kuali.rice.kns.document.Document |
GlLineServiceImpl.createAssetGlobalDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
protected AssetPaymentDetail |
GlLineServiceImpl.createAssetPaymentDetail(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.Document document,
int seqNo)
Creates asset payment detail based on GL line. |
org.kuali.rice.kns.document.Document |
GlLineServiceImpl.createAssetPaymentDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primaryGlEntry)
|
protected void |
GlLineServiceImpl.createGeneralLedgerEntryAsset(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.Document document)
Creates general ledger entry asset |
CapitalAssetInformation |
GlLineServiceImpl.findCapitalAssetInformation(GeneralLedgerEntry entry)
|
protected void |
GlLineServiceImpl.updatePreTagInformation(GeneralLedgerEntry entry,
AssetPaymentDocument document)
Updates pre tag information received from FP document |
protected void |
GlLineServiceImpl.updatePreTagInformation(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.MaintenanceDocument document,
AssetGlobal assetGlobal)
This method reads the pre-tag information and creates objects for asset global document |
Method parameters in org.kuali.kfs.module.cab.document.service.impl with type arguments of type GeneralLedgerEntry | |
---|---|
org.kuali.rice.kns.document.Document |
GlLineServiceImpl.createAssetGlobalDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
org.kuali.rice.kns.document.Document |
GlLineServiceImpl.createAssetPaymentDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primaryGlEntry)
|
protected void |
GlLineServiceImpl.deactivateGLEntries(List<GeneralLedgerEntry> entries,
org.kuali.rice.kns.document.Document document)
De-activate the GL Entries |
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.document.web |
---|
Methods in org.kuali.kfs.module.cab.document.web that return types with arguments of type GeneralLedgerEntry | |
---|---|
List<GeneralLedgerEntry> |
PurApLineSession.getGlEntryUpdateList()
Gets the glEntryList attribute. |
Method parameters in org.kuali.kfs.module.cab.document.web with type arguments of type GeneralLedgerEntry | |
---|---|
void |
PurApLineSession.setGlEntryUpdateList(List<GeneralLedgerEntry> glEntryList)
Sets the glEntryList attribute value. |
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.document.web.struts |
---|
Methods in org.kuali.kfs.module.cab.document.web.struts that return GeneralLedgerEntry | |
---|---|
protected GeneralLedgerEntry |
GlLineAction.findGeneralLedgerEntry(javax.servlet.http.HttpServletRequest request)
Finds GL entry using the key from request |
protected GeneralLedgerEntry |
GlLineAction.findGeneralLedgerEntry(Long generalLedgerEntryId,
boolean requireNew)
Retrieves the CAB General Ledger Entry from DB |
GeneralLedgerEntry |
GlLineForm.getRelatedGlEntry(int index)
Initialize index for struts |
Methods in org.kuali.kfs.module.cab.document.web.struts that return types with arguments of type GeneralLedgerEntry | |
---|---|
List<GeneralLedgerEntry> |
GlLineForm.getRelatedGlEntries()
Gets the relatedGlEntries attribute. |
protected List<GeneralLedgerEntry> |
GlLineAction.prepareSubmitList(GlLineForm glLineForm,
GeneralLedgerEntry defaultGeneralLedgerEntry)
Helper method to prepare the submit list |
Methods in org.kuali.kfs.module.cab.document.web.struts with parameters of type GeneralLedgerEntry | |
---|---|
protected List<GeneralLedgerEntry> |
GlLineAction.prepareSubmitList(GlLineForm glLineForm,
GeneralLedgerEntry defaultGeneralLedgerEntry)
Helper method to prepare the submit list |
Method parameters in org.kuali.kfs.module.cab.document.web.struts with type arguments of type GeneralLedgerEntry | |
---|---|
void |
GlLineForm.setRelatedGlEntries(List<GeneralLedgerEntry> relatedGlEntries)
Sets the relatedGlEntries attribute value. |
Uses of GeneralLedgerEntry in org.kuali.kfs.module.cab.service.impl |
---|
Methods in org.kuali.kfs.module.cab.service.impl with parameters of type GeneralLedgerEntry | |
---|---|
protected boolean |
CapitalAssetBuilderModuleServiceImpl.isFpDocumentFullyProcessed(GeneralLedgerEntry generalLedgerEntry)
Check all generalLedgerEntries from the same FP document are fully processed. |
protected boolean |
CapitalAssetBuilderModuleServiceImpl.isGlEntryFullyProcessed(GeneralLedgerEntry glEntry)
Check if Gl Entry related accounts are fully processed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |