@Handler(supports=ConceptProposal.class) public class ConceptProposalHandler extends java.lang.Object implements SaveHandler<ConceptProposal>
ConceptProposal objects when they are saved via a save* method in
 an Openmrs Service. This handler is automatically called by the RequiredDataAdvice AOP
 class. | Constructor and Description | 
|---|
ConceptProposalHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(ConceptProposal cp,
      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. 
 | 
public void handle(ConceptProposal cp, User creator, java.util.Date dateCreated, java.lang.String other)
SaveHandlerhandle in interface RequiredDataHandler<ConceptProposal>handle in interface SaveHandler<ConceptProposal>cp - 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)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.