All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.database.service.TreeService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.database.service;

import java.util.Map;
import java.util.List;

import ars.invoke.local.Api;
import ars.invoke.request.Requester;
import ars.database.service.Service;

/**
 * 树形数据业务操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface TreeService extends Service {
	/**
	 * 获取树对象列表
	 * 
	 * @param requester
	 *            请求对象
	 * @param parameters
	 *            过滤参数
	 * @return 树对象实例列表
	 */
	@Api("trees")
	public List trees(Requester requester, Map parameters);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy