Package org.openmrs.aop

This package contains the classes associated with Aspect Oriented Programming (AOP).

See:
          Description

Class Summary
AuthorizationAdvice This class provides the authorization AOP advice performed before every service layer method call.
LoggingAdvice This class provides the log4j aop around advice for our service layer.
RequiredDataAdvice This class provides the AOP around each save, (un)void, and (un)retire method in the service layer so that the required data (like creator, dateChanged, dateVoided, etc) can be set automatically and the developer doesn't have to worry about doing it explicitly in the service impl method.
 

Package org.openmrs.aop Description

This package contains the classes associated with Aspect Oriented Programming (AOP). The main use currently is just with authorization


OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change