public class ProtocolNotepadServiceImpl extends Object implements ProtocolNotepadService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
ProtocolNotepadServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.kim.api.identity.PersonService |
getPersonService()
Gets the personService attribute.
|
void |
setPersonService(org.kuali.rice.kim.api.identity.PersonService personService)
Sets the personService attribute value.
|
void |
setProtocolNotepadUpdateUsersName(List<ProtocolNotepadBase> protocolNotepads)
Populate the updateUserFullName transient field in each ProtocolNotepadBase object in the list param.
|
public void setProtocolNotepadUpdateUsersName(List<ProtocolNotepadBase> protocolNotepads)
ProtocolNotepadServicesetProtocolNotepadUpdateUsersName in interface ProtocolNotepadServiceprotocolNotepads - The list of ProtocolNotepadBase objects you wish to populate the updateUserFullName field on.ProtocolNotepadService.setProtocolNotepadUpdateUsersName(java.util.List)public org.kuali.rice.kim.api.identity.PersonService getPersonService()
public void setPersonService(org.kuali.rice.kim.api.identity.PersonService personService)
personService - The personService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.