Package evolaris.framework.async.business

Examples of evolaris.framework.async.business.SmsDbManager.modifyInvocation()


   * @see evolaris.framework.sys.web.form.EnterEditDuplicateForm#modifyEntry(java.lang.Object, java.util.Locale, org.hibernate.Session)
   */
  @Override
  public void modifyEntry(Invocation invocation, Locale locale, Session session) {
    SmsDbManager smsDbManager = new SmsDbManager(locale,session);
    smsDbManager.modifyInvocation(invocation);
  }



  /* (non-Javadoc)
 
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.