|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Group
Field Summary | |
---|---|
static int |
OBJECT_CHANGE_ADDUSER
|
static int |
OBJECT_CHANGE_NAME
|
static int |
OBJECT_CHANGE_REMOVEUSER
|
Method Summary | |
---|---|
void |
addUser(Long userID,
Session s)
--- |
void |
addUser(User usr,
Session s)
--- |
Long |
getID()
--- |
String |
getName()
--- |
List |
getUsers()
--- |
void |
removeUser(Long userID,
Session s)
--- |
void |
removeUser(User usr,
Session s)
--- |
void |
setName(String newName,
Session s)
--- |
Field Detail |
---|
static final int OBJECT_CHANGE_NAME
static final int OBJECT_CHANGE_ADDUSER
static final int OBJECT_CHANGE_REMOVEUSER
Method Detail |
---|
Long getID()
String getName()
List getUsers()
void setName(String newName, Session s) throws PersistenceException, SecurityException
PersistenceException
SecurityException
void addUser(Long userID, Session s) throws PersistenceException, SecurityException
PersistenceException
SecurityException
void addUser(User usr, Session s) throws PersistenceException, SecurityException
PersistenceException
SecurityException
void removeUser(Long userID, Session s) throws PersistenceException, SecurityException
PersistenceException
SecurityException
void removeUser(User usr, Session s) throws PersistenceException, SecurityException
PersistenceException
SecurityException
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |