Uses of Interface
fr.becpg.repo.helper.RepoService
Packages that use RepoService
Package
Description
-
Uses of RepoService in fr.becpg.repo.admin.impl
Fields in fr.becpg.repo.admin.impl declared as RepoServiceModifier and TypeFieldDescriptionprotected RepoServiceAbstractInitVisitorImpl.repoServiceThe repository service for repository operations. -
Uses of RepoService in fr.becpg.repo.admin.patch
Fields in fr.becpg.repo.admin.patch declared as RepoServiceMethods in fr.becpg.repo.admin.patch with parameters of type RepoServiceModifier and TypeMethodDescriptionvoidAbstractBeCPGPatch.setRepoService(RepoService repoService) protected -
Uses of RepoService in fr.becpg.repo.authentication
Fields in fr.becpg.repo.authentication declared as RepoService -
Uses of RepoService in fr.becpg.repo.entity.datalist.policy
Fields in fr.becpg.repo.entity.datalist.policy declared as RepoServiceMethods in fr.becpg.repo.entity.datalist.policy with parameters of type RepoServiceModifier and TypeMethodDescriptionvoidSortableListPolicy.setRepoService(RepoService repoService) Setter for the fieldrepoService. -
Uses of RepoService in fr.becpg.repo.entity.impl
Fields in fr.becpg.repo.entity.impl declared as RepoServiceModifier and TypeFieldDescriptionprivate RepoServiceAutoNumServiceImpl.repoServiceprivate RepoServiceEntityListDAOImpl.repoService -
Uses of RepoService in fr.becpg.repo.entity.version
Fields in fr.becpg.repo.entity.version declared as RepoServiceModifier and TypeFieldDescriptionprivate RepoServiceEntityVersionServiceImpl.repoServiceprivate RepoServiceVersionCleanerServiceImpl.repoService -
Uses of RepoService in fr.becpg.repo.helper.impl
Classes in fr.becpg.repo.helper.impl that implement RepoService -
Uses of RepoService in fr.becpg.repo.hierarchy.impl
Fields in fr.becpg.repo.hierarchy.impl declared as RepoService -
Uses of RepoService in fr.becpg.repo.jscript
Fields in fr.becpg.repo.jscript declared as RepoServiceMethods in fr.becpg.repo.jscript with parameters of type RepoServiceModifier and TypeMethodDescriptionvoidBeCPGScriptHelper.setRepoService(RepoService repoService) Setter for the fieldrepoService. -
Uses of RepoService in fr.becpg.repo.license
Fields in fr.becpg.repo.license declared as RepoService -
Uses of RepoService in fr.becpg.repo.notification.impl
Fields in fr.becpg.repo.notification.impl declared as RepoService -
Uses of RepoService in fr.becpg.repo.olap.impl
Fields in fr.becpg.repo.olap.impl declared as RepoService -
Uses of RepoService in fr.becpg.repo.report.entity.impl
Fields in fr.becpg.repo.report.entity.impl declared as RepoServiceModifier and TypeFieldDescriptionprotected RepoServiceDefaultEntityReportExtractor.repoServiceprotected RepoServiceEntityReportServiceImpl.repoService -
Uses of RepoService in fr.becpg.repo.search.impl
Fields in fr.becpg.repo.search.impl declared as RepoService -
Uses of RepoService in fr.becpg.repo.template.impl
Fields in fr.becpg.repo.template.impl declared as RepoServiceModifier and TypeFieldDescriptionprivate RepoServiceFreemarkerTemplateRenderServiceImpl.repoServiceprivate final RepoServiceRepositoryTemplateLoader.repoServiceMethods in fr.becpg.repo.template.impl with parameters of type RepoServiceModifier and TypeMethodDescriptionvoidFreemarkerTemplateRenderServiceImpl.setRepoService(RepoService repoService) Setter for the fieldrepoService.Constructors in fr.becpg.repo.template.impl with parameters of type RepoServiceModifierConstructorDescriptionRepositoryTemplateLoader(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.ContentService contentService, RepoService repoService, String folderPath) Constructor for RepositoryTemplateLoader.