Modifier and Type | Method and Description |
---|---|
protected void |
ExtractPaymentServiceImpl.writeCustomerProfile(BufferedWriter os,
int indent,
CustomerProfile cp) |
Modifier and Type | Method and Description |
---|---|
CustomerProfile |
FormatResult.getCust() |
CustomerProfile |
ProcessSummary.getCustomer() |
CustomerProfile |
PaymentFileLoad.getCustomer()
Gets the customer attribute.
|
CustomerProfile |
CustomerBank.getCustomerProfile()
Gets the customerProfile attribute.
|
CustomerProfile |
Batch.getCustomerProfile() |
Modifier and Type | Method and Description |
---|---|
void |
FormatResult.setCust(CustomerProfile cust) |
void |
ProcessSummary.setCustomer(CustomerProfile customer) |
void |
PaymentFileLoad.setCustomer(CustomerProfile customer)
Sets the customer attribute value.
|
void |
CustomerBank.setCustomerProfile(CustomerProfile customerProfile)
Sets the customerProfile attribute value.
|
void |
Batch.setCustomerProfile(CustomerProfile cp) |
Constructor and Description |
---|
FormatResult(Integer p,
CustomerProfile c) |
Modifier and Type | Method and Description |
---|---|
boolean |
PaymentFileLoadDao.isDuplicateBatch(CustomerProfile customer,
Integer count,
BigDecimal totalAmount,
Timestamp createDate)
Checks whether a
Batch record already exists for the given key. |
Modifier and Type | Method and Description |
---|---|
boolean |
PaymentFileLoadDaoOjb.isDuplicateBatch(CustomerProfile customer,
Integer count,
BigDecimal totalAmount,
Timestamp now) |
Modifier and Type | Method and Description |
---|---|
protected void |
CustomerProfileRule.setStateFromZip(CustomerProfile customerProfile)
sets city name and state code on the form
|
protected boolean |
CustomerProfileRule.verifyChartUnitSubUnitIsUnique(CustomerProfile customerProfile)
Verifies that the chart/unit/sub-unit combination on this customer profile is unique
|
Modifier and Type | Method and Description |
---|---|
CustomerProfile |
CustomerProfileService.get(String chartCode,
String unitCode,
String subUnitCode) |
Modifier and Type | Method and Description |
---|---|
List<CustomerProfile> |
FormatService.getAllCustomerProfiles()
This method gets all customer profiles
|
Modifier and Type | Method and Description |
---|---|
void |
PdpEmailService.sendAchAdviceEmail(PaymentGroup paymentGroup,
PaymentDetail paymentDetail,
CustomerProfile customer)
Sends advice notification email to the payee receiving an ACH payment
|
Modifier and Type | Method and Description |
---|---|
FormatProcessSummary |
FormatService.startFormatProcess(org.kuali.rice.kim.api.identity.Person user,
String campus,
List<CustomerProfile> customers,
Date paydate,
String paymentTypes)
This method marks the process log so a format only happens once per campus.
|
Modifier and Type | Method and Description |
---|---|
CustomerProfile |
CustomerProfileServiceImpl.get(String chartCode,
String unitCode,
String subUnitCode) |
Modifier and Type | Method and Description |
---|---|
List<CustomerProfile> |
FormatServiceImpl.getAllCustomerProfiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
PaymentFileValidationServiceImpl.checkForTaxEmailRequired(PaymentFileLoad paymentFile,
PaymentGroup paymentGroup,
CustomerProfile customer)
Checks whether payment status should be set to held and a tax email sent indicating so
|
protected void |
PaymentFileValidationServiceImpl.processAccountSoftEdits(PaymentFileLoad paymentFile,
CustomerProfile customer,
PaymentAccountDetail paymentAccountDetail,
List<String> warnings)
Set default fields on account line and perform account field existence checks
|
protected void |
PaymentFileValidationServiceImpl.processDetailSoftEdits(PaymentFileLoad paymentFile,
CustomerProfile customer,
PaymentDetail paymentDetail,
List<String> warnings)
Set default fields on detail line and check amount against customer threshold.
|
void |
PaymentFileValidationServiceImpl.processGroupSoftEdits(PaymentFileLoad paymentFile,
CustomerProfile customer,
List<String> warnings)
Set defaults for group fields and do tax checks.
|
protected void |
PaymentFileValidationServiceImpl.replaceAccountingString(org.kuali.rice.krad.bo.KualiCodeBase objChangeCd,
List<PaymentAccountHistory> changeRecords,
CustomerProfile customer,
PaymentAccountDetail paymentAccountDetail)
Replaces the entire accounting string with defaults from the customer profile.
|
void |
PdpEmailServiceImpl.sendAchAdviceEmail(PaymentGroup paymentGroup,
PaymentDetail paymentDetail,
CustomerProfile customer) |
protected void |
PdpEmailServiceImpl.sendThresholdEmail(boolean fileThreshold,
PaymentFileLoad paymentFile,
CustomerProfile customer)
Sends email for a payment that was over the customer file threshold or the detail threshold
|
protected boolean |
FormatServiceImpl.validateAndUpdatePaymentGroupBankCode(PaymentGroup paymentGroup,
DisbursementType disbursementType,
CustomerProfile customer)
Verifies a valid bank is set on the payment group.
|
Modifier and Type | Method and Description |
---|---|
FormatProcessSummary |
FormatServiceImpl.startFormatProcess(org.kuali.rice.kim.api.identity.Person user,
String campus,
List<CustomerProfile> customers,
Date paydate,
String paymentTypes) |
Modifier and Type | Method and Description |
---|---|
CustomerProfile |
FormatForm.getCustomer(int index)
This method retrieves a specific customer profile from the list, by index
|
Modifier and Type | Method and Description |
---|---|
List<CustomerProfile> |
FormatForm.getCustomers()
This method gets customers
|
Modifier and Type | Method and Description |
---|---|
void |
FormatForm.setCustomer(int key,
CustomerProfile value)
This method sets a customer profile.
|
Modifier and Type | Method and Description |
---|---|
void |
FormatForm.setCustomers(List<CustomerProfile> customers)
This method sets customers
|
Modifier and Type | Field and Description |
---|---|
protected CustomerProfile |
OleKimAttributes.customerProfile |
Modifier and Type | Method and Description |
---|---|
CustomerProfile |
OleKimAttributes.getCustomerProfile() |
Modifier and Type | Method and Description |
---|---|
void |
OleKimAttributes.setCustomerProfile(CustomerProfile customerProfile) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.