Package com.melitronic.domain.entity

Examples of com.melitronic.domain.entity.Action


  }
 
  public void storeAction(Action action, Person person) {
    DmProduct dmProduct =
      DmProductFactory.instance().getClient(getCallContext());
    Action resp = dmProduct.store(action, getIssue(getSelectedIssue()), person, getCallContext());
   
    action.setId(resp.getId());
   
    // getSelectedIssuesActions().add(resp);
  }
View Full Code Here

TOP

Related Classes of com.melitronic.domain.entity.Action

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.