|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AssetPayment in org.kuali.kfs.module.cam.businessobject |
---|
Methods in org.kuali.kfs.module.cam.businessobject that return types with arguments of type AssetPayment | |
---|---|
List<AssetPayment> |
Asset.getAssetPayments()
|
Method parameters in org.kuali.kfs.module.cam.businessobject with type arguments of type AssetPayment | |
---|---|
void |
Asset.setAssetPayments(List<AssetPayment> assetPayments)
|
Constructors in org.kuali.kfs.module.cam.businessobject with parameters of type AssetPayment | |
---|---|
AssetPayment(AssetPayment assetPayment,
boolean withAmounts)
Constructs an AssetPayment |
|
AssetPaymentDetail(AssetPayment assetPayment)
|
Uses of AssetPayment in org.kuali.kfs.module.cam.businessobject.lookup |
---|
Methods in org.kuali.kfs.module.cam.businessobject.lookup with parameters of type AssetPayment | |
---|---|
protected org.kuali.rice.kns.lookup.HtmlData |
AssetPaymentLookupableHelperServiceImpl.getSeparateUrl(AssetPayment assetPayment)
|
Uses of AssetPayment in org.kuali.kfs.module.cam.document.service |
---|
Methods in org.kuali.kfs.module.cam.document.service with parameters of type AssetPayment | |
---|---|
void |
AssetPaymentService.adjustPaymentAmounts(AssetPayment assetPayment,
boolean reverseAmount,
boolean nullPeriodDepreciation)
This method uses reflection and performs below steps on all Amount fields If it is a depreciation field, then reset the value to null, so that they don't get copied to offset payments If it is an amount field, then reverse the amount by multiplying with -1 |
boolean |
AssetPaymentService.isPaymentEligibleForAccumDeprGLPosting(AssetPayment assetPayment)
Check if payment is eligible for ACCUMMULATE_DEPRECIATION GL posting. |
boolean |
AssetPaymentService.isPaymentEligibleForCapitalizationGLPosting(AssetPayment assetPayment)
Check if payment is eligible for CAPITALIZATION GL posting. |
boolean |
AssetPaymentService.isPaymentEligibleForGLPosting(AssetPayment assetPayment)
Checks if payment is eligible for GL posting |
boolean |
AssetPaymentService.isPaymentEligibleForOffsetGLPosting(AssetPayment assetPayment)
Check if payment is eligible for OFFSET_AMOUNT GL posting. |
boolean |
AssetPaymentService.isPaymentFederalOwned(AssetPayment assetPayment)
Checks if asset payment is federally funder or not |
boolean |
AssetPaymentService.isPaymentFinancialObjectActive(AssetPayment assetPayment)
Checks active status of financial object of the payment |
Uses of AssetPayment in org.kuali.kfs.module.cam.document.service.impl |
---|
Methods in org.kuali.kfs.module.cam.document.service.impl that return AssetPayment | |
---|---|
protected AssetPayment |
AssetGlobalServiceImpl.setupCreateNewAssetPayment(Long capitalAssetNumber,
String acquisitionTypeCode,
int assetGlobalDetailsSize,
int assetGlobalDetailsIndex,
AssetPaymentDetail assetPaymentDetail)
Creates a payment for an asset in create new mode. |
Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type AssetPayment | |
---|---|
void |
AssetPaymentServiceImpl.adjustPaymentAmounts(AssetPayment assetPayment,
boolean reverseAmount,
boolean nullPeriodDepreciation)
|
protected AssetGlpeSourceDetail |
AssetTransferServiceImpl.createAssetGlpePostable(AssetTransferDocument document,
Account plantAccount,
AssetPayment assetPayment,
boolean isSource,
AssetTransferServiceImpl.AmountCategory amountCategory)
Creates an instance of AssetGlpeSourceDetail depending on the source flag |
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. |
protected AssetObjectCode |
AssetRetirementServiceImpl.getAssetObjectCode(Asset asset,
AssetPayment assetPayment)
|
protected org.kuali.rice.kns.util.KualiDecimal |
PaymentSummaryServiceImpl.getCurrentMonthDepreciationAmount(AssetPayment assetPayment)
Helper methods uses university date service to identify the right depreciation month column for the current month |
protected Account |
AssetRetirementServiceImpl.getPlantFundAccount(Asset asset,
AssetPayment payment)
Get the corresponding Plant Fund Account object based on the payment's financialObjectSubTypeCode. |
boolean |
AssetPaymentServiceImpl.isPaymentEligibleForAccumDeprGLPosting(AssetPayment assetPayment)
|
boolean |
AssetPaymentServiceImpl.isPaymentEligibleForCapitalizationGLPosting(AssetPayment assetPayment)
|
boolean |
AssetPaymentServiceImpl.isPaymentEligibleForGLPosting(AssetPayment assetPayment)
|
boolean |
AssetPaymentServiceImpl.isPaymentEligibleForOffsetGLPosting(AssetPayment assetPayment)
|
boolean |
AssetPaymentServiceImpl.isPaymentFederalOwned(AssetPayment assetPayment)
|
boolean |
AssetPaymentServiceImpl.isPaymentFinancialObjectActive(AssetPayment assetPayment)
|
Method parameters in org.kuali.kfs.module.cam.document.service.impl with type arguments of type AssetPayment | |
---|---|
protected Integer |
AssetTransferServiceImpl.createNewPayments(AssetTransferDocument document,
List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistableObjects,
List<AssetPayment> originalPayments,
Integer maxSequence)
Creates new payment records for new organization account |
protected Integer |
AssetTransferServiceImpl.createOffsetPayments(AssetTransferDocument document,
List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistableObjects,
List<AssetPayment> originalPayments)
Creates offset payment copying the details from original payments and reversing the amounts |
protected void |
AssetTransferServiceImpl.createSourceGLPostables(AssetTransferDocument document,
List<AssetPayment> assetPayments,
boolean movableAsset)
Creates GL Postables for the source organization |
protected void |
AssetTransferServiceImpl.createTargetGLPostables(AssetTransferDocument document,
List<AssetPayment> assetPayments,
boolean movableAsset)
Creates target GL Postable for the receiving organization |
protected void |
AssetTransferServiceImpl.updateOriginalPayments(List<org.kuali.rice.kns.bo.PersistableBusinessObject> persistableObjects,
List<AssetPayment> originalPayments)
Updates original payment records |
Uses of AssetPayment in org.kuali.kfs.module.cam.document.validation.impl |
---|
Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type AssetPayment | |
---|---|
protected boolean |
AssetRetirementGlobalRule.validateAssetObjectCode(Asset asset,
AssetPayment assetPayment)
Asset Object Code must exist as an active status. |
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. |
Uses of AssetPayment in org.kuali.kfs.module.cam.util |
---|
Methods in org.kuali.kfs.module.cam.util that return types with arguments of type AssetPayment | |
---|---|
List<AssetPayment> |
AssetSeparatePaymentDistributor.getOffsetPayments()
Gets the offsetPayments attribute. |
List<AssetPayment> |
AssetSeparatePaymentDistributor.getRemainingPayments()
Gets the remainingPayments attribute. |
List<AssetPayment> |
AssetSeparatePaymentDistributor.getSeparatedPayments()
Gets the separatedPayments attribute. |
List<AssetPayment> |
AssetSeparatePaymentDistributor.getSourcePayments()
Gets the sourcePayments attribute. |
Methods in org.kuali.kfs.module.cam.util with parameters of type AssetPayment | |
---|---|
void |
AssetSeparatePaymentDistributor.negatePaymentAmounts(AssetPayment assetPayment)
Utility method which will negate the payment amounts for a given payment |
static org.kuali.rice.kns.util.KualiDecimal |
AssetSeparatePaymentDistributor.sumPeriodicDepreciationAmounts(AssetPayment currPayment)
Sums up periodic amounts for a payment |
Method parameters in org.kuali.kfs.module.cam.util with type arguments of type AssetPayment | |
---|---|
void |
AssetSeparatePaymentDistributor.setOffsetPayments(List<AssetPayment> offsetPayments)
Sets the offsetPayments attribute value. |
void |
AssetSeparatePaymentDistributor.setRemainingPayments(List<AssetPayment> remainingPayments)
Sets the remainingPayments attribute value. |
void |
AssetSeparatePaymentDistributor.setSeparatedPayments(List<AssetPayment> separatedPayments)
Sets the separatedPayments attribute value. |
void |
AssetSeparatePaymentDistributor.setSourcePayments(List<AssetPayment> sourcePayments)
Sets the sourcePayments attribute value. |
Constructor parameters in org.kuali.kfs.module.cam.util with type arguments of type AssetPayment | |
---|---|
AssetSeparatePaymentDistributor(Asset sourceAsset,
List<AssetPayment> sourcePayments,
Integer maxPaymentSeqNo,
AssetGlobal assetGlobal,
List<Asset> newAssets)
Constructs a AssetSeparatePaymentDistributor.java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |