|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cab.document.service.impl.GlLineServiceImpl
public class GlLineServiceImpl
Field Summary | |
---|---|
protected AssetGlobalService |
assetGlobalService
|
protected org.kuali.rice.kns.service.BusinessObjectService |
businessObjectService
|
Constructor Summary | |
---|---|
GlLineServiceImpl()
|
Method Summary | |
---|---|
protected AssetGlobal |
createAssetGlobal(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.MaintenanceDocument maintDoc)
Creates asset global |
org.kuali.rice.kns.document.Document |
createAssetGlobalDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primary)
|
protected AssetPaymentDetail |
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 |
createAssetPaymentDocument(List<GeneralLedgerEntry> entries,
GeneralLedgerEntry primaryGlEntry)
|
protected void |
createGeneralLedgerEntryAsset(GeneralLedgerEntry entry,
org.kuali.rice.kns.document.Document document)
Creates general ledger entry asset |
protected void |
deactivateGLEntries(List<GeneralLedgerEntry> entries,
org.kuali.rice.kns.document.Document document)
De-activate the GL Entries |
CapitalAssetInformation |
findCapitalAssetInformation(GeneralLedgerEntry entry)
|
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute. |
protected String |
replaceFiller(String val)
If the value contains only the filler characters, then return blank |
void |
setAssetGlobalService(AssetGlobalService assetGlobalService)
|
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
protected void |
updatePreTagInformation(GeneralLedgerEntry entry,
AssetPaymentDocument document)
Updates pre tag information received from FP document |
protected void |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.kuali.rice.kns.service.BusinessObjectService businessObjectService
protected AssetGlobalService assetGlobalService
Constructor Detail |
---|
public GlLineServiceImpl()
Method Detail |
---|
public org.kuali.rice.kns.document.Document createAssetGlobalDocument(List<GeneralLedgerEntry> entries, GeneralLedgerEntry primary) throws org.kuali.rice.kew.exception.WorkflowException
createAssetGlobalDocument
in interface GlLineService
org.kuali.rice.kew.exception.WorkflowException
GlLineService.createAssetGlobalDocument(java.util.List,
org.kuali.kfs.module.cab.businessobject.GeneralLedgerEntry)
protected void deactivateGLEntries(List<GeneralLedgerEntry> entries, org.kuali.rice.kns.document.Document document)
entries
- GL Entriesdocument
- Documentprotected void updatePreTagInformation(GeneralLedgerEntry entry, org.kuali.rice.kns.document.MaintenanceDocument document, AssetGlobal assetGlobal)
entry
- GL Linedocument
- Asset Global Maintenance DocumentassetGlobal
- Asset Global Objectpublic CapitalAssetInformation findCapitalAssetInformation(GeneralLedgerEntry entry)
findCapitalAssetInformation
in interface GlLineService
GlLineService.findCapitalAssetInformation(org.kuali.kfs.module.cab.businessobject.GeneralLedgerEntry)
protected void createGeneralLedgerEntryAsset(GeneralLedgerEntry entry, org.kuali.rice.kns.document.Document document)
entry
- GeneralLedgerEntrymaintDoc
- Documentprotected AssetGlobal createAssetGlobal(GeneralLedgerEntry entry, org.kuali.rice.kns.document.MaintenanceDocument maintDoc)
entry
- GeneralLedgerEntrymaintDoc
- MaintenanceDocument
public org.kuali.rice.kns.document.Document createAssetPaymentDocument(List<GeneralLedgerEntry> entries, GeneralLedgerEntry primaryGlEntry) throws org.kuali.rice.kew.exception.WorkflowException
createAssetPaymentDocument
in interface GlLineService
org.kuali.rice.kew.exception.WorkflowException
protected void updatePreTagInformation(GeneralLedgerEntry entry, AssetPaymentDocument document)
entry
- GeneralLedgerEntrydocument
- AssetPaymentDocumentprotected AssetPaymentDetail createAssetPaymentDetail(GeneralLedgerEntry entry, org.kuali.rice.kns.document.Document document, int seqNo)
entry
- GeneralLedgerEntrydocument
- Document
protected String replaceFiller(String val)
val
- Value
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setAssetGlobalService(AssetGlobalService assetGlobalService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |