Uses of Class
org.cxbox.core.crudma.bc.impl.InnerBcDescription
-
Packages that use InnerBcDescription Package Description org.cxbox.core.bc org.cxbox.core.crudma.impl org.cxbox.core.dao.impl org.cxbox.core.service org.cxbox.core.service.rowmeta -
-
Uses of InnerBcDescription in org.cxbox.core.bc
Methods in org.cxbox.core.bc with parameters of type InnerBcDescription Modifier and Type Method Description Class<? extends org.cxbox.api.data.dto.DataResponseDTO>InnerBcTypeAware. getTypeOfDto(InnerBcDescription bcDescription)Class<? extends BaseEntity>InnerBcTypeAware. getTypeOfEntity(InnerBcDescription bcDescription) -
Uses of InnerBcDescription in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl with parameters of type InnerBcDescription Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<E>AbstractResponseService. getBcSpecification(InnerBcDescription bcDescription)protected org.springframework.data.jpa.domain.Specification<E>AbstractResponseService. getSecuritySpecification(InnerBcDescription bcDescription) -
Uses of InnerBcDescription in org.cxbox.core.dao.impl
Methods in org.cxbox.core.dao.impl with parameters of type InnerBcDescription Modifier and Type Method Description List<SearchSpec>SearchSpecDao. getBcSpecifications(InnerBcDescription bcDescription)List<SearchSpec>SearchSpecDao. getLinkSpecifications(InnerBcDescription bcDescription)List<SearchSpec>SearchSpecDao. getSecuritySpecifications(InnerBcDescription bcDescription) -
Uses of InnerBcDescription in org.cxbox.core.service
Methods in org.cxbox.core.service with parameters of type InnerBcDescription Modifier and Type Method Description ClassResponseFactory. getDTOFromService(InnerBcDescription innerBcDescription)ClassResponseFactory. getEntityFromService(InnerBcDescription innerBcDescription)Type[]ResponseFactory. getResponseServiceParameters(InnerBcDescription innerBcDescription)ResponseServiceResponseFactory. getService(InnerBcDescription innerBcDescription) -
Uses of InnerBcDescription in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type InnerBcDescription Modifier and Type Method Description abstract voidFieldMetaBuilder. buildIndependentMeta(FieldsMeta<T> fields, InnerBcDescription bcDescription, Long parentId)voidHistoricityFieldMetaBuilder. buildIndependentMeta(FieldsMeta<T> fields, InnerBcDescription bcDescription, Long parentId)abstract voidFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<T> fields, InnerBcDescription bcDescription, Long id, Long parentId)voidHistoricityFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<T> fields, InnerBcDescription bcDescription, Long id, Long parentId)protected abstract voidHistoricityFieldMetaBuilder. dependentMeta(RowDependentFieldsMeta<T> fields, InnerBcDescription bcDescription, Long id, Long parentId)protected abstract voidHistoricityFieldMetaBuilder. independentMeta(FieldsMeta<T> fields, InnerBcDescription bcDescription, Long parentId)
-