Synergy Home Page

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

Fields inherited from class au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
item, kDeleteSelf, kFailed, kInvalidPrivilege, kLowPrivilege, kNameTooShort, kNotFound, kSuccess
 
Fields inherited from class au.edu.swin.synergy.kernel.BCommandEvent
connectionID, index, kBroadcast, kClient, kClientDone, kLocal, kServer, kServerDone, networkStatus, serialVersionUID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BUpdateGroupCE(Object source, BGroup newGroup, BCommandComplete complete)
          Creates a new update group ce Please complete the missing tags for BUpdateGroupCE
 
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.plugin.userdb.event.BUpdatePrivilegedCE
getItem, getStatus, setItem, setStatus
 
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
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BUpdateGroupCE

public BUpdateGroupCE(Object source,
                      BGroup newGroup,
                      BCommandComplete complete)
Creates a new update group ce Please complete the missing tags for BUpdateGroupCE
Parameters:
-  
Method Detail

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:
 

Synergy Home Page