Class ProgramSearchable.ProgramThroughProgramPartsQuery
- java.lang.Object
 - 
- org.ametys.cms.search.query.JoinQuery
 - 
- org.ametys.plugins.odfweb.service.search.ProgramSearchable.ProgramThroughProgramPartsQuery
 
 
 
- 
- All Implemented Interfaces:
 Query
- Enclosing class:
 - ProgramSearchable
 
protected static class ProgramSearchable.ProgramThroughProgramPartsQuery extends JoinQuery
AQuerythat returns Programs, by querying their child ProgramParts 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedProgramThroughProgramPartsQuery(Query subQuery)Builds a ProgramThroughProgramPartsQuery 
 - 
 
- 
- 
Constructor Detail
- 
ProgramThroughProgramPartsQuery
protected ProgramThroughProgramPartsQuery(Query subQuery)
Builds a ProgramThroughProgramPartsQuery- Parameters:
 subQuery- The query on ProgramParts
 
 - 
 
 -