com.waveset.session
Class LoginModGroupUpdater

java.lang.Object
  extended bycom.waveset.session.LoginModGroupUpdater
All Implemented Interfaces:
ImportCommand

public class LoginModGroupUpdater
extends java.lang.Object
implements ImportCommand

This ImportCommand performs updates of LoginModGroup objects.

Currently, only "deleteList" is supported. This will delete the specified LoginModGroup objects if they are not being referenced by any LoginApp object.

There are two additional useful debugging attributes which you can also specify:

"verbose" -- do verbose tracing if true

"noUpdate" -- if true, don't update the repo


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
LoginModGroupUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Update existing LoginModGroup objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

LoginModGroupUpdater

public LoginModGroupUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Update existing LoginModGroup objects

Specified by:
process in interface ImportCommand
Throws:
WavesetException