Package easyJ.database.dao

Examples of easyJ.database.dao.OrderRule


    lower.setUseState("Y");

    Dictionary upper = (Dictionary) BeanUtil.cloneObject(lower);
    upper.setParentId(null);

    OrderRule orderRule = new OrderRule();
    orderRule.setOrderColumn("dicSequence");
    orderRule.setOrderDirection(OrderDirection.ASC);
    OrderRule[] orderRules = { orderRule };
    ArrayList list = sdp.query(lower, upper, orderRules);
    return getRadios(list, propertyName, propertyValue, line);
  }
View Full Code Here

TOP

Related Classes of easyJ.database.dao.OrderRule

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.