Uses of Class
org.kuali.kfs.module.cam.businessobject.Asset

Packages that use Asset
org.kuali.kfs.module.cam.businessobject   
org.kuali.kfs.module.cam.businessobject.lookup   
org.kuali.kfs.module.cam.document   
org.kuali.kfs.module.cam.document.service   
org.kuali.kfs.module.cam.document.service.impl   
org.kuali.kfs.module.cam.document.validation.impl   
org.kuali.kfs.module.cam.document.web.struts   
org.kuali.kfs.module.cam.util   
 

Uses of Asset in org.kuali.kfs.module.cam.businessobject
 

Subclasses of Asset in org.kuali.kfs.module.cam.businessobject
 class AssetFabrication
          This BO subclasses Asset and is the same table.
 class AssetForSearching
           
 

Methods in org.kuali.kfs.module.cam.businessobject that return Asset
 Asset AssetRepairHistory.getAsset()
          Gets the asset attribute.
 Asset AssetLocationGlobalDetail.getAsset()
          Gets the asset attribute.
 Asset AssetPayment.getAsset()
          Gets the asset attribute.
 Asset AssetWarranty.getAsset()
          Gets the asset attribute.
 Asset AssetOrganization.getAsset()
          Gets the asset attribute.
 Asset AssetLocation.getAsset()
          Gets the asset attribute.
 Asset AssetRetirementGlobalDetail.getAsset()
          Gets the asset attribute.
 Asset AssetGlobalDetail.getAsset()
          Gets the asset attribute.
 Asset AssetComponent.getAsset()
          Gets the asset attribute.
 Asset AssetPaymentAssetDetail.getAsset()
           
 Asset AssetRetirementGlobal.getMergedTargetCapitalAsset()
          Gets the mergedTargetCapitalAsset attribute.
 Asset AssetGlobal.getSeparateSourceCapitalAsset()
          Gets the separateSourceCapitalAsset attribute.
 

Methods in org.kuali.kfs.module.cam.businessobject with parameters of type Asset
 void AssetRepairHistory.setAsset(Asset asset)
          Deprecated.  
 void AssetLocationGlobalDetail.setAsset(Asset asset)
          Sets the asset attribute value.
 void AssetPayment.setAsset(Asset asset)
          Deprecated.  
 void AssetWarranty.setAsset(Asset asset)
          Deprecated.  
 void AssetOrganization.setAsset(Asset asset)
          Deprecated.  
 void AssetLocation.setAsset(Asset asset)
          Deprecated.  
 void AssetRetirementGlobalDetail.setAsset(Asset asset)
          Deprecated.  
 void AssetGlobalDetail.setAsset(Asset asset)
          Sets the asset attribute value.
 void AssetComponent.setAsset(Asset asset)
          Deprecated.  
 void AssetPaymentAssetDetail.setAsset(Asset asset)
           
 void AssetRetirementGlobal.setMergedTargetCapitalAsset(Asset mergedTargetCapitalAsset)
          Deprecated.  
 void AssetGlobal.setSeparateSourceCapitalAsset(Asset separateSourceCapitalAsset)
          Sets the separateSourceCapitalAsset attribute value.
 

Uses of Asset in org.kuali.kfs.module.cam.businessobject.lookup
 

Methods in org.kuali.kfs.module.cam.businessobject.lookup with parameters of type Asset
protected  org.kuali.rice.kns.lookup.HtmlData AssetPaymentLookupableHelperServiceImpl.getAssetUrl(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetLookupableHelperServiceImpl.getLoanUrl(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetLookupableHelperServiceImpl.getMergeUrl(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetPaymentLookupableHelperServiceImpl.getPaymentUrl(Asset asset)
           
protected  Properties AssetLookupableHelperServiceImpl.getSeparateParameters(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetLookupableHelperServiceImpl.getSeparateUrl(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetLookupableHelperServiceImpl.getTransferUrl(Asset asset)
           
protected  org.kuali.rice.kns.lookup.HtmlData AssetLookupableHelperServiceImpl.getViewAssetUrl(Asset asset)
           
 

Uses of Asset in org.kuali.kfs.module.cam.document
 

Fields in org.kuali.kfs.module.cam.document declared as Asset
protected  Asset AssetTransferDocument.asset
           
protected  Asset EquipmentLoanOrReturnDocument.asset
           
 

Methods in org.kuali.kfs.module.cam.document that return Asset
 Asset AssetTransferDocument.getAsset()
           
 Asset EquipmentLoanOrReturnDocument.getAsset()
          Gets the asset attribute.
 

Methods in org.kuali.kfs.module.cam.document with parameters of type Asset
 void AssetTransferDocument.setAsset(Asset asset)
           
 void EquipmentLoanOrReturnDocument.setAsset(Asset asset)
          Sets the asset attribute.
 

Uses of Asset in org.kuali.kfs.module.cam.document.service
 

Methods in org.kuali.kfs.module.cam.document.service that return types with arguments of type Asset
 List<Asset> AssetService.findActiveAssetsMatchingTagNumber(String campusTagNumber)
          This method returns all active assets found matching this tab number
 Collection<Asset> AssetService.findAssetsMatchingTagNumber(String campusTagNumber)
          This method returns all active and not active assets found matching this tab number
 

Methods in org.kuali.kfs.module.cam.document.service with parameters of type Asset
 void PaymentSummaryService.calculateAndSetPaymentSummary(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryService.calculateFederalContribution(Asset asset)
          Sums up federal contribution amount for an asset
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryService.calculatePaymentTotalCost(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryService.calculatePrimaryAccumulatedDepreciation(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryService.calculatePrimaryBookValue(Asset asset)
           
 void AssetDateService.checkAndUpdateDepreciationDate(Asset copyAsset, Asset newAsset)
          In Asset Edit, DepreciationDate shall be updated whenever In-service Date changed.
 void AssetDateService.checkAndUpdateFiscalYearAndPeriod(Asset copyAsset, Asset newAsset)
          In Asset Edit, Fiscal year and period code shall be updated whenever In-service Date changed.
 void AssetDateService.checkAndUpdateLastInventoryDate(Asset copyAsset, Asset newAsset)
          Last inventory Date shall be updated whenever changes made to location or tag number
 Integer AssetRetirementService.generateNewPaymentForTarget(Asset targetAsset, Asset sourceAsset, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistables, Integer maxSequenceNo, String documentNumber)
          This method generates new payments from sourceAsset for targetAsset.
 void AssetRetirementService.generateOffsetPaymentsForEachSource(Asset sourceAsset, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistables, String documentNumber)
          This method generates offset payments for each sourceAsset.
 boolean AssetService.isAssetDepreciableLifeLimitZero(Asset asset)
          Test if Depreciable Life Limit is "0" This method...
 boolean AssetService.isAssetDepreciationStarted(Asset asset)
          Check if asset has started depreciation already.
 boolean AssetService.isAssetLoaned(Asset asset)
           
 boolean AssetService.isAssetMovableCheckByAsset(Asset asset)
           
 boolean AssetService.isAssetRetired(Asset asset)
           
 boolean AssetService.isAssetTaggedInPriorFiscalYear(Asset asset)
          The Asset Type Code is allowed to be changed only: (1)If the tag number has not been assigned or (2)The asset is tagged, and the asset created in the current fiscal year
 boolean AssetService.isAssetTypeCodeChanged(Asset oldAsset, Asset newAsset)
          Test if assetTypeCode is changed.
 boolean AssetService.isCapitalAsset(Asset asset)
           
 boolean AssetService.isFinancialObjectSubTypeCodeChanged(Asset oldAsset, Asset newAsset)
          Test if financialObjectSubTypeCode is changed.
 boolean AssetService.isInServiceDateChanged(Asset oldAsset, Asset newAsset)
           
 boolean AssetService.isOffCampusLocationEntered(Asset asset)
          Test if any of the off campus location field is entered.
 boolean AssetService.isTagNumberCheckExclude(Asset asset)
          The Tag Number check excludes value of "N" and retired assets.
 void AssetService.setAssetSummaryFields(Asset asset)
          This method calls the service codes to calculate the summary fields for each asset
 void EquipmentLoanOrReturnService.setEquipmentLoanInfo(Asset asset)
          Identifies the latest equipment loan or return information available for an asset All approved loan/return documents are sorted descending based on the loan date Latest record is used for display on the asset edit screen
 void AssetService.setFiscalPeriod(Asset asset)
          Sets the fiscal year and month in the asset object based on the creation date of the asset
 void RetirementInfoService.setMergeHistory(Asset asset)
           
 void AssetLocationService.setOffCampusLocation(Asset asset)
          The method will set Off Campus Location from the assetLocations collection
 void RetirementInfoService.setRetirementInfo(Asset asset)
          Identifies the latest retirement record for the asset if current status is retired Sorts all approved retirement documents by retirement date Latest retirement document is identified and assigns to asset
 void AssetService.setSeparateHistory(Asset asset)
          For the given Asset sets the separateHistory.
 void AssetLocationService.updateOffCampusLocation(Asset newAsset)
          Update user input into reference of Asset Location
 boolean AssetPaymentService.validateAssets(String errorPath, Asset asset)
          Validates the assets inputed in the asset payment document
 

Uses of Asset in org.kuali.kfs.module.cam.document.service.impl
 

Methods in org.kuali.kfs.module.cam.document.service.impl that return Asset
protected  Asset AssetGlobalServiceImpl.setupAsset(AssetGlobal assetGlobal, AssetGlobalDetail assetGlobalDetail, boolean separate)
          Creates a new Asset appropriate for either create new or separate.
 

Methods in org.kuali.kfs.module.cam.document.service.impl that return types with arguments of type Asset
 List<Asset> AssetServiceImpl.findActiveAssetsMatchingTagNumber(String campusTagNumber)
           
 Collection<Asset> AssetServiceImpl.findAssetsMatchingTagNumber(String campusTagNumber)
           
 

Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type Asset
 void PaymentSummaryServiceImpl.calculateAndSetPaymentSummary(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculateFederalContribution(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePaymentTotalCost(Asset asset)
          Sums up total payment cost for an asset
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryAccumulatedDepreciation(Asset asset)
          Sums up primary accumulated depreciation amount
protected  org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryBaseAmount(Asset asset)
          Sums up primary base amount for an asset
 org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryBookValue(Asset asset)
          Sums up primary book value for an asset
protected  org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryCurrentMonthDepreciation(Asset asset)
          Sums current month depreciation amount for an asset
protected  org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryPrevYearDepreciation(Asset asset)
          Sums up previous year depreciation amount for an asset
protected  org.kuali.rice.kns.util.KualiDecimal PaymentSummaryServiceImpl.calculatePrimaryYTDDepreciation(Asset asset)
          Sums up year to date depreciation amount for an asset
 void AssetDateServiceImpl.checkAndUpdateDepreciationDate(Asset oldAsset, Asset newAsset)
           
 void AssetDateServiceImpl.checkAndUpdateFiscalYearAndPeriod(Asset oldAsset, Asset newAsset)
           
 void AssetDateServiceImpl.checkAndUpdateLastInventoryDate(Asset oldAsset, Asset newAsset)
           
protected  void AssetRetirementServiceImpl.createNewPostable(AssetRetirementServiceImpl.AmountCategory category, Asset asset, AssetPayment assetPayment, String documentNumber, Account plantAccount, List<GeneralLedgerPendingEntrySourceDetail> postables)
          This method creates one postable and sets the values.
protected  List<GeneralLedgerPendingEntrySourceDetail> AssetRetirementServiceImpl.generateGlPostablesForOnePayment(String documentNumber, CamsGeneralLedgerPendingEntrySourceBase assetRetirementGlPoster, Asset asset, AssetPayment assetPayment)
          Generate a collection of Postables for each payment.
 Integer AssetRetirementServiceImpl.generateNewPaymentForTarget(Asset targetAsset, Asset sourceAsset, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistables, Integer maxSequenceNo, String currentDocumentNumber)
           
 void AssetRetirementServiceImpl.generateOffsetPaymentsForEachSource(Asset sourceAsset, List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistables, String currentDocumentNumber)
           
protected  AssetObjectCode AssetRetirementServiceImpl.getAssetObjectCode(Asset asset, AssetPayment assetPayment)
           
protected  Account AssetRetirementServiceImpl.getPlantFundAccount(Asset asset, AssetPayment payment)
          Get the corresponding Plant Fund Account object based on the payment's financialObjectSubTypeCode.
 boolean AssetServiceImpl.isAssetDepreciableLifeLimitZero(Asset asset)
           
 boolean AssetServiceImpl.isAssetDepreciationStarted(Asset asset)
           
 boolean AssetServiceImpl.isAssetLoaned(Asset asset)
           
 boolean AssetServiceImpl.isAssetMovableCheckByAsset(Asset asset)
           
 boolean AssetServiceImpl.isAssetRetired(Asset asset)
           
 boolean AssetServiceImpl.isAssetTaggedInPriorFiscalYear(Asset asset)
           
 boolean AssetServiceImpl.isAssetTypeCodeChanged(Asset oldAsset, Asset newAsset)
           
 boolean AssetServiceImpl.isCapitalAsset(Asset asset)
           
 boolean AssetServiceImpl.isFinancialObjectSubTypeCodeChanged(Asset oldAsset, Asset newAsset)
           
protected  boolean AssetTransferServiceImpl.isGLPostable(AssetTransferDocument document, Asset asset, boolean movableAsset)
          Checks if it is ready for GL Posting by validating the accounts and plant account numbers
 boolean AssetServiceImpl.isInServiceDateChanged(Asset oldAsset, Asset newAsset)
           
 boolean AssetServiceImpl.isOffCampusLocationEntered(Asset asset)
           
 boolean AssetServiceImpl.isTagNumberCheckExclude(Asset asset)
           
protected  void AssetTransferServiceImpl.saveAssetOwnerData(AssetTransferDocument document, Asset saveAsset)
          Updates organization data for the asset
protected  void AssetTransferServiceImpl.saveLocationChanges(AssetTransferDocument document, Asset saveAsset)
          Updates location details to the asset
protected  void AssetTransferServiceImpl.saveOrganizationChanges(AssetTransferDocument document, Asset saveAsset)
          Updates organization changes
 void AssetServiceImpl.setAssetSummaryFields(Asset asset)
          This method calls the service codes to calculate the summary fields for each asset
 void EquipmentLoanOrReturnServiceImpl.setEquipmentLoanInfo(Asset asset)
           
 void AssetServiceImpl.setFiscalPeriod(Asset asset)
          sets the posting year and posting month based on the asset creation date
 void RetirementInfoServiceImpl.setMergeHistory(Asset asset)
           
 void AssetLocationServiceImpl.setOffCampusLocation(Asset asset)
           
protected  void PaymentSummaryServiceImpl.setPaymentYearToDate(Asset asset)
          Sets sum of depreciation for each asset payment record
 void RetirementInfoServiceImpl.setRetirementInfo(Asset asset)
           
 void AssetServiceImpl.setSeparateHistory(Asset asset)
           
protected  void AssetGlobalServiceImpl.setupAssetLocationOffCampus(AssetGlobalDetail assetGlobalDetail, Asset asset)
          Off campus location appropriately set for this asset.
protected  void EquipmentLoanOrReturnServiceImpl.updateBorrowerLocation(EquipmentLoanOrReturnDocument document, Asset updateAsset)
           
 void AssetLocationServiceImpl.updateOffCampusLocation(Asset asset)
          update existing offCampusLocation
protected  void EquipmentLoanOrReturnServiceImpl.updateStoreAtLocation(EquipmentLoanOrReturnDocument document, Asset updateAsset)
           
 boolean AssetPaymentServiceImpl.validateAssets(String errorPath, Asset asset)
           
 

Uses of Asset in org.kuali.kfs.module.cam.document.validation.impl
 

Fields in org.kuali.kfs.module.cam.document.validation.impl declared as Asset
protected  Asset AssetPreRule.copyAsset
           
protected  Asset AssetPreRule.newAsset
           
protected  Asset AssetRule.newAsset
           
protected  Asset AssetRule.oldAsset
           
 

Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type Asset
protected  List<Long> AssetRule.retrieveAssetNumberForLocking(Asset asset)
          Retrieve asset numbers need to be locked.
protected  void AssetRule.setAssetComponentNumbers(Asset asset)
          Set asset component numbers
protected  boolean AssetRetirementGlobalRule.validateActiveCapitalAsset(Asset asset)
          Only active capital equipment can be retired using the asset retirement document.
protected  boolean AssetRetirementGlobalRule.validateAssetObjectCode(Asset asset, AssetPayment assetPayment)
          Asset Object Code must exist as an active status.
protected  boolean AssetTransferDocumentRule.validateAssetObjectCodeDefn(AssetTransferDocument assetTransferDocument, Asset asset)
           
protected  boolean AssetRetirementGlobalRule.validateAssetOnLoan(Asset asset)
          Validates whether or not asset is on loan status
protected  boolean AssetRule.validateDepreciationData(Asset asset)
          validates depreciation data
protected  boolean AssetRetirementGlobalRule.validateFinancialObjectCodes(Asset asset, AssetPayment assetPayment)
          Check Financial Object Code for GLPE.
protected  boolean AssetTransferDocumentRule.validateFinancialObjectCodes(Asset asset, AssetPayment assetPayment, AssetObjectCode assetObjectCode)
          Check Financial Object Code for GLPE.
protected  boolean AssetRetirementGlobalRule.validateNonMoveableAsset(Asset asset, org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
          User must be in work group CM_SUPER_USERS to retire a non-moveable asset.
protected  boolean AssetRule.validateWarrantyInformation(Asset asset)
          Validate warranty information if user enters value
 

Uses of Asset in org.kuali.kfs.module.cam.document.web.struts
 

Methods in org.kuali.kfs.module.cam.document.web.struts that return Asset
protected  Asset EquipmentLoanOrReturnAction.handleRequestFromLookup(javax.servlet.http.HttpServletRequest request, EquipmentLoanOrReturnForm equipmentLoanOrReturnForm, EquipmentLoanOrReturnDocument equipmentLoanOrReturnDocument, org.kuali.rice.kns.service.BusinessObjectService businessObjectService, Asset asset)
          This method handles the request coming from asset lookup screen
protected  Asset EquipmentLoanOrReturnAction.handleRequestFromWorkflow(EquipmentLoanOrReturnForm equipmentLoanOrReturnForm, EquipmentLoanOrReturnDocument equipmentLoanOrReturnDocument, org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          This method handles when request is from a work flow document search
 

Methods in org.kuali.kfs.module.cam.document.web.struts with parameters of type Asset
protected  Asset EquipmentLoanOrReturnAction.handleRequestFromLookup(javax.servlet.http.HttpServletRequest request, EquipmentLoanOrReturnForm equipmentLoanOrReturnForm, EquipmentLoanOrReturnDocument equipmentLoanOrReturnDocument, org.kuali.rice.kns.service.BusinessObjectService businessObjectService, Asset asset)
          This method handles the request coming from asset lookup screen
protected  void EquipmentLoanOrReturnAction.populateEquipmentLoanOrReturnDocument(EquipmentLoanOrReturnDocument equipmentLoanOrReturnDocument, Asset newAsset)
          This method populate equipmentloanOrReturn document from asset and asset location
 

Uses of Asset in org.kuali.kfs.module.cam.util
 

Methods in org.kuali.kfs.module.cam.util that return types with arguments of type Asset
 List<Asset> AssetSeparatePaymentDistributor.getNewAssets()
          Gets the newAssets attribute.
 

Method parameters in org.kuali.kfs.module.cam.util with type arguments of type Asset
 void AssetSeparatePaymentDistributor.setNewAssets(List<Asset> newAssets)
          Sets the newAssets attribute value.
 

Constructors in org.kuali.kfs.module.cam.util with parameters of type Asset
AssetSeparatePaymentDistributor(Asset sourceAsset, List<AssetPayment> sourcePayments, Integer maxPaymentSeqNo, AssetGlobal assetGlobal, List<Asset> newAssets)
          Constructs a AssetSeparatePaymentDistributor.java.
 

Constructor parameters in org.kuali.kfs.module.cam.util with type arguments of type Asset
AssetSeparatePaymentDistributor(Asset sourceAsset, List<AssetPayment> sourcePayments, Integer maxPaymentSeqNo, AssetGlobal assetGlobal, List<Asset> newAssets)
          Constructs a AssetSeparatePaymentDistributor.java.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.