Uses of Class
org.cxbox.core.crudma.bc.impl.BcDescription
Packages that use BcDescription
Package
Description
-
Uses of BcDescription in org.cxbox.core.controller
Methods in org.cxbox.core.controller that return BcDescription -
Uses of BcDescription in org.cxbox.core.crudma
Methods in org.cxbox.core.crudma with parameters of type BcDescriptionModifier and TypeMethodDescriptionCrudmaFactory.get(BcDescription bcDescription) Crudma.getActions(BcDescription bcDescription) Recommended way to build actions. -
Uses of BcDescription in org.cxbox.core.crudma.bc
Methods in org.cxbox.core.crudma.bc with type parameters of type BcDescriptionModifier and TypeMethodDescription<T extends BcDescription>
TBusinessComponent.getDescription()default <T extends BcDescription>
Stream<T>Methods in org.cxbox.core.crudma.bc that return BcDescriptionModifier and TypeMethodDescriptionstatic BcDescriptiondefault BcDescriptionEnumBcIdentifier.buildDescription(String parentName, Class<?> serviceClass, boolean refresh) BcRegistry.getBcDescription(String bcName) BcSupplier.getBcDescription(String bcName) EnumBcIdentifier.getBcDescription()Methods in org.cxbox.core.crudma.bc that return types with arguments of type BcDescriptionModifier and TypeMethodDescriptionBcRegistry.getBcHierarchy(String bcName) default Stream<BcDescription>BcRegistry.select(Predicate<BcDescription> predicate) Method parameters in org.cxbox.core.crudma.bc with type arguments of type BcDescriptionModifier and TypeMethodDescriptiondefault Stream<BcDescription>BcRegistry.select(Predicate<BcDescription> predicate) <T> Stream<T>BcRegistry.select(Predicate<BcDescription> predicate, Function<BcDescription, T> transformer) <T> Stream<T>BcRegistry.select(Predicate<BcDescription> predicate, Function<BcDescription, T> transformer) Constructors in org.cxbox.core.crudma.bc with parameters of type BcDescriptionModifierConstructorDescriptionBusinessComponent(String id, String parentId, BcDescription description) BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy) BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy, QueryParameters parameters) -
Uses of BcDescription in org.cxbox.core.crudma.bc.impl
Subclasses of BcDescription in org.cxbox.core.crudma.bc.implModifier and TypeClassDescriptionfinal classclassfinal classMethods in org.cxbox.core.crudma.bc.impl that return BcDescriptionModifier and TypeMethodDescriptionAbstractEnumBcSupplier.getBcDescription(String bcName) BcRegistryImpl.getBcDescription(String bcName) Methods in org.cxbox.core.crudma.bc.impl that return types with arguments of type BcDescriptionMethod parameters in org.cxbox.core.crudma.bc.impl with type arguments of type BcDescriptionModifier and TypeMethodDescription<T> Stream<T>BcRegistryImpl.select(Predicate<BcDescription> predicate, Function<BcDescription, T> transformer) <T> Stream<T>BcRegistryImpl.select(Predicate<BcDescription> predicate, Function<BcDescription, T> transformer) -
Uses of BcDescription in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl with parameters of type BcDescription -
Uses of BcDescription in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner with parameters of type BcDescriptionModifier and TypeMethodDescriptionAnySourceCrudmaService.getActions(BcDescription bcDescription) InnerCrudmaService.getActions(BcDescription bcDescription) UniversalCrudmaService.getActions(BcDescription bcDescription) -
Uses of BcDescription in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type BcDescriptionModifier and TypeMethodDescriptionvoidAnySourceFieldMetaBuilder.buildExtremeRowDependentMeta(RowDependentFieldsMeta<T> fields, BcDescription bcDescription, String id, String parentId) abstract voidAnySourceFieldMetaBuilder.buildIndependentMeta(FieldsMeta<T> fields, BcDescription bcDescription, String parentId) abstract voidAnySourceFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, BcDescription bcDescription, String id, String parentId)