Uses of Interface
org.cxbox.core.crudma.bc.BcIdentifier
-
-
Uses of BcIdentifier in org.cxbox.core.crudma.bc
Subinterfaces of BcIdentifier in org.cxbox.core.crudma.bc Modifier and Type Interface Description interfaceEnumBcIdentifierClasses in org.cxbox.core.crudma.bc that implement BcIdentifier Modifier and Type Class Description classBusinessComponentMethods in org.cxbox.core.crudma.bc that return types with arguments of type BcIdentifier Modifier and Type Method Description Iterator<BcIdentifier>BcIdentifiers. iterator()Methods in org.cxbox.core.crudma.bc with parameters of type BcIdentifier Modifier and Type Method Description booleanBcIdentifiers. contains(BcIdentifier bcIdentifier)TEnumBcIdentifier.Holder. get(BcIdentifier bcIdentifier)default booleanEnumBcIdentifier. isBc(BcIdentifier other)default booleanEnumBcIdentifier. isNotBc(BcIdentifier other)static BcIdentifiersBcIdentifiers. of(BcIdentifier... bcIdentifiers)Constructors in org.cxbox.core.crudma.bc with parameters of type BcIdentifier Constructor Description BcOverride(Class<?> serviceClass, BcIdentifier... bcIdentifiers) -
Uses of BcIdentifier in org.cxbox.core.crudma.bc.impl
Classes in org.cxbox.core.crudma.bc.impl that implement BcIdentifier Modifier and Type Class Description classBcDescriptionclassExtremeBcDescriptionclassInnerBcDescription -
Uses of BcIdentifier in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner with parameters of type BcIdentifier Modifier and Type Method Description protected EngineFieldsMetaUniversalCrudmaService. getMeta(BcIdentifier bc, RowMetaType type, D dataDto, boolean visibleOnly) -
Uses of BcIdentifier in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta with parameters of type BcIdentifier Modifier and Type Method Description static PostActionPostAction. delayedRefreshBC(BcIdentifier bcIdentifier, Number seconds)static PostActionPostAction. refreshBc(BcIdentifier bcIdentifier)static PostActionPostAction. refreshParentBc(BcIdentifier bcIdentifier) -
Uses of BcIdentifier in org.cxbox.core.service
Methods in org.cxbox.core.service with parameters of type BcIdentifier Modifier and Type Method Description <E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO>
DDTOMapper. entityToDto(BcIdentifier bc, E entity, Class<D> dtoClass)Creates a dto with the required set of fields for the current screen<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO>
DDTOMapper. entityToDto(BcIdentifier bc, E entity, Class<D> dtoClass, boolean flushRequired)Creates a dto with the required set of fields for the current screen<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO>
DDTOMapper. entityToDto(BcIdentifier bc, E entity, Class<D> dtoClass, boolean flushRequired, Map<String,Object> attributes)Creates a dto with the required set of fields for the current screen<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO>
DDTOMapper. entityToDto(BcIdentifier bc, E entity, Class<D> dtoClass, Map<String,Object> attributes)Creates a dto with the required set of fields for the current screen -
Uses of BcIdentifier in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta that return types with arguments of type BcIdentifier Modifier and Type Method Description abstract Collection<BcIdentifier>BcDisabler. getSupportedBc()Methods in org.cxbox.core.service.rowmeta with parameters of type BcIdentifier Modifier and Type Method Description EngineFieldsMetaRowResponseService. getMeta(BcIdentifier bc, RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDto, boolean visibleOnly) -
Uses of BcIdentifier in org.cxbox.core.ui
Methods in org.cxbox.core.ui with parameters of type BcIdentifier Modifier and Type Method Description Set<String>BcUtils. getBcFieldsForCurrentScreen(BcIdentifier bc)Returns a set of required fields for the given business component on the current screen<D extends org.cxbox.api.data.dto.DataResponseDTO>
Set<DtoField<D,?>>BcUtils. getDtoFields(BcIdentifier bcIdentifier)Returns a set of dto fields (DtoField) for the given business component<D extends org.cxbox.api.data.dto.DataResponseDTO>
Set<DtoField<D,?>>BcUtils. getDtoFieldsForCurrentScreen(BcIdentifier bc)Returns a set of required dto fields (DtoField) for the given business component on the current screen<D extends org.cxbox.api.data.dto.DataResponseDTO>
Set<DtoField<D,?>>BcUtils. getDtoFieldsForCurrentScreen(BcIdentifier bc, Class<? extends org.cxbox.api.data.dto.DataResponseDTO> dtoClass)Returns a set of required dto fields (DtoField) for the given business component on the current screen
-