| |
|
| java.lang.Object org.kuali.workflow.attribute.KualiPayeeTaxIdAttribute
KualiPayeeTaxIdAttribute | public KualiPayeeTaxIdAttribute()(Code) | | Constructs a KualiPayeeTaxIdAttribute.java.
|
KualiPayeeTaxIdAttribute | public KualiPayeeTaxIdAttribute(String payeeTaxId)(Code) | | |
getPayeeTaxIdFromDocContent | protected String getPayeeTaxIdFromDocContent(DocumentType docType, DocumentContent docContent)(Code) | | Extracts the PayeeTaxId from the document contents passed in.
Parameters: docType - Parameters: docContent - |
isTaxIdInEmployeesTable | protected static boolean isTaxIdInEmployeesTable(String payeeTaxId)(Code) | | Given the taxId passed in, this method tests whether anyone with that taxId is present in the employees database, and returns
the result of that search.
Parameters: payeeTaxId - A String containing the payeeTaxId to test for. True if the payeeTaxId is found for any employee in the system, False otherwise. |
|
|
|