Uses of Class
org.cxbox.core.service.drilldown.filter.FB

Packages that use FB
  • Uses of FB in org.cxbox.core.service.drilldown.filter

    Classes in org.cxbox.core.service.drilldown.filter with type parameters of type FB
    Modifier and Type
    Class
    Description
    class 
    FB<D extends org.cxbox.api.data.dto.DataResponseDTO,S extends FB<D,S>>
    Abstract base class FB for building URL-encoded filter strings for business components.
    Methods in org.cxbox.core.service.drilldown.filter with type parameters of type FB
    Modifier and Type
    Method
    Description
    <D extends org.cxbox.api.data.dto.DataResponseDTO, F extends FB<D, F>>
    FC
    FC.add(org.cxbox.api.data.BcIdentifier bc, Class<D> dtoClass, com.fasterxml.jackson.core.type.TypeReference<F> token, Consumer<F> filterBuilder)
    Adds a custom filter builder for the specified BC identifier and DTO class using a type token.
    Method parameters in org.cxbox.core.service.drilldown.filter with type arguments of type FB
    Modifier and Type
    Method
    Description
    <D extends org.cxbox.api.data.dto.DataResponseDTO>
    FC
    FC.add(org.cxbox.api.data.BcIdentifier bc, Class<D> dtoClass, Consumer<FB<D,?>> consumer)
    Adds a default filter builder for the specified BC identifier and DTO class.