| java.lang.Object org.kuali.module.financial.rules.ServiceBillingDocumentRuleUtil
ServiceBillingDocumentRuleUtil | public class ServiceBillingDocumentRuleUtil (Code) | | This class contains static helper methods for ServiceBillingDocumentRule and ServiceBillingDocumentAuthorizer.
|
serviceBillingIncomeAccountIsAccessible | public static boolean serviceBillingIncomeAccountIsAccessible(AccountingLine accountingLine, AccountingDocumentRuleBase.AccountingLineAction action)(Code) | | Checks the account and current user against the service billing control table.
Parameters: accountingLine - The accounting line from the income section of the service billing document. Parameters: action - The type of error messages to generate, if not null. Whether the current user is authorized to use the given account in the service billing income section. |
serviceBillingIncomeAccountIsAccessible | public static boolean serviceBillingIncomeAccountIsAccessible(AccountingLine accountingLine, AccountingDocumentRuleBase.AccountingLineAction action, UniversalUser user)(Code) | | Checks the account and user against the service billing control table.
Parameters: accountingLine - The accounting line from the income section of the service billing document. Parameters: action - The type of error messages to generate, if not null. Parameters: user - The user for whom to check accessibility. Whether the given user is authorized to use the given account in the service billing income section. |
|
|