KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > manentia > kasai > operative > OperativeDAO


1 /*
2  * UserDAO.java
3  *
4  * Created on 28 de marzo de 2005, 13:45
5  */

6
7 package org.manentia.kasai.operative;
8
9 import java.util.Collection JavaDoc;
10 import org.manentia.kasai.Group;
11 import org.manentia.kasai.exceptions.*;
12
13 /**
14  *
15  * @author rzuasti
16  */

17 public interface OperativeDAO {
18     public Collection JavaDoc listGroupsOperative(String JavaDoc operative, String JavaDoc object) throws DataAccessException;
19     
20     public Collection JavaDoc list(String JavaDoc idOperative) throws DataAccessException;
21     
22     public Collection JavaDoc listUsersOperative(String JavaDoc operative, String JavaDoc object) throws DataAccessException;
23 }
24
Free Books   Free Magazines  
Popular Tags