|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return types with arguments of type Message | |
---|---|
List<Message> |
VerifyTransaction.verifyTransaction(Transaction t)
Verify a transaction is good for posting |
Method parameters in org.kuali.kfs.gl.batch.service with type arguments of type Message | |
---|---|
String |
EnterpriseFeederNotificationService.getFileFeedStatusMessage(String feederProcessName,
EnterpriseFeederStatus status,
File doneFile,
File dataFile,
File reconFile,
List<Message> errorMessages)
Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters. |
String |
EnterpriseFeederNotificationService.getFileFeedStatusMessage(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
InputStream doneFileContents,
String dataFileDescription,
InputStream dataFileContents,
String reconFileDescription,
InputStream reconFileContents,
List<Message> errorMessages)
Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters. |
void |
EnterpriseFeederNotificationService.notifyFileFeedStatus(String feederProcessName,
EnterpriseFeederStatus status,
File doneFile,
File dataFile,
File reconFile,
List<Message> errorMessages)
Performs notification about the status of the upload (i.e. |
void |
EnterpriseFeederNotificationService.notifyFileFeedStatus(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
InputStream doneFileContents,
String dataFileDescription,
InputStream dataFileContents,
String reconFileDescription,
InputStream reconFileContents,
List<Message> errorMessages)
Performs notification about the status of the upload (i.e. |
void |
ReconciliationService.reconcile(Iterator<OriginEntryFull> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
Uses of Message in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl that return Message | |
---|---|
protected Message |
ReconciliationServiceImpl.generateColumnSumErrorMessage(ColumnReconciliation column,
org.kuali.rice.kns.util.KualiDecimal actualValue)
Generates the error message for the sum of column(s) not matching the reconciliation value |
protected Message |
ReconciliationServiceImpl.generateRowCountMismatchMessage(ReconciliationBlock block,
int actualRowCount)
Generates the error message for the number of entries reconciled being unequal to the expected value |
Methods in org.kuali.kfs.gl.batch.service.impl that return types with arguments of type Message | |
---|---|
List<Message> |
VerifyTransactionImpl.verifyTransaction(Transaction t)
Determines if the given transaction qualifies for posting |
Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type Message | |
---|---|
protected void |
ScrubberProcessImpl.handleTransactionError(Transaction errorTransaction,
Message message)
|
Method parameters in org.kuali.kfs.gl.batch.service.impl with type arguments of type Message | |
---|---|
protected String |
EnterpriseFeederNotificationServiceImpl.buildFileFeedStatusMessage(String doneFileName,
String dataFileName,
String reconFileName,
List<Message> errorMessages,
String feederProcessName,
EnterpriseFeederStatus status)
Builds the status message for the status of a feed. |
protected String |
EnterpriseFeederNotificationServiceImpl.generateFromEmailAddress(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
String dataFileDescription,
String reconFileDescription,
List<Message> errorMessages)
Generates the "From:" address for the email |
protected Set<String> |
EnterpriseFeederNotificationServiceImpl.generateToEmailAddresses(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
String dataFileDescription,
String reconFileDescription,
List<Message> errorMessages)
Generates the destination address(s) for the email notifications, possibly depending on the parameter values |
String |
EnterpriseFeederNotificationServiceImpl.getFileFeedStatusMessage(String feederProcessName,
EnterpriseFeederStatus status,
File doneFile,
File dataFile,
File reconFile,
List<Message> errorMessages)
Generates the status message that would be generated by a call to notifyFileFeedStatus with the same parameters. |
String |
EnterpriseFeederNotificationServiceImpl.getFileFeedStatusMessage(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
InputStream doneFileContents,
String dataFileDescription,
InputStream dataFileContents,
String reconFileDescription,
InputStream reconFileContents,
List<Message> errorMessages)
|
protected String |
EnterpriseFeederNotificationServiceImpl.getSubjectLine(String doneFileDescription,
String dataFileDescription,
String reconFileDescription,
List<Message> errorMessages,
String feederProcessName,
EnterpriseFeederStatus status)
Builds the status message for the status of a feed. |
protected void |
ScrubberProcessImpl.handleTransactionErrors(Transaction errorTransaction,
List<Message> messages)
|
protected boolean |
ScrubberProcessImpl.isFatal(List<Message> errors)
Determines if a given error is fatal and should stop this scrubber run |
protected boolean |
EnterpriseFeederNotificationServiceImpl.isStatusNotifiable(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
String dataFileDescription,
String reconFileDescription,
List<Message> errorMessages)
Returns whether a notification is necessary given the values of the parameters |
void |
EnterpriseFeederNotificationServiceImpl.notifyFileFeedStatus(String feederProcessName,
EnterpriseFeederStatus status,
File doneFile,
File dataFile,
File reconFile,
List<Message> errorMessages)
Performs notification about the status of the upload (i.e. |
void |
EnterpriseFeederNotificationServiceImpl.notifyFileFeedStatus(String feederProcessName,
EnterpriseFeederStatus status,
String doneFileDescription,
InputStream doneFileContents,
String dataFileDescription,
InputStream dataFileContents,
String reconFileDescription,
InputStream reconFileContents,
List<Message> errorMessages)
Performs notifications |
protected boolean |
ReconciliationServiceImpl.performSanityChecks(List<ColumnReconciliation> columns,
List<ReconciliationServiceImpl.JavaAttributeAugmentedColumnReconciliation> javaAttributeNames,
org.kuali.rice.kns.util.KualiDecimal[] columnSums,
List<Message> errorMessages)
Performs basic checking to ensure that values are set up so that reconciliation can proceed |
void |
ReconciliationServiceImpl.reconcile(Iterator<OriginEntryFull> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
protected boolean |
FileEnterpriseFeederHelperServiceImpl.reconciliationProcessSucceeded(List<Message> errorMessages)
Returns whether the reconciliation process succeeded by looking at the reconciliation error messages For this implementation, the reconciliation does not succeed if at least one of the error messages in the list has a type of TYPE_FATAL |
Uses of Message in org.kuali.kfs.gl.businessobject |
---|
Methods in org.kuali.kfs.gl.businessobject that return types with arguments of type Message | |
---|---|
List<Message> |
OriginEntryFull.setFromTextFileForBatch(String line,
int lineNumber)
This method loads the fields of this origin entry by parsing the passed in the string It is assumed that the String does not contain the origin entry ID, but if it does, it will be ignored |
Uses of Message in org.kuali.kfs.gl.report |
---|
Methods in org.kuali.kfs.gl.report that return types with arguments of type Message | |
---|---|
Map<Transaction,List<Message>> |
CollectorReportData.getBatchOriginEntryScrubberErrors(CollectorBatch batch)
Returns the scrubber errors related to a batch |
Method parameters in org.kuali.kfs.gl.report with type arguments of type Message | |
---|---|
void |
TransactionReport.appendReport(com.lowagie.text.Document document,
com.lowagie.text.Font headerFont,
com.lowagie.text.Font textFont,
List<Transaction> errorSortedList,
Map<Transaction,List<Message>> reportErrors,
List<Summary> reportSummary,
Date runDate)
Appends the scrubber totals/statistics and error report to the given (iText) document object. |
void |
TransactionReport.generateReport(List<Transaction> errorSortedList,
Map<Transaction,List<Message>> reportErrors,
List<Summary> reportSummary,
Date runDate,
String title,
String fileprefix,
String destinationDirectory)
Generates transaction report |
void |
TransactionReport.generateReport(Map<Transaction,List<Message>> reportErrors,
List<Summary> reportSummary,
Date runDate,
String title,
String fileprefix,
String destinationDirectory)
Generates transaction report |
void |
CollectorReportData.setBatchDetailScrubberErrors(CollectorBatch batch,
Map<CollectorDetail,List<Message>> errorsMap)
Stores the errors encountered trying to scrub the InterDepartmentalBilling records in the given batch. |
void |
CollectorReportData.setBatchOriginEntryScrubberErrors(CollectorBatch batch,
Map<Transaction,List<Message>> errorsMap)
Stores the errors encountered trying to scrub the InterDepartmentalBilling records in the given batch. |
Uses of Message in org.kuali.kfs.gl.service |
---|
Methods in org.kuali.kfs.gl.service that return types with arguments of type Message | |
---|---|
List<Message> |
ScrubberValidator.validateTransaction(OriginEntryInformation originEntry,
OriginEntryInformation scrubbedEntry,
UniversityDate universityRunDate,
boolean laborIndicator,
AccountingCycleCachingService accountingCycleCachingService)
Validate a transaction in the scrubber |
Uses of Message in org.kuali.kfs.gl.service.impl |
---|
Methods in org.kuali.kfs.gl.service.impl that return Message | |
---|---|
protected Message |
ScrubberValidatorImpl.continuationAccountLogic(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
Called when the account of the origin entry is expired or closed, this validates the continuation account |
protected Message |
ScrubberValidatorImpl.validateAccount(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
Validates the account of an origin entry |
protected Message |
ScrubberValidatorImpl.validateBalanceType(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the balance type of the origin entry |
protected Message |
ScrubberValidatorImpl.validateChart(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the chart of the origin entry |
protected Message |
ScrubberValidatorImpl.validateDescription(OriginEntryInformation originEntry)
|
protected Message |
ScrubberValidatorImpl.validateDocumentNumber(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry)
Validates the document number of the origin entry |
protected Message |
ScrubberValidatorImpl.validateDocumentType(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the document type of an origin entry |
protected Message |
ScrubberValidatorImpl.validateFiscalYear(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
Validates the fiscal year of the origin entry |
protected Message |
ScrubberValidatorImpl.validateObjectCode(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the object code of the origin entry |
protected Message |
ScrubberValidatorImpl.validateObjectType(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Assuming that the object code has been validated first, validates the object type of the entry |
protected Message |
ScrubberValidatorImpl.validateOrigination(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the origination code of the origin entry |
protected Message |
ScrubberValidatorImpl.validateProjectCode(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the project code of the origin entry |
protected Message |
ScrubberValidatorImpl.validateReferenceOrigination(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
|
protected Message |
ScrubberValidatorImpl.validateReversalDate(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the reversal date of the origin entry |
protected Message |
ScrubberValidatorImpl.validateSubAccount(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the sub account of the origin entry |
protected Message |
ScrubberValidatorImpl.validateSubObjectCode(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the sub object code of the origin entry |
protected Message |
ScrubberValidatorImpl.validateTransactionAmount(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
Validates the entry's transaction amount |
protected Message |
ScrubberValidatorImpl.validateTransactionDate(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
Validates the transaction date of the origin entry, make sure it is a valid university date |
protected Message |
ScrubberValidatorImpl.validateUniversityFiscalPeriodCode(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
Validates the period code of the origin entry |
Methods in org.kuali.kfs.gl.service.impl that return types with arguments of type Message | |
---|---|
List<Message> |
EnterpriseFeederStatusAndErrorMessagesWrapper.getErrorMessages()
Gets the errorMessages attribute. |
protected List<Message> |
ScrubberValidatorImpl.validateReferenceDocumentFields(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
AccountingCycleCachingService accountingCycleCachingService)
If the encumbrance update code = R, ref doc number must exist, ref doc type must be valid and ref origin code must be valid. |
List<Message> |
ScrubberValidatorImpl.validateTransaction(OriginEntryInformation originEntry,
OriginEntryInformation scrubbedEntry,
UniversityDate universityRunDate,
boolean laborIndicator,
AccountingCycleCachingService accountingCycleCachingService)
Validate a transaction in the scrubber |
Method parameters in org.kuali.kfs.gl.service.impl with type arguments of type Message | |
---|---|
void |
EnterpriseFeederStatusAndErrorMessagesWrapper.setErrorMessages(List<Message> errorMessages)
Sets the errorMessages attribute value. |
Uses of Message in org.kuali.kfs.module.ec.batch.service.impl |
---|
Methods in org.kuali.kfs.module.ec.batch.service.impl with parameters of type Message | |
---|---|
protected void |
EffortCertificationExtractServiceImpl.reportEmployeeWithoutValidBalances(List<LedgerBalanceWithMessage> ledgerBalancesWithMessage,
Message message,
String emplid)
|
protected void |
EffortCertificationExtractServiceImpl.reportInvalidLedgerBalance(List<LedgerBalanceWithMessage> ledgerBalancesWithMessage,
LaborLedgerBalance ledgerBalance,
Message message)
|
Uses of Message in org.kuali.kfs.module.ec.document.validation.impl |
---|
Methods in org.kuali.kfs.module.ec.document.validation.impl that return Message | |
---|---|
static Message |
LedgerBalanceFieldValidator.hasFederalFunds(Collection<LaborLedgerBalance> ledgerBalances,
List<String> federalAgencyTypeCodes)
determine whether there is at least one account of the given ledger balances that is funded by a federal grant. |
static Message |
LedgerBalanceFieldValidator.hasGrantAccount(Collection<LaborLedgerBalance> ledgerBalances)
check if there is at least one account of the given ledger balances that has a fund group code or subfund group code that is in the specifed group codes. |
static Message |
LedgerBalanceFieldValidator.hasValidAccount(LaborLedgerBalance ledgerBalance)
check if the given ledger balance has an account qualified for effort reporting |
static Message |
LedgerBalanceFieldValidator.isFromSingleOrganization(Collection<LaborLedgerBalance> ledgerBalances)
determine if the given ledger balances have the accounts that belong to multiple organizations |
static Message |
LedgerBalanceFieldValidator.isInFundGroups(LaborLedgerBalance ledgerBalance,
List<String> fundGroupCodes)
detetermine if the fund group code associated with the given ledger balance is in the given fund group codes |
static Message |
LedgerBalanceFieldValidator.isInSubFundGroups(LaborLedgerBalance ledgerBalance,
List<String> subFundGroupCodes)
detetermine if the sub fund group code associated with the given ledger balance is in the given sub fund group codes |
static Message |
LedgerBalanceFieldValidator.isNonZeroAmountBalanceWithinReportPeriod(LaborLedgerBalance ledgerBalance,
Map<Integer,Set<String>> reportPeriods)
determine if the total amount within the specified periods of the given ledger balance is ZERO |
static Message |
LedgerBalanceFieldValidator.isTotalAmountPositive(Collection<LaborLedgerBalance> ledgerBalances,
Map<Integer,Set<String>> reportPeriods)
determine if the total amount within the specified periods of the given ledger balances is positive |
Uses of Message in org.kuali.kfs.module.ld.batch.service |
---|
Method parameters in org.kuali.kfs.module.ld.batch.service with type arguments of type Message | |
---|---|
void |
ReconciliationService.reconcile(Iterator<LaborOriginEntry> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
Uses of Message in org.kuali.kfs.module.ld.batch.service.impl |
---|
Methods in org.kuali.kfs.module.ld.batch.service.impl that return Message | |
---|---|
protected Message |
ScrubberValidatorImpl.checkAccountFringeIndicator(LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
Account account,
UniversityDate universityRunDate,
LaborAccountingCycleCachingService laborAccountingCycleCachingService)
For fringe transaction types checks if the account accepts fringe benefits. |
protected Message |
ScrubberValidatorImpl.continuationAccountLogic(Account expiredClosedAccount,
LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
UniversityDate universityRunDate)
Loops through continuation accounts for 10 tries or until it finds an account that is not expired. |
protected Message |
ReconciliationServiceImpl.generateColumnSumErrorMessage(ColumnReconciliation column,
org.kuali.rice.kns.util.KualiDecimal actualValue)
Generates the error message for the sum of column(s) not matching the reconciliation value |
protected Message |
ReconciliationServiceImpl.generateRowCountMismatchMessage(ReconciliationBlock block,
int actualRowCount)
Generates the error message for the number of entries reconciled being unequal to the expected value |
protected Message |
ScrubberValidatorImpl.handleExpiredClosedAccount(Account account,
LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
UniversityDate universityRunDate)
Checks the continuation account system indicator. |
protected Message |
ScrubberValidatorImpl.useSuspenseAccount(LaborOriginEntry workingEntry)
This method changes account to suspenseAccount |
protected Message |
ScrubberValidatorImpl.validateAccount(LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
UniversityDate universityRunDate,
LaborAccountingCycleCachingService laborAccountingCycleCachingService)
Performs Account Validation. |
protected Message |
ScrubberValidatorImpl.validatePayrollEndFiscalPeriodCode(LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
UniversityDate universityRunDate,
LaborAccountingCycleCachingService laborAccountingCycleCachingService)
This method is for validation of PayrollEndFiscalPeriodCode |
protected Message |
ScrubberValidatorImpl.validatePayrollEndFiscalYear(LaborOriginEntry laborOriginEntry,
LaborOriginEntry laborWorkingEntry,
UniversityDate universityRunDate,
LaborAccountingCycleCachingService laborAccountingCycleCachingService)
This method is for validation of payrollEndFiscalYear |
protected Message |
ScrubberValidatorImpl.validateSubAccount(LaborOriginEntry originEntry,
LaborOriginEntry workingEntry,
LaborAccountingCycleCachingService laborAccountingCycleCachingService)
Validates the sub account of the origin entry |
protected Message |
LaborGLScrubberValidatorImpl.validateUniversityFiscalPeriodCode(OriginEntryInformation originEntry,
OriginEntryInformation workingEntry,
UniversityDate universityRunDate,
AccountingCycleCachingService accountingCycleCachingService)
|
Methods in org.kuali.kfs.module.ld.batch.service.impl that return types with arguments of type Message | |
---|---|
protected List<Message> |
LaborPosterServiceImpl.isPostableForLaborGLEntry(LaborOriginEntry originEntry)
determine if the given origin entry can be posted back to Labor GL entry |
protected List<Message> |
LaborPosterServiceImpl.validateEntry(LaborOriginEntry originEntry)
validate the given entry, and generate an error list if the entry cannot meet the business rules |
List<Message> |
ScrubberValidatorImpl.validateTransaction(OriginEntryInformation originEntry,
OriginEntryInformation scrubbedEntry,
UniversityDate universityRunDate,
boolean laborIndicator,
AccountingCycleCachingService laborAccountingCycleCachingService)
|
List<Message> |
LaborPosterTransactionValidator.verifyTransaction(Transaction transaction)
|
Method parameters in org.kuali.kfs.module.ld.batch.service.impl with type arguments of type Message | |
---|---|
protected boolean |
LaborScrubberProcess.isFatal(List<Message> errors)
|
protected boolean |
ReconciliationServiceImpl.performSanityChecks(List<ColumnReconciliation> columns,
List<ReconciliationServiceImpl.JavaAttributeAugmentedColumnReconciliation> javaAttributeNames,
org.kuali.rice.kns.util.KualiDecimal[] columnSums,
List<Message> errorMessages)
Performs basic checking to ensure that values are set up so that reconciliation can proceed |
void |
ReconciliationServiceImpl.reconcile(Iterator<LaborOriginEntry> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
protected boolean |
FileEnterpriseFeederHelperServiceImpl.reconciliationProcessSucceeded(List<Message> errorMessages)
Returns whether the reconciliation process succeeded by looking at the reconciliation error messages For this implementation, the reconciliation does not succeed if at least one of the error messages in the list has a type of TYPE_FATAL |
protected boolean |
LaborYearEndBalanceForwardServiceImpl.validateBalance(LedgerBalanceForYearEndBalanceForward balance,
List<Message> errors)
determine if the given balance is qualified to be carried forward to new fiscal year |
Uses of Message in org.kuali.kfs.module.ld.businessobject |
---|
Methods in org.kuali.kfs.module.ld.businessobject that return types with arguments of type Message | |
---|---|
List<Message> |
LaborOriginEntry.setFromTextFileForBatch(String line,
int lineNumber)
Sets the entries from text file. |
Uses of Message in org.kuali.kfs.module.ld.document.validation.impl |
---|
Methods in org.kuali.kfs.module.ld.document.validation.impl that return Message | |
---|---|
static Message |
TransactionFieldValidator.checkAccountNumber(LaborTransaction transaction)
Checks if the given transaction contains valid account number |
static Message |
TransactionFieldValidator.checkChartOfAccountsCode(LaborTransaction transaction)
Checks if the given transaction contains valid char of accounts code |
static Message |
TransactionFieldValidator.checkEmplid(LaborTransaction transaction)
Checks if the given transaction contains the valid employee id |
static Message |
TransactionFieldValidator.checkEncumbranceUpdateCode(LaborTransaction transaction)
When in Rome... |
static Message |
TransactionFieldValidator.checkFinancialBalanceTypeCode(LaborTransaction transaction)
Checks if the given transaction contains valid balance type code |
static Message |
TransactionFieldValidator.checkFinancialDocumentNumber(LaborTransaction transaction)
Checks if the given transaction contains document number |
static Message |
TransactionFieldValidator.checkFinancialDocumentTypeCode(LaborTransaction transaction)
Checks if the given transaction contains document type code |
static Message |
TransactionFieldValidator.checkFinancialObjectCode(LaborTransaction transaction)
Checks if the given transaction contains valid account number |
static Message |
TransactionFieldValidator.checkFinancialObjectTypeCode(LaborTransaction transaction)
Checks if the given transaction contains valid object type code |
static Message |
TransactionFieldValidator.checkFinancialSubObjectCode(LaborTransaction transaction)
Checks if the given transaction contains valid sub object code |
static Message |
TransactionFieldValidator.checkFinancialSystemOriginationCode(LaborTransaction transaction)
Checks if the given transaction contains system origination code |
static Message |
TransactionFieldValidator.checkPostableBalanceTypeCode(LaborTransaction transaction,
List<String> unpostableBalanceTypeCodes)
Checks if the given transaction contains the posteable balance type code |
static Message |
TransactionFieldValidator.checkPostablePeridCode(LaborTransaction transaction,
List<String> unpostableperidCodes)
Checks if the given transaction contains the posteable period code |
static Message |
TransactionFieldValidator.checkSubAccountNumber(LaborTransaction transaction)
Checks if the given transaction contains valid sub account number |
static Message |
TransactionFieldValidator.checkSubAccountNumber(LaborTransaction transaction,
String exclusiveDocumentTypeCode)
Checks if the given transaction contains valid sub account number |
static Message |
TransactionFieldValidator.checkTransactionDebitCreditCode(LaborTransaction transaction)
Checks if the given transaction contains debit credit code |
static Message |
TransactionFieldValidator.checkUniversityFiscalPeriodCode(LaborTransaction transaction)
Checks if the given transaction contains university fiscal period code |
static Message |
TransactionFieldValidator.checkUniversityFiscalYear(LaborTransaction transaction)
Checks if the given transaction contains valid university fiscal year |
static Message |
TransactionFieldValidator.checkZeroTotalAmount(LaborTransaction transaction)
Checks if the transaction amount of the given transaction is ZERO |
Uses of Message in org.kuali.kfs.sys |
---|
Methods in org.kuali.kfs.sys that return Message | |
---|---|
static Message |
MessageBuilder.buildMessage(String errorMessageKey,
int errorType)
Build the error message with the message body and error type |
static Message |
MessageBuilder.buildMessage(String errorMessageKey,
String invalidValue)
Build the message for a fatal error with the message body and invalid value |
static Message |
MessageBuilder.buildMessage(String errorMessageKey,
String invalidValue,
int errorType)
Build the error message with the message body, invalid value and error type |
static Message |
MessageBuilder.buildMessageWithPlaceHolder(String errorMessageKey,
int errorType,
Object... invalidValues)
Build the error message with the message body, invalid value and error type. |
static Message |
MessageBuilder.buildMessageWithPlaceHolder(String errorMessageKey,
Object... invalidValues)
Build the message for a fatal error with the message body and invalid value. |
Methods in org.kuali.kfs.sys with parameters of type Message | |
---|---|
static void |
MessageBuilder.addMessageIntoList(List<Message> messageList,
Message message)
add the given message into the given message list |
Method parameters in org.kuali.kfs.sys with type arguments of type Message | |
---|---|
static void |
MessageBuilder.addMessageIntoList(List<Message> messageList,
Message message)
add the given message into the given message list |
Uses of Message in org.kuali.kfs.sys.service |
---|
Methods in org.kuali.kfs.sys.service with parameters of type Message | |
---|---|
void |
ReportWriterService.writeError(org.kuali.rice.kns.bo.BusinessObject businessObject,
Message message)
Writes an error message for the passed in business object. |
Method parameters in org.kuali.kfs.sys.service with type arguments of type Message | |
---|---|
void |
ReportWriterService.writeError(org.kuali.rice.kns.bo.BusinessObject businessObject,
List<Message> messages)
Same as writeError except that it provides for multiple messages for the BO. |
Uses of Message in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl with parameters of type Message | |
---|---|
void |
ReportWriterTextServiceImpl.writeError(org.kuali.rice.kns.bo.BusinessObject businessObject,
Message message)
|
void |
ReportWriterTextServiceImpl.writeError(org.kuali.rice.kns.bo.BusinessObject businessObject,
Message message,
boolean printBusinessObjectValues)
|
Method parameters in org.kuali.kfs.sys.service.impl with type arguments of type Message | |
---|---|
void |
ReportWriterTextServiceImpl.writeError(org.kuali.rice.kns.bo.BusinessObject businessObject,
List<Message> messages)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |