au.edu.swin.synergy.plugin.userdb.event
Class BUpdateGroupCE
java.lang.Object
|
+--java.util.EventObject
|
+--au.edu.swin.synergy.kernel.BCommandEvent
|
+--au.edu.swin.synergy.plugin.userdb.event.BUserDBCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BAdminCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdateGroupCE
- Direct Known Subclasses:
- BAddGroupCE, BRemoveGroupCE
- public class BUpdateGroupCE
- extends BUpdatePrivilegedCE
This provides the same services as the BAddUserCE however
it simply updates the user in the database rather than
adding it as a new one.
Any subclasses of this that wish to have their own error
codes must start from 100 onwards. This is to ensure that
there is room for extension in this event with less room
for conflicts.
- Author:
- Tristan Austin
Please complete these missing tags
- Copyright Belongs To:
-
- See Also:
- Serialized Form
Method Summary |
BGroup |
getGroup()
Please complete the missing tags for getGroup |
void |
setGroup(BGroup newGroup)
Please complete the missing tags for setGroup |
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent |
decrementThreadCount,
doComplete,
doInit,
getAutoComplete,
getCompletionObject,
getCompletionStatus,
getConnectionID,
getIndex,
getNetworkStatus,
getPipe,
getUndoable,
setAutoComplete,
setCompletionObject,
setCompletionStatus,
setConnectionID,
setIndex,
setNetworkStatus,
setPipe,
setThreadCount,
setUndoable |
BUpdateGroupCE
public BUpdateGroupCE(Object source,
BGroup newGroup,
BCommandComplete complete)
- Creates a new update group ce
Please complete the missing tags for BUpdateGroupCE
- Parameters:
-
getGroup
public BGroup getGroup()
- Please complete the missing tags for getGroup
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
setGroup
public void setGroup(BGroup newGroup)
- Please complete the missing tags for setGroup
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-