|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NegativePaymentRequestApprovalLimit in org.kuali.kfs.module.purap.document.dataaccess |
---|
Methods in org.kuali.kfs.module.purap.document.dataaccess that return types with arguments of type NegativePaymentRequestApprovalLimit | |
---|---|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDao.findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is greater than the limit passed in. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDao.findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is less than the limit passed in. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDao.findByChart(String chartCode)
Find limits by chart. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDao.findByChartAndAccount(String chartCode,
String accountNumber)
Find limits by chart and account. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDao.findByChartAndOrganization(String chartCode,
String organizationCode)
Find limits by chart and organization. |
Uses of NegativePaymentRequestApprovalLimit in org.kuali.kfs.module.purap.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.purap.document.dataaccess.impl that return types with arguments of type NegativePaymentRequestApprovalLimit | |
---|---|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDaoOjb.findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDaoOjb.findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDaoOjb.findByChart(String chartCode)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDaoOjb.findByChartAndAccount(String chartCode,
String accountNumber)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitDaoOjb.findByChartAndOrganization(String chartCode,
String organizationCode)
|
Uses of NegativePaymentRequestApprovalLimit in org.kuali.kfs.module.purap.document.service |
---|
Methods in org.kuali.kfs.module.purap.document.service that return types with arguments of type NegativePaymentRequestApprovalLimit | |
---|---|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitService.findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is greater than the limit passed in. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitService.findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is less than the limit passed in. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitService.findByChart(String chartCode)
Find limits by chart. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitService.findByChartAndAccount(String chartCode,
String accountNumber)
Find limits by chart and account. |
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitService.findByChartAndOrganization(String chartCode,
String organizationCode)
Find limits by chart and organization. |
Uses of NegativePaymentRequestApprovalLimit in org.kuali.kfs.module.purap.document.service.impl |
---|
Methods in org.kuali.kfs.module.purap.document.service.impl that return types with arguments of type NegativePaymentRequestApprovalLimit | |
---|---|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitServiceImpl.findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitServiceImpl.findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitServiceImpl.findByChart(String chartCode)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitServiceImpl.findByChartAndAccount(String chartCode,
String accountNumber)
|
Collection<NegativePaymentRequestApprovalLimit> |
NegativePaymentRequestApprovalLimitServiceImpl.findByChartAndOrganization(String chartCode,
String organizationCode)
|
Method parameters in org.kuali.kfs.module.purap.document.service.impl with type arguments of type NegativePaymentRequestApprovalLimit | |
---|---|
protected org.kuali.rice.kns.util.KualiDecimal |
PaymentRequestServiceImpl.getMinimumLimitAmount(Collection<NegativePaymentRequestApprovalLimit> limits,
org.kuali.rice.kns.util.KualiDecimal minimumAmount)
This method iterates a collection of negative payment request approval limits and returns the minimum of a given minimum amount and the least among the limits in the collection. |
Uses of NegativePaymentRequestApprovalLimit in org.kuali.kfs.module.purap.document.validation.impl |
---|
Methods in org.kuali.kfs.module.purap.document.validation.impl with parameters of type NegativePaymentRequestApprovalLimit | |
---|---|
protected boolean |
NegativePaymentRequestApprovalLimitRule.checkExclusiveOrganizationCodeAndAccountNumber(NegativePaymentRequestApprovalLimit limit)
Checks that organization code and account number aren't both specified on a new NegativePaymentRequestApprovalLimit |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |