Subversion Repositories bacoAlunos

Rev

Rev 1306 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
146 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 IAddContents
10
{
11
 
12
    public boolean canAddContent(GenericUserImpl u);
208 jmachado 13
    public boolean canAddContent(GenericUserImpl u, boolean transaction);
146 jmachado 14
 
15
}