|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AssetRetirementGlobal in org.kuali.kfs.module.cam.businessobject |
---|
Methods in org.kuali.kfs.module.cam.businessobject that return AssetRetirementGlobal | |
---|---|
AssetRetirementGlobal |
AssetRetirementGlobalDetail.getAssetRetirementGlobal()
|
Methods in org.kuali.kfs.module.cam.businessobject that return types with arguments of type AssetRetirementGlobal | |
---|---|
List<AssetRetirementGlobal> |
Asset.getRetirementGlobals()
|
Methods in org.kuali.kfs.module.cam.businessobject with parameters of type AssetRetirementGlobal | |
---|---|
void |
AssetRetirementGlobalDetail.setAssetRetirementGlobal(AssetRetirementGlobal assetRetirementGlobal)
|
Method parameters in org.kuali.kfs.module.cam.businessobject with type arguments of type AssetRetirementGlobal | |
---|---|
void |
Asset.setRetirementGlobals(List<AssetRetirementGlobal> retirementGlobals)
|
Uses of AssetRetirementGlobal in org.kuali.kfs.module.cam.document.service |
---|
Methods in org.kuali.kfs.module.cam.document.service with parameters of type AssetRetirementGlobal | |
---|---|
void |
AssetRetirementService.createGLPostables(AssetRetirementGlobal assetRetirementGlobal,
CamsGeneralLedgerPendingEntrySourceBase assetRetirementGlPoster)
Creates GL Postables |
String |
AssetRetirementService.getAssetRetirementReasonName(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementService.isAssetRetiredByAuction(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementService.isAssetRetiredByExternalTransferOrGift(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementService.isAssetRetiredByMerged(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementService.isAssetRetiredBySold(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementService.isAssetRetiredByTheft(AssetRetirementGlobal assetRetirementGlobal)
|
Uses of AssetRetirementGlobal in org.kuali.kfs.module.cam.document.service.impl |
---|
Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type AssetRetirementGlobal | |
---|---|
void |
AssetRetirementServiceImpl.createGLPostables(AssetRetirementGlobal assetRetirementGlobal,
CamsGeneralLedgerPendingEntrySourceBase assetRetirementGlPoster)
|
String |
AssetRetirementServiceImpl.getAssetRetirementReasonName(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementServiceImpl.isAssetRetiredByAuction(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementServiceImpl.isAssetRetiredByExternalTransferOrGift(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementServiceImpl.isAssetRetiredByMerged(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementServiceImpl.isAssetRetiredBySold(AssetRetirementGlobal assetRetirementGlobal)
|
boolean |
AssetRetirementServiceImpl.isAssetRetiredByTheft(AssetRetirementGlobal assetRetirementGlobal)
|
protected boolean |
RetirementInfoServiceImpl.isDocumentApproved(AssetRetirementGlobal assetRetirementDoc)
Checks asset retirement document status, if approved returns true |
Uses of AssetRetirementGlobal in org.kuali.kfs.module.cam.document.validation.impl |
---|
Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type AssetRetirementGlobal | |
---|---|
protected boolean |
AssetRetirementGlobalRule.allPaymentsFederalOwned(AssetRetirementGlobal assetRetirementGlobal)
Check if all asset payments are federal owned. |
protected boolean |
AssetRetirementGlobalRule.assetRetirementValidation(AssetRetirementGlobal assetRetirementGlobal,
org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
Validate Asset Retirement Global and Details. |
protected boolean |
AssetRetirementGlobalRule.checkRetirementDetailOneLine(AssetRetirementGlobalDetail assetRetirementGlobalDetail,
AssetRetirementGlobal assetRetirementGlobal,
org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
This method validates one asset is a valid asset and no duplicate with target asset when merge. |
protected List<Long> |
AssetRetirementGlobalRule.retrieveAssetNumbersForLocking(AssetRetirementGlobal assetRetirementGlobal)
|
protected boolean |
AssetRetirementGlobalRule.validateMergeTargetAsset(AssetRetirementGlobal assetRetirementGlobal)
Validate mergedTargetCapitalAsset. |
protected boolean |
AssetRetirementGlobalRule.validateObjectCodesForGLPosting(AssetRetirementGlobal assetRetirementGlobal)
Validate Asset Object Codes and Fin Object Codes eligible for GL Posting. |
protected boolean |
AssetRetirementGlobalRule.validateRequiredGlobalFields(AssetRetirementGlobal assetRetirementGlobal)
Validate required fields for given retirement reason code |
protected boolean |
AssetRetirementGlobalRule.validateRetirementDetails(AssetRetirementGlobal assetRetirementGlobal,
org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
This method validates each asset to be retired. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |