com.waveset.session
Class LoginModGroupUpdater
java.lang.Object
com.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
LoginModGroupUpdater
public LoginModGroupUpdater()
process
public void process(ImporterContext ctx,
java.util.Map args)
throws WavesetException
- Update existing LoginModGroup objects
- Specified by:
process
in interface ImportCommand
- Throws:
WavesetException