Package wowodc.background.tasks

Examples of wowodc.background.tasks.T06EOFFactorialUpdateTask


  public void refresh() {
    ERXEOControlUtilities.refreshObject(taskInfo());
  }
 
  public WOActionResults processFactorials() {
    T06EOFFactorialUpdateTask task = new T06EOFFactorialUpdateTask(taskInfo());
   
    CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
    nextPage.setTask(task);
    return nextPage;
  }
View Full Code Here

TOP

Related Classes of wowodc.background.tasks.T06EOFFactorialUpdateTask

Copyright © 2018 www.massapicom. 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.