Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.server.store
Class Store  view Store download Store.java

java.lang.Object
  extended byorg.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.