org.mmbase.module
Class MMUsers

Package class diagram package MMUsers
java.lang.Object
  extended by org.mmbase.util.functions.FunctionProvider
      extended by org.mmbase.util.functions.DescribedFunctionProvider
          extended by org.mmbase.module.Module
              extended by org.mmbase.module.ProcessorModule
                  extended by org.mmbase.module.MMUsers
All Implemented Interfaces:
Descriptor

public class MMUsers
extends ProcessorModule

Version:
$Id: MMUsers.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Arjan Houtman, Daniel Ockeloen
Application:
SCAN
Javadoc:

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mmbase.module.ProcessorModule
ProcessorModule.GetNodeListFunction, ProcessorModule.ProcessFunction, ProcessorModule.ReplaceFunction
 
Field Summary
 
Fields inherited from class org.mmbase.module.ProcessorModule
PARAM_PAGEINFO, PARAMS_PAGEINFO
 
Fields inherited from class org.mmbase.module.Module
configurationPath, getMaintainerFunction, getVersionFunction, STATE_START_TIME
 
Fields inherited from class org.mmbase.util.functions.DescribedFunctionProvider
description, guiName, name
 
Fields inherited from class org.mmbase.util.functions.FunctionProvider
functions, getFunctions
 
Constructor Summary
MMUsers()
           
 
Method Summary
 String createLogin(String loginname, StringTokenizer tokens, scanpage sp)
           
 String doSearchUserNumber(String value)
           
 List<String> getList(PageInfo sp, StringTagger tagger, String value)
          
 String getModuleInfo()
           
 void init()
           
 void reload()
           
 String replace(PageInfo sp, String command)
          Handle a $MOD command
 
Methods inherited from class org.mmbase.module.ProcessorModule
, getListBuilder, getNodeList, onload, process, replace, unload
 
Methods inherited from class org.mmbase.module.Module
addInitParameters, checkModules, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdown, shutdownModules, startModule, startModules
 
Methods inherited from class org.mmbase.util.functions.DescribedFunctionProvider
getDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setName
 
Methods inherited from class org.mmbase.util.functions.FunctionProvider
addFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstance
 
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 String createLogin(String loginname,
                          StringTokenizer tokens,
                          scanpage sp)

doSearchUserNumber

public String doSearchUserNumber(String value)

init

public void init()
Overrides:
init in class ProcessorModule

getList

public List<String> getList(PageInfo sp,
                            StringTagger tagger,
                            String value)

Overrides:
getList in class ProcessorModule

replace

public String replace(PageInfo sp,
                      String command)
Handle a $MOD command

Overrides:
replace in class ProcessorModule

getModuleInfo

public String getModuleInfo()
Overrides:
getModuleInfo in class Module

reload

public void reload()
Overrides:
reload in class ProcessorModule


MMBase Scan 2.0-SNAPSHOT - 2013-03-30T06:50