|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.api.handler.PersonNameSaveHandler
@Handler(supports=PersonName.class) public class PersonNameSaveHandler
This is called every time a PersonName
object is saved. The current implemention just
trims out the whitespace from the beginning and end of the given/middle/familyname/familyName2
attributes
Constructor Summary | |
---|---|
PersonNameSaveHandler()
|
Method Summary | |
---|---|
void |
handle(PersonName personName,
User creator,
java.util.Date dateCreated,
java.lang.String other)
This method is used by the implementing classes to set any required data that it needs to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersonNameSaveHandler()
Method Detail |
---|
public void handle(PersonName personName, User creator, java.util.Date dateCreated, java.lang.String other)
SaveHandler
handle
in interface RequiredDataHandler<PersonName>
handle
in interface SaveHandler<PersonName>
personName
- an OpenmrsObject that needs to have some required data setcreator
- the user who is saving this objectdateCreated
- the datetime this object is being savedother
- (optional) would be the second argument in the save method, if existsSaveHandler.handle(org.openmrs.OpenmrsObject, org.openmrs.User,
java.util.Date, java.lang.String)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |