com.xpn.xwiki.user.impl.xwiki
Class XWikiGroupServiceImpl
java.lang.Object
com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
- All Implemented Interfaces:
- XWikiDocChangeNotificationInterface, XWikiGroupService
- public class XWikiGroupServiceImpl
- extends java.lang.Object
- implements XWikiGroupService, XWikiDocChangeNotificationInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupCache
private XWikiCache groupCache
XWikiGroupServiceImpl
public XWikiGroupServiceImpl()
init
public void init(XWiki xwiki)
- Specified by:
init
in interface XWikiGroupService
flushCache
public void flushCache()
- Specified by:
flushCache
in interface XWikiGroupService
listGroupsForUser
public java.util.Collection listGroupsForUser(java.lang.String username,
XWikiContext context)
throws XWikiException
- Specified by:
listGroupsForUser
in interface XWikiGroupService
- Throws:
XWikiException
addUserToGroup
public void addUserToGroup(java.lang.String username,
java.lang.String database,
java.lang.String group)
- Specified by:
addUserToGroup
in interface XWikiGroupService
notify
public void notify(XWikiNotificationRule rule,
XWikiDocument newdoc,
XWikiDocument olddoc,
int event,
XWikiContext context)
- Specified by:
notify
in interface XWikiDocChangeNotificationInterface
Copyright 2003 Ludovic Dubost