public class CompoundSelectionImpl<X> extends SelectionImpl<X> implements CompoundSelection<X>, Renderable, Serializable
CompoundSelection
 contract.ParameterContainer.Helper| Constructor and Description | 
|---|
CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder,
                     Class<X> javaType,
                     List<Selection<?>> selectionItems)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Selection<?>> | 
getCompoundSelectionItems()  | 
List<ValueHandlerFactory.ValueHandler> | 
getValueHandlers()  | 
boolean | 
isCompoundSelection()  | 
void | 
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry. 
 | 
String | 
render(RenderingContext renderingContext)  | 
String | 
renderProjection(RenderingContext renderingContext)  | 
aliasforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlias, getJavaTypegetValueHandlerpublic CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, List<Selection<?>> selectionItems)
public boolean isCompoundSelection()
isCompoundSelection in interface Selection<X>isCompoundSelection in class SelectionImpl<X>public List<Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface Selection<X>getCompoundSelectionItems in class SelectionImpl<X>public List<ValueHandlerFactory.ValueHandler> getValueHandlers()
getValueHandlers in interface SelectionImplementor<X>getValueHandlers in class SelectionImpl<X>public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.