public class NegativeInvoiceApprovalLimitServiceImpl extends Object implements NegativeInvoiceApprovalLimitService
Constructor and Description |
---|
NegativeInvoiceApprovalLimitServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Collection<NegativeInvoiceApprovalLimit> |
findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
Retrieve a collection of NegativeInvoiceApprovalLimit where the NegativeInvoiceApprovalLimitAmount is greater
than the limit passed in.
|
Collection<NegativeInvoiceApprovalLimit> |
findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
Retrieve a collection of NegativeInvoiceApprovalLimit where the NegativeInvoiceApprovalLimitAmount is less than
the limit passed in.
|
Collection<NegativeInvoiceApprovalLimit> |
findByChart(String chartCode)
Find limits by chart.
|
Collection<NegativeInvoiceApprovalLimit> |
findByChartAndAccount(String chartCode,
String accountNumber)
Find limits by chart and account.
|
Collection<NegativeInvoiceApprovalLimit> |
findByChartAndOrganization(String chartCode,
String organizationCode)
Find limits by chart and organization.
|
void |
setNegativeInvoiceApprovalLimitDao(NegativeInvoiceApprovalLimitDao dao) |
public NegativeInvoiceApprovalLimitServiceImpl()
public void setNegativeInvoiceApprovalLimitDao(NegativeInvoiceApprovalLimitDao dao)
public Collection<NegativeInvoiceApprovalLimit> findByChart(String chartCode)
NegativeInvoiceApprovalLimitService
findByChart
in interface NegativeInvoiceApprovalLimitService
NegativeInvoiceApprovalLimitService.findByChart(String)
public Collection<NegativeInvoiceApprovalLimit> findByChartAndAccount(String chartCode, String accountNumber)
NegativeInvoiceApprovalLimitService
findByChartAndAccount
in interface NegativeInvoiceApprovalLimitService
NegativeInvoiceApprovalLimitService.findByChartAndAccount(String,
String)
public Collection<NegativeInvoiceApprovalLimit> findByChartAndOrganization(String chartCode, String organizationCode)
NegativeInvoiceApprovalLimitService
findByChartAndOrganization
in interface NegativeInvoiceApprovalLimitService
NegativeInvoiceApprovalLimitService.findByChartAndOrganization(String,
String)
public Collection<NegativeInvoiceApprovalLimit> findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
NegativeInvoiceApprovalLimitService
findAboveLimit
in interface NegativeInvoiceApprovalLimitService
limit
- - lower limitNegativeInvoiceApprovalLimitService.findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal)
public Collection<NegativeInvoiceApprovalLimit> findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
NegativeInvoiceApprovalLimitService
findBelowLimit
in interface NegativeInvoiceApprovalLimitService
limit
- - upper limitNegativeInvoiceApprovalLimitService.findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.