Uses of Interface
org.silverpeas.core.admin.service.OrganizationController
-
Packages that use OrganizationController Package Description org.silverpeas.cmis.walkers Provides an hierarchy of walkers of the CMIS objects tree backed by the CMIS repository.org.silverpeas.core.admin.service Provides the services to manage and to access an organizational structure in Silverpeas.org.silverpeas.core.admin.user.model Provides the interfaces modelling a user and a user group in Silverpeas.org.silverpeas.core.comment.service org.silverpeas.core.web.admin.migration org.silverpeas.core.web.look org.silverpeas.core.web.mvc.controller org.silverpeas.core.web.mvc.route org.silverpeas.core.web.rs Provides the API to build REST-based web services in Silverpeas.org.silverpeas.core.webapi.admin org.silverpeas.core.webapi.pdc Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. -
-
Uses of OrganizationController in org.silverpeas.cmis.walkers
Methods in org.silverpeas.cmis.walkers that return OrganizationController Modifier and Type Method Description protected OrganizationController
AbstractCmisObjectsTreeWalker. getController()
Gets anOrganizationController
object to access, create and modify an object in Silverpeas. -
Uses of OrganizationController in org.silverpeas.core.admin.service
Classes in org.silverpeas.core.admin.service that implement OrganizationController Modifier and Type Class Description class
DefaultOrganizationController
Methods in org.silverpeas.core.admin.service that return OrganizationController Modifier and Type Method Description static OrganizationController
OrganizationController. get()
Gets an object satisfying theOrganizationController
interface.static OrganizationController
OrganizationControllerProvider. getOrganisationController()
-
Uses of OrganizationController in org.silverpeas.core.admin.user.model
Methods in org.silverpeas.core.admin.user.model that return OrganizationController Modifier and Type Method Description protected static OrganizationController
GroupDetail. getOrganisationController()
protected static OrganizationController
UserDetail. getOrganisationController()
-
Uses of OrganizationController in org.silverpeas.core.comment.service
Methods in org.silverpeas.core.comment.service that return OrganizationController Modifier and Type Method Description protected OrganizationController
DefaultCommentService. getOrganisationController()
Gets an organization controller. -
Uses of OrganizationController in org.silverpeas.core.web.admin.migration
Methods in org.silverpeas.core.web.admin.migration that return OrganizationController Modifier and Type Method Description OrganizationController
DomainSP2LDAPBatch. getOrganisationController()
-
Uses of OrganizationController in org.silverpeas.core.web.look
Methods in org.silverpeas.core.web.look that return OrganizationController Modifier and Type Method Description protected OrganizationController
LookSilverpeasV5Helper. getOrganisationController()
-
Uses of OrganizationController in org.silverpeas.core.web.mvc.controller
Methods in org.silverpeas.core.web.mvc.controller that return OrganizationController Modifier and Type Method Description OrganizationController
AbstractComponentSessionController. getOrganisationController()
OrganizationController
ComponentSessionController. getOrganisationController()
Return the organizationControllerOrganizationController
SilverpeasWebUtil. getOrganisationController()
-
Uses of OrganizationController in org.silverpeas.core.web.mvc.route
Methods in org.silverpeas.core.web.mvc.route that return OrganizationController Modifier and Type Method Description protected OrganizationController
ComponentRequestRouter. getOrganizationController()
-
Uses of OrganizationController in org.silverpeas.core.web.rs
Methods in org.silverpeas.core.web.rs that return OrganizationController Modifier and Type Method Description protected OrganizationController
RESTWebService. getOrganisationController()
Gets the organization controller. -
Uses of OrganizationController in org.silverpeas.core.webapi.admin
Fields in org.silverpeas.core.webapi.admin declared as OrganizationController Modifier and Type Field Description protected OrganizationController
AbstractAdminResource. orgaController
-
Uses of OrganizationController in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return OrganizationController Modifier and Type Method Description OrganizationController
PdcServiceProvider. getOrganisationController()
-