|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int OBJECT_CHANGE_NAME
public static final int OBJECT_CHANGE_ADDUSER
public static final int OBJECT_CHANGE_REMOVEUSER
Method Detail |
public Long getID()
public String getName()
public List getUsers()
public void setName(String newName, Session s) throws PersistenceException, SecurityException
public void addUser(Long userID, Session s) throws PersistenceException, SecurityException
public void addUser(User usr, Session s) throws PersistenceException, SecurityException
public void removeUser(Long userID, Session s) throws PersistenceException, SecurityException
public void removeUser(User usr, Session s) throws PersistenceException, SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |