|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.organization.BaseOrganizationService
org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl
public class JCROrganizationServiceImpl
Created by The eXo Platform SAS.
Initialization will be performed via OrganizationServiceJCRInitializer.
Date: 24.07.2008
| Field Summary | |
|---|---|
protected org.exoplatform.container.xml.InitParams |
initParams
Initialization parameters. |
protected RegistryService |
registryService
Registry service. |
protected ManageableRepository |
repository
Manageable repository. |
static java.lang.String |
REPOSITORY_NAME
The name of parameter that contain repository name. |
protected java.lang.String |
repositoryName
Contain passed value of repository name in parameters. |
protected RepositoryService |
repositoryService
Repository service. |
static java.lang.String |
STORAGE_PATH
The name of parameter that contain storage path. |
static java.lang.String |
STORAGE_PATH_DEFAULT
Default storage path. |
static java.lang.String |
STORAGE_WORKSPACE
The name of parameter that contain workspace name. |
protected java.lang.String |
storagePath
Contain passed value of storage path in parameters. |
protected java.lang.String |
storageWorkspace
Contain passed value of workspace name in parameters. |
| Fields inherited from class org.exoplatform.services.organization.BaseOrganizationService |
|---|
groupDAO_, listeners_, membershipDAO_, membershipTypeDAO_, userDAO_, userProfileDAO_ |
| Constructor Summary | |
|---|---|
JCROrganizationServiceImpl(org.exoplatform.container.xml.InitParams params,
RepositoryService repositoryService)
JCROrganizationServiceImpl constructor. |
|
JCROrganizationServiceImpl(org.exoplatform.container.xml.InitParams initParams,
RepositoryService repositoryService,
RegistryService registryService)
JCROrganizationServiceImpl constructor. |
|
| Method Summary | |
|---|---|
void |
start()
|
void |
stop()
|
| Methods inherited from class org.exoplatform.services.organization.BaseOrganizationService |
|---|
addListenerPlugin, getGroupHandler, getMembershipHandler, getMembershipTypeHandler, getUserHandler, getUserProfileHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REPOSITORY_NAME
public static final java.lang.String STORAGE_PATH
public static final java.lang.String STORAGE_WORKSPACE
public static final java.lang.String STORAGE_PATH_DEFAULT
protected ManageableRepository repository
protected RepositoryService repositoryService
protected RegistryService registryService
protected java.lang.String storagePath
protected java.lang.String repositoryName
protected java.lang.String storageWorkspace
protected org.exoplatform.container.xml.InitParams initParams
| Constructor Detail |
|---|
public JCROrganizationServiceImpl(org.exoplatform.container.xml.InitParams params,
RepositoryService repositoryService)
throws org.exoplatform.container.configuration.ConfigurationException
params - The initialization parametersrepositoryService - The repository service
org.exoplatform.container.configuration.ConfigurationException - The exception is thrown if can not initialize service
public JCROrganizationServiceImpl(org.exoplatform.container.xml.InitParams initParams,
RepositoryService repositoryService,
RegistryService registryService)
throws org.exoplatform.container.configuration.ConfigurationException
params - The initialization parametersrepositoryService - The repository serviceregistryService - The registry service
org.exoplatform.container.configuration.ConfigurationException - The exception is thrown if can not initialize service| Method Detail |
|---|
public void start()
start in interface org.picocontainer.Startablestart in class org.exoplatform.services.organization.BaseOrganizationServicepublic void stop()
stop in interface org.picocontainer.Startablestop in class org.exoplatform.services.organization.BaseOrganizationService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||