Package net.sf.minuteProject.configuration.bean.model

Examples of net.sf.minuteProject.configuration.bean.model.Entity


  public String getEditURL (String tableName, String field, String entity) {
    return getDefaultRootURLBeginner()+"?table="+tableName+"&"+ACTION_NAME+"=edit&"+DBTemplateUtils.getJavaNameVariable(field)+"=<c:out value=\"${"+entity+"."+DBTemplateUtils.getJavaNameVariable(field)+"}\"/>"
 

  public String getSearchByIdURL (LogicalLink link) {
    Entity linkEntity= link.getEntity();
    return getSearchByIdURL(linkEntity.getRefname(),((Field) linkEntity.getFields().get(0)).getRefname());
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.configuration.bean.model.Entity

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.