Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
202 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
/**
4
 * @author Jorge Machado
5
 * @date 2/Mar/2008
6
 * @time 10:28:05
7
 * @see pt.estgp.estgweb.domain
8
 */
9
public interface ICanLoad
10
{
11
 
12
    public boolean canLoad(GenericUserImpl u);
13
    public boolean canLoadInOpenTransaction(GenericUserImpl u);
14
 
15
}