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
684 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
/**
4
 * @author: Duarte Santos
5
 * @date: 16-08-2011
6
 * @time: 22:50
7
 * @email: a12564 [at] estgp [dot] pt
8
 */
9
 
10
public interface IEdit
11
{
12
    public boolean canEdit(GenericUserImpl u);
13
    public boolean canEdit(GenericUserImpl u, boolean transaction);
14
}