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

com.antiaction.raptor.dao.ITreeContentProvider Maven / Gradle / Ivy

/*
 * Created on 26/05/2010
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */

package com.antiaction.raptor.dao;

import java.sql.Connection;
import java.util.List;

public interface ITreeContentProvider {

	public List getTreeItems(SecurityEntityBase user, Connection conn, int parent_id);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy