com.liferay.portlet.wiki.engines.jspwiki
Class LiferayGroupDatabase
java.lang.Object
com.liferay.portlet.wiki.engines.jspwiki.LiferayGroupDatabase
- All Implemented Interfaces:
- com.ecyrd.jspwiki.auth.authorize.GroupDatabase
public class LiferayGroupDatabase
- extends Object
- implements com.ecyrd.jspwiki.auth.authorize.GroupDatabase
Method Summary |
void |
commit()
|
void |
delete(com.ecyrd.jspwiki.auth.authorize.Group group)
|
com.ecyrd.jspwiki.auth.authorize.Group[] |
groups()
|
void |
initialize(com.ecyrd.jspwiki.WikiEngine engine,
Properties props)
|
void |
save(com.ecyrd.jspwiki.auth.authorize.Group group,
Principal modifier)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayGroupDatabase
public LiferayGroupDatabase()
commit
public void commit()
- Specified by:
commit
in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
delete
public void delete(com.ecyrd.jspwiki.auth.authorize.Group group)
- Specified by:
delete
in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
groups
public com.ecyrd.jspwiki.auth.authorize.Group[] groups()
- Specified by:
groups
in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
initialize
public void initialize(com.ecyrd.jspwiki.WikiEngine engine,
Properties props)
- Specified by:
initialize
in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase
save
public void save(com.ecyrd.jspwiki.auth.authorize.Group group,
Principal modifier)
- Specified by:
save
in interface com.ecyrd.jspwiki.auth.authorize.GroupDatabase