Uses of Interface
org.alfresco.repo.domain.query.CannedQueryDAO
Packages that use CannedQueryDAO
Package
Description
-
Uses of CannedQueryDAO in org.alfresco.repo.blog.cannedqueries
Constructors in org.alfresco.repo.blog.cannedqueries with parameters of type CannedQueryDAOModifierConstructorDescriptionDraftsAndPublishedBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.calendar.cannedqueries
Constructors in org.alfresco.repo.calendar.cannedqueries with parameters of type CannedQueryDAOModifierConstructorDescriptionGetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.copy.query
Fields in org.alfresco.repo.copy.query declared as CannedQueryDAOModifier and TypeFieldDescriptionprotected CannedQueryDAOAbstractCopyCannedQueryFactory.cannedQueryDAOMethods in org.alfresco.repo.copy.query with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidAbstractCopyCannedQueryFactory.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) -
Uses of CannedQueryDAO in org.alfresco.repo.discussion.cannedqueries
Constructors in org.alfresco.repo.discussion.cannedqueries with parameters of type CannedQueryDAOModifierConstructorDescriptionGetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.doclink
Methods in org.alfresco.repo.doclink with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidDocumentLinkServiceImpl.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) Constructors in org.alfresco.repo.doclink with parameters of type CannedQueryDAOModifierConstructorDescriptionGetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.domain.query
Classes in org.alfresco.repo.domain.query that implement CannedQueryDAOModifier and TypeClassDescriptionclassDAO implementation providing canned query support. -
Uses of CannedQueryDAO in org.alfresco.repo.domain.query.ibatis
Classes in org.alfresco.repo.domain.query.ibatis that implement CannedQueryDAOModifier and TypeClassDescriptionclassDAO implementation providing canned query support. -
Uses of CannedQueryDAO in org.alfresco.repo.download.cannedquery
Constructors in org.alfresco.repo.download.cannedquery with parameters of type CannedQueryDAOModifierConstructorDescriptionGetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.model.filefolder
Constructors in org.alfresco.repo.model.filefolder with parameters of type CannedQueryDAOModifierConstructorDescriptionGetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, TenantService tenantService, NodeService nodeService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params, HiddenAspect hiddenAspect, DictionaryService dictionaryService, Set<QName> ignoreAspectQNames) -
Uses of CannedQueryDAO in org.alfresco.repo.node.archive
Constructors in org.alfresco.repo.node.archive with parameters of type CannedQueryDAOModifierConstructorDescriptionGetArchivedNodesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeDAO nodeDAO, MethodSecurityBean<ArchivedNodeEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as CannedQueryDAOModifier and TypeFieldDescriptionprotected CannedQueryDAOGetChildrenCannedQueryFactory.cannedQueryDAOMethods in org.alfresco.repo.node.getchildren with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidGetChildrenCannedQueryFactory.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) Constructors in org.alfresco.repo.node.getchildren with parameters of type CannedQueryDAOModifierConstructorDescriptionGetChildrenAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeBackedEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) GetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, TenantService tenantService, NodeService nodeService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params) GetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.query
Fields in org.alfresco.repo.query declared as CannedQueryDAOModifier and TypeFieldDescriptionprotected CannedQueryDAOAbstractQNameAwareCannedQueryFactory.cannedQueryDAOMethods in org.alfresco.repo.query with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidAbstractQNameAwareCannedQueryFactory.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) -
Uses of CannedQueryDAO in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidAuthorityDAOImpl.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) voidGetAuthoritiesCannedQueryFactory.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) Constructors in org.alfresco.repo.security.authority with parameters of type CannedQueryDAOModifierConstructorDescriptionGetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.security.person
Fields in org.alfresco.repo.security.person declared as CannedQueryDAOModifier and TypeFieldDescriptionprotected CannedQueryDAOGetPeopleCannedQueryFactory.cannedQueryDAOMethods in org.alfresco.repo.security.person with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidGetPeopleCannedQueryFactory.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) Constructors in org.alfresco.repo.security.person with parameters of type CannedQueryDAOModifierConstructorDescriptionGetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, TenantService tenantService, NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type CannedQueryDAOModifier and TypeMethodDescriptionvoidRepoUsageComponentImpl.setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)