org.mmbase.module
Class MMUsers
java.lang.Object
org.mmbase.util.functions.FunctionProvider
org.mmbase.util.functions.DescribedFunctionProvider
org.mmbase.module.Module
org.mmbase.module.ProcessorModule
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:
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MMUsers
public MMUsers()
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