org.kuali.kfs.module.purap.document.service.impl
Class NegativePaymentRequestApprovalLimitServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.purap.document.service.impl.NegativePaymentRequestApprovalLimitServiceImpl
All Implemented Interfaces:
NegativePaymentRequestApprovalLimitService

public class NegativePaymentRequestApprovalLimitServiceImpl
extends Object
implements NegativePaymentRequestApprovalLimitService


Constructor Summary
NegativePaymentRequestApprovalLimitServiceImpl()
           
 
Method Summary
 Collection<NegativePaymentRequestApprovalLimit> 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> 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> findByChart(String chartCode)
          Find limits by chart.
 Collection<NegativePaymentRequestApprovalLimit> findByChartAndAccount(String chartCode, String accountNumber)
          Find limits by chart and account.
 Collection<NegativePaymentRequestApprovalLimit> findByChartAndOrganization(String chartCode, String organizationCode)
          Find limits by chart and organization.
 void setNegativePaymentRequestApprovalLimitDao(NegativePaymentRequestApprovalLimitDao dao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegativePaymentRequestApprovalLimitServiceImpl

public NegativePaymentRequestApprovalLimitServiceImpl()
Method Detail

setNegativePaymentRequestApprovalLimitDao

public void setNegativePaymentRequestApprovalLimitDao(NegativePaymentRequestApprovalLimitDao dao)

findByChart

public Collection<NegativePaymentRequestApprovalLimit> findByChart(String chartCode)
Description copied from interface: NegativePaymentRequestApprovalLimitService
Find limits by chart.

Specified by:
findByChart in interface NegativePaymentRequestApprovalLimitService
Returns:
- collection of negative payment request approval limits
See Also:
NegativePaymentRequestApprovalLimitService.findByChart(java.lang.String)

findByChartAndAccount

public Collection<NegativePaymentRequestApprovalLimit> findByChartAndAccount(String chartCode,
                                                                             String accountNumber)
Description copied from interface: NegativePaymentRequestApprovalLimitService
Find limits by chart and account.

Specified by:
findByChartAndAccount in interface NegativePaymentRequestApprovalLimitService
Returns:
- collection of negative payment request approval limits
See Also:
NegativePaymentRequestApprovalLimitService.findByChartAndAccount(java.lang.String, java.lang.String)

findByChartAndOrganization

public Collection<NegativePaymentRequestApprovalLimit> findByChartAndOrganization(String chartCode,
                                                                                  String organizationCode)
Description copied from interface: NegativePaymentRequestApprovalLimitService
Find limits by chart and organization.

Specified by:
findByChartAndOrganization in interface NegativePaymentRequestApprovalLimitService
Returns:
- collection of negative payment request approval limits
See Also:
NegativePaymentRequestApprovalLimitService.findByChartAndOrganization(java.lang.String, java.lang.String)

findAboveLimit

public Collection<NegativePaymentRequestApprovalLimit> findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Description copied from interface: NegativePaymentRequestApprovalLimitService
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is greater than the limit passed in. (Used for Testing.)

Specified by:
findAboveLimit in interface NegativePaymentRequestApprovalLimitService
Parameters:
limit - - lower limit
Returns:
- collection of negative payment request approval limits
See Also:
NegativePaymentRequestApprovalLimitService.findAboveLimit(org.kuali.rice.kns.util.KualiDecimal)

findBelowLimit

public Collection<NegativePaymentRequestApprovalLimit> findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
Description copied from interface: NegativePaymentRequestApprovalLimitService
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is less than the limit passed in. (Used for Testing.)

Specified by:
findBelowLimit in interface NegativePaymentRequestApprovalLimitService
Parameters:
limit - - upper limit
Returns:
- collection of negative payment request approval limits
See Also:
NegativePaymentRequestApprovalLimitService.findBelowLimit(org.kuali.rice.kns.util.KualiDecimal)


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