Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
e2ae30e55bc2a997923463dd2a1274c67fdc73a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package businessLogic;

import java.rmi.RemoteException;
import java.util.Vector;

import domain.Owner;

public interface OwnerManagerInterface {


	public Vector<Owner> getOwners() throws RemoteException,
	Exception;
	
}

Commits for RRRRHHHH_CoderuralHouses/src/businessLogic/OwnerManagerInterface.java

Diff revisions: vs.
Revision Author Commited Message
e2ae30 ... Diff Diff Eneko Pinzolas Murua Tue 14 Apr, 2015 15:07:35 +0000

imports leaned

e16868 ... Eneko Pinzolas Murua Mon 09 Mar, 2015 13:02:33 +0000

deleted aplicationFacade and imported it’s functions to specific business logics.