@Handler(supports=Person.class) public class PersonVoidHandler extends java.lang.Object implements VoidHandler<Person>
Person
object when a void* method
is called with this class. This differs from the BaseVoidHandler
because the Person
object contains personVoided* attributes instead of the normal voided attributesRequiredDataAdvice
,
UnvoidHandler
Constructor and Description |
---|
PersonVoidHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Person person,
User voidingUser,
java.util.Date voidedDate,
java.lang.String voidReason)
Sets all personVoid* attributes to the given parameters.
|
public void handle(Person person, User voidingUser, java.util.Date voidedDate, java.lang.String voidReason)
handle
in interface RequiredDataHandler<Person>
handle
in interface VoidHandler<Person>
person
- an OpenmrsObject
that needs to have some required data setvoidingUser
- the currently authenticated User
voidedDate
- the current Date
voidReason
- (optional) would be the second argument in the save/void/unvoid/etc method, if
existsRequiredDataHandler.handle(org.openmrs.OpenmrsObject,
org.openmrs.User, java.util.Date, java.lang.String)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.