com.groiss.org
Interface RightCheck

All Known Implementing Classes:
DocForm, FolderForm, com.dec.avw.core.Form

public interface RightCheck


Method Summary
 boolean mayDelete(User u)
           
 boolean mayInsert(User u)
           
 boolean mayUpdate(User u)
           
 

Method Detail

mayInsert

boolean mayInsert(User u)
                  throws java.lang.Exception
Throws:
java.lang.Exception

mayUpdate

boolean mayUpdate(User u)
                  throws java.lang.Exception
Throws:
java.lang.Exception

mayDelete

boolean mayDelete(User u)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.