org.mmbase.module
Class MMUsers

java.lang.Object
  extended byorg.mmbase.module.Module
      extended byorg.mmbase.module.ProcessorModule
          extended byorg.mmbase.module.MMUsers
All Implemented Interfaces:
ProcessorInterface

public class MMUsers
extends ProcessorModule

Version:
$Id: MMUsers.java,v 1.12 2002/07/06 13:16:21 pierre Exp $
Author:
Arjan Houtman, Daniel Ockeloen
Warning: No Java Documentation Available.

Constructor Summary
MMUsers()
           
 
Method Summary
 java.lang.String createLogin(java.lang.String loginname, java.util.StringTokenizer tokens, scanpage sp)
           
 java.lang.String doSearchUserNumber(java.lang.String value)
           
 java.util.Vector getList(scanpage sp, StringTagger tagger, java.lang.String value)
          
 java.lang.String getModuleInfo()
          provide some info on the module
 void init()
          Initializes the module. Init must be overridden to read the environment variables it needs.
This method is called by Module.startModule(), which makes sure it is not called more than once. You should not call init() directly, call startModule() instead.
 void reload()
          What should this do, when is this called? (MM)
 java.lang.String replace(scanpage sp, java.lang.String command)
          Handle a $MOD command
 
Methods inherited from class org.mmbase.module.ProcessorModule
cacheCheck, getListBuilder, getNodeList, onload, process, replace, unload
 
Methods inherited from class org.mmbase.module.Module
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdown, shutdownModules, startModule, startModules, state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMUsers

public MMUsers()
Method Detail

createLogin

public java.lang.String createLogin(java.lang.String loginname,
                                    java.util.StringTokenizer tokens,
                                    scanpage sp)

doSearchUserNumber

public java.lang.String doSearchUserNumber(java.lang.String value)

init

public void init()
Description copied from class: ProcessorModule
Initializes the module. Init must be overridden to read the environment variables it needs.
This method is called by Module.startModule(), which makes sure it is not called more than once. You should not call init() directly, call startModule() instead.

Overrides:
init in class ProcessorModule

getList

public java.util.Vector getList(scanpage sp,
                                StringTagger tagger,
                                java.lang.String value)
                         throws ParseException

Specified by:
getList in interface ProcessorInterface
Overrides:
getList in class ProcessorModule
Throws:
ParseException

replace

public java.lang.String replace(scanpage sp,
                                java.lang.String command)
Handle a $MOD command

Specified by:
replace in interface ProcessorInterface
Overrides:
replace in class ProcessorModule

getModuleInfo

public java.lang.String getModuleInfo()
Description copied from class: Module
provide some info on the module

Overrides:
getModuleInfo in class Module

reload

public void reload()
Description copied from class: ProcessorModule
What should this do, when is this called? (MM)

Overrides:
reload in class ProcessorModule


MMBase build 1.7.4.20050922