| Package | Description |
|---|---|
| org.kuali.kra.dao | |
| org.kuali.kra.dao.ojb | |
| org.kuali.kra.printing.service.impl | |
| org.kuali.kra.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<PersonSignature> |
PersonSignatureDao.getPersonSignatureForPersonIds(Collection<String> personIds)
This method is to fetch a list of person signature based on a set
of person ids
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonSignature> |
PersonSignatureDaoOjb.getPersonSignatureForPersonIds(Collection<String> personIds) |
| Modifier and Type | Method and Description |
|---|---|
protected PersonSignature |
PersonSignatureServiceImpl.getAdminSignature()
This method is to get the default administrator signature
|
protected PersonSignature |
PersonSignatureServiceImpl.getLoggedinPersonSignature(String personId)
This method is to get logged in person signature
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteArrayOutputStream |
PersonSignatureServiceImpl.applyAutographInDocument(PersonSignature personSignature,
ByteArrayOutputStream originalByteArrayOutputStream)
This method is to apply signature in the document.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PersonSignature> |
PersonSignatureLookupableHelperServiceImpl.filterSearchResults(List<PersonSignature> searchResults,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PersonSignature> |
PersonSignatureLookupableHelperServiceImpl.filterSearchResults(List<PersonSignature> searchResults,
String userName) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.