|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.api.handler.ConceptProposalHandler
@Handler(supports=ConceptProposal.class) public class ConceptProposalHandler
This class deals with 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 Summary | |
---|---|
ConceptProposalHandler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConceptProposalHandler()
Method Detail |
---|
public void handle(ConceptProposal cp, User creator, java.util.Date dateCreated, java.lang.String other)
SaveHandler
handle
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)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |