Package com.changestuffs.server.utils

Examples of com.changestuffs.server.utils.UserBeanOAM.updateUser()


  public UpdateUserInfoResult execute(UpdateUserInfo action,
      ExecutionContext context) throws ActionException {
    UserService userService = UserServiceFactory.getUserService();
    User user = userService.getCurrentUser();
    UserBeanOAM oam = provider.get();
    oam.updateUser(action, user.getEmail());
    return new UpdateUserInfoResult();
  }

  @Override
  public void undo(UpdateUserInfo action, UpdateUserInfoResult result,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.