Package evolaris.framework.sys.business

Examples of evolaris.framework.sys.business.ApplicationManager.deleteApplication()


   * @see evolaris.framework.sys.web.form.EnterEditDuplicateForm#delete(java.lang.Object, java.util.Locale, org.hibernate.Session, org.apache.struts.util.MessageResources)
   */
  @Override
  public void deleteEntry(Application application, Locale locale, Session session, MessageResources resources) {
    ApplicationManager applicationManager = new ApplicationManager(locale,session);
    applicationManager.deleteApplication(application);
       }


  public String getDescription() {
    return description;
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.