Uses of Class
org.cxbox.core.controller.param.QueryParameters
-
-
Uses of QueryParameters in org.cxbox.core.controller
Methods in org.cxbox.core.controller with parameters of type QueryParameters Modifier and Type Method Description ResponseDTOUniversalAssociateController. associate(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters, List<Object> data)ResponseDTOUniversalDataController. count(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)ResponseDTOUniversalDataController. delete(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)ResponseDTOUniversalDataController. find(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)BusinessComponentBCFactory. getBusinessComponent(BcHierarchy bcHierarchy, QueryParameters queryParameters)ResponseDTOUniversalCustomActionController. invoke(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters, Map<String,Map<String,Object>> requestBody)ResponseDTOUniversalRowMetaController. onFieldUpdateMeta(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters, Map<String,Object> requestBody)ResponseDTOUniversalRowMetaController. rowMeta(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)ResponseDTOUniversalRowMetaController. rowMetaEmpty(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)ResponseDTOUniversalRowMetaController. rowMetaNew(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters)ResponseDTOUniversalDataController. update(javax.servlet.http.HttpServletRequest request, QueryParameters queryParameters, Map<String,Object> requestBody) -
Uses of QueryParameters in org.cxbox.core.controller.param
Methods in org.cxbox.core.controller.param that return QueryParameters Modifier and Type Method Description static QueryParametersQueryParameters. emptyQueryParameters()static QueryParametersQueryParameters. of(ParameterHolder<?> holder)static QueryParametersQueryParameters. onlyDatesQueryParameters(QueryParameters other)QueryParametersQueryParameters. store(ParameterHolder<?> holder)Methods in org.cxbox.core.controller.param with parameters of type QueryParameters Modifier and Type Method Description static QueryParametersQueryParameters. onlyDatesQueryParameters(QueryParameters other) -
Uses of QueryParameters in org.cxbox.core.crudma
Methods in org.cxbox.core.crudma that return QueryParameters Modifier and Type Method Description static QueryParametersCrudmaActionHolder. getQueryParameters()Deprecated. -
Uses of QueryParameters in org.cxbox.core.crudma.bc
Constructors in org.cxbox.core.crudma.bc with parameters of type QueryParameters Constructor Description BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy, QueryParameters parameters) -
Uses of QueryParameters in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl with parameters of type QueryParameters Modifier and Type Method Description protected org.cxbox.api.data.ResultPage<E>AbstractResponseService. getPageEntities(BusinessComponent bc, QueryParameters queryParameters) -
Uses of QueryParameters in org.cxbox.core.dao
Methods in org.cxbox.core.dao with parameters of type QueryParameters Modifier and Type Method Description <T> LongBaseDAO. getCount(Class<T> entityClass, Class<?> dtoClazz, org.springframework.data.jpa.domain.Specification<T> searchSpec, QueryParameters parameters)<T,X>
LongBaseDAO. getCount(Class<T> clazz, Class dtoClazz, javax.persistence.metamodel.SingularAttribute<T,X> name, X value, QueryParameters queryParameters)<T> LongBaseDAO. getCount(javax.persistence.criteria.CriteriaQuery<Long> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters parameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAO. getList(Class<T> entityClazz, Class dtoClazz, org.springframework.data.jpa.domain.Specification<T> defaultSearchSpec, QueryParameters parameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAO. getList(Class<T> entityClazz, Class dtoClazz, org.springframework.data.jpa.domain.Specification<T> defaultSearchSpec, QueryParameters parameters, javax.persistence.EntityGraph<? super T> fetchGraph)<T> org.cxbox.api.data.ResultPage<T>BaseDAO. getList(javax.persistence.criteria.CriteriaQuery<T> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters parameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAO. getList(javax.persistence.criteria.CriteriaQuery<T> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters parameters, javax.persistence.EntityGraph<? super T> fetchGraph) -
Uses of QueryParameters in org.cxbox.core.dao.impl
Methods in org.cxbox.core.dao.impl with parameters of type QueryParameters Modifier and Type Method Description <T> LongBaseDAOImpl. getCount(Class<T> entityClass, Class<?> dtoClazz, org.springframework.data.jpa.domain.Specification<T> searchSpec, QueryParameters queryParameters)<T,X>
LongBaseDAOImpl. getCount(Class<T> clazz, Class dtoClazz, javax.persistence.metamodel.SingularAttribute<T,X> name, X value, QueryParameters queryParameters)<T> LongBaseDAOImpl. getCount(javax.persistence.criteria.CriteriaQuery<Long> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters queryParameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAOImpl. getList(Class<T> entityClazz, Class dtoClazz, org.springframework.data.jpa.domain.Specification<T> defaultSearchSpec, QueryParameters parameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAOImpl. getList(Class<T> entityClazz, Class dtoClazz, org.springframework.data.jpa.domain.Specification<T> defaultSearchSpec, QueryParameters parameters, javax.persistence.EntityGraph<? super T> fetchGraph)<T> org.cxbox.api.data.ResultPage<T>BaseDAOImpl. getList(javax.persistence.criteria.CriteriaQuery<T> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters parameters)<T> org.cxbox.api.data.ResultPage<T>BaseDAOImpl. getList(javax.persistence.criteria.CriteriaQuery<T> cq, javax.persistence.criteria.Root<T> root, Class dtoClazz, javax.persistence.criteria.Predicate defaultSearchSpec, QueryParameters parameters, javax.persistence.EntityGraph<? super T> fetchGraph) -
Uses of QueryParameters in org.cxbox.core.service
Methods in org.cxbox.core.service with parameters of type QueryParameters Modifier and Type Method Description StringIOutwardReportEngineService. getOutwardReportFormattedUrl(BusinessComponent bc, QueryParameters queryParams) -
Uses of QueryParameters in org.cxbox.core.util
Methods in org.cxbox.core.util with parameters of type QueryParameters Modifier and Type Method Description static <T extends org.cxbox.api.data.dto.DataResponseDTO>
org.cxbox.api.data.ResultPage<T>ListPaging. getResultPage(List<T> list, QueryParameters queryParameters)
-