Uses of Class
org.cxbox.core.crudma.bc.impl.InnerBcDescription
Packages that use InnerBcDescription
-
Uses of InnerBcDescription in org.cxbox.core.bc
Methods in org.cxbox.core.bc with parameters of type InnerBcDescriptionModifier and TypeMethodDescriptionClass<? 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.service
Methods in org.cxbox.core.service with parameters of type InnerBcDescriptionModifier and TypeMethodDescriptionResponseFactory.getDTOFromService(InnerBcDescription innerBcDescription) ResponseFactory.getEntityFromService(InnerBcDescription innerBcDescription) Type[]ResponseFactory.getResponseServiceParameters(InnerBcDescription innerBcDescription) ResponseFactory.getService(InnerBcDescription innerBcDescription) -
Uses of InnerBcDescription in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type InnerBcDescriptionModifier and TypeMethodDescriptionabstract voidFieldMetaBuilder.buildIndependentMeta(FieldsMeta<T> fields, InnerBcDescription bcDescription, Long parentId) abstract voidFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, InnerBcDescription bcDescription, Long id, Long parentId)