Uses of Class
org.openwms.core.annotation.FireAfterTransaction

Packages that use FireAfterTransaction
org.openwms.core.service.spring This package contains service implementations of the CORE project, implemented with the Spring framework. 
org.openwms.core.service.spring.aop This package contains AOP artifacts. 
 

Uses of FireAfterTransaction in org.openwms.core.service.spring
 

Methods in org.openwms.core.service.spring with annotations of type FireAfterTransaction
 void UserServiceImpl.changeUserPassword(UserPassword userPassword)
          Change the current Users password.
 List<Grant> SecurityServiceImpl.mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 void UserServiceImpl.remove(User user)
          Remove an User.
 User UserServiceImpl.save(User user)
          Update the given User or persist it when it is a transient one.
 User UserServiceImpl.saveUserProfile(User user, UserPassword userPassword, UserPreference... prefs)
          Save changes on an User and additionally save the User's password and preferences.
 void UserServiceImpl.uploadImageFile(String username, byte[] image)
          Call this method to store an image for an User.
 

Uses of FireAfterTransaction in org.openwms.core.service.spring.aop
 

Methods in org.openwms.core.service.spring.aop with parameters of type FireAfterTransaction
 void UserChangedEventAspect.fireUserEvent(Object publisher, FireAfterTransaction events)
          Only ApplicationEvents are created and published over Springs ApplicationContext.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.