|
|||||||||
| Home >> All >> org >> lucane >> server >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.lucane.server.store
Class Store

java.lang.Objectorg.lucane.server.store.Store
- public class Store
- extends java.lang.Object
The unique way to get Stores for the different concepts.
| Field Summary | |
private GroupStore |
group
|
private PluginStore |
plugin
|
private ServiceStore |
service
|
private UserStore |
user
|
| Constructor Summary | |
Store()
Constructor. |
|
| Method Summary | |
GroupStore |
getGroupStore()
Get the GroupStore |
PluginStore |
getPluginStore()
Get the PluginStore |
ServiceStore |
getServiceStore()
Get the ServiceStore |
UserStore |
getUserStore()
Get the UserStore |
private void |
setInitialData()
Set some default initial data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
group
private GroupStore group
plugin
private PluginStore plugin
service
private ServiceStore service
user
private UserStore user
| Constructor Detail |
Store
public Store()
throws java.lang.Exception
- Constructor.
Instantiate the managers and set some initial data if necessary
| Method Detail |
getGroupStore
public GroupStore getGroupStore()
- Get the GroupStore
getPluginStore
public PluginStore getPluginStore()
- Get the PluginStore
getServiceStore
public ServiceStore getServiceStore()
- Get the ServiceStore
getUserStore
public UserStore getUserStore()
- Get the UserStore
setInitialData
private void setInitialData()
throws java.lang.Exception
- Set some default initial data.
Called by the constructor.
|
|||||||||
| Home >> All >> org >> lucane >> server >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.lucane.server.store.Store