Uses of Interface
com.broadleafcommerce.common.extension.projection.Projection
- 
Packages that use Projection Package Description com.broadleafcommerce.common.extension com.broadleafcommerce.common.extension.projection  - 
- 
Uses of Projection in com.broadleafcommerce.common.extension
Methods in com.broadleafcommerce.common.extension that return Projection Modifier and Type Method Description static <T> Projection<T>ProjectionTypeFactory. get(Class<T> from)RetrieveProjectioninstance referencing the persistence domain class type.static <T> Projection<T>ProjectionTypeFactory. get(Class<T> from, String id)RetrieveProjectioninstance referencing the persistence domain class type. - 
Uses of Projection in com.broadleafcommerce.common.extension.projection
Methods in com.broadleafcommerce.common.extension.projection with type parameters of type Projection Modifier and Type Method Description static <H extends Projection<?>>
HProjection. from(Object val)Convenience method for casting to a Projection instance from a supertype.Methods in com.broadleafcommerce.common.extension.projection that return Projection Modifier and Type Method Description static <T> Projection<T>Projection. get(Class<T> from)RetrieveProjectioninstance referencing the persistence domain class type.static <T> Projection<T>Projection. get(Class<T> from, String id)RetrieveProjectioninstance referencing the persistence domain class type. 
 -