Global Information
| Usual Config. File | Avail. Since | Deprec. Since |
|---|---|---|
| war:/conf/organization/hibernate-configuration.xml, war:/conf/organization/jdbc-configuration.xml or war:/conf/organization/ldap-configuration.xml |
Component Implementations
| Module | Implementation | Description | |
|---|---|---|---|
| core | org.exoplatform.services.organization.hibernate.OrganizationServiceImpl | Organization management by Hibernate mapping | see plugin details below |
| core | org.exoplatform.services.organization.jdbc.OrganizationServiceImpl | Organization management by jdbc direct access | see plugin details below |
| core | org.exoplatform.services.organization.ldap.OrganizationServiceImpl | Organization management by LDAP mapping | How to configure, see plugin details below |
| core | org.exoplatform.services.organization.impl.mock.DummyOrganizationService | Organization management for testing purpose | see plugin details below |
all implementations plugin
Add Plugin Method: addListenerPlugin| Module | Implementation | Description | |
|---|---|---|---|
| core | org.exoplatform.services.organization.UserEventListener | Defines a User preSave, postSave, preDelete and postDelete listener | see implementations below |
| core | org.exoplatform.services.organization.GroupEventListener | Defines a Group preSave, postSave, preDelete and postDelete listener | see implementations below |
| core | org.exoplatform.services.organization.MembershipEventListener | Defines a Membership preSave, postSave, preDelete and postDelete listener | see implementations below |
| core | org.exoplatform.services.organization.OrganizationServiceInitializer | Defines a service initializer | see implementations below |
org.exoplatform.services.organization.UserEventListener's implementation
| Module | Implementation | Description |
|---|---|---|
| core | org.exoplatform.services.organization.impl.NewUserEventListener | Asks the organization manager to add or remove a user |
| jcr | org.exoplatform.services.jcr.ext.hierarchy.impl.NewUserListener | Creates or Removes a user area into the JCR |
| portal | org.exoplatform.portal.config.UserPortalConfigListener | Initializes the user navigation |
| cs | org.exoplatform.content.service.ContentNavListener | Removes the user navigation (deprecated since cs 1.0) |
| cs | org.exoplatform.calendar.service.impl.NewUserListener | Initializes the user calendar |
| cs | org.exoplatform.contact.service.impl.NewUserListener | Initializes the user contacts |
| cs | org.exoplatform.mail.service.impl.NewUserListener | Creates a user mail account |
| cs | org.exoplatform.content.service.UserContentNavListener | Removes the user navigation |
| ecm | org.exoplatform.services.cms.drives.impl.NewUserListener | Defines the default user's drives |
| ecm | org.exoplatform.services.cms.queries.impl.NewUserListener | Defines the default queries in the user area |
org.exoplatform.services.organization.GroupEventListener's implementation
| Module | Implementation | Description |
|---|---|---|
| jcr | org.exoplatform.services.jcr.ext.hierarchy.impl.NewGroupListener | Creates or Removes a group area into the JCR |
| portal | org.exoplatform.portal.config.GroupPortalConfigListener | Initializes the group navigation |
| cs | org.exoplatform.content.service.GroupContentNavListener | Removes the group navigation |
| cs | org.exoplatform.calendar.service.impl.NewGroupListener | Initializes the group calendar |
| ecm | org.exoplatform.services.cms.drives.impl.NewGroupListener | Defines the default group's drives |
org.exoplatform.services.organization.MembershipEventListener's implementation
| Module | Implementation | Description |
|---|---|---|
| cs | org.exoplatform.contact.service.impl.NewMembershipListener | Adds or Removes the user from the group's contacts |
org.exoplatform.services.organization.OrganizationServiceInitializer's implementation
| Module | Implementation | Description |
|---|---|---|
| core | org.exoplatform.services.organization.OrganizationDatabaseInitializer | Creates predefined users, groups and memberships |
on 07/08/2008 at 09:17