Uses of Class
org.cxbox.core.crudma.bc.BcHierarchy
-
Packages that use BcHierarchy Package Description org.cxbox.core.controller org.cxbox.core.crudma.bc -
-
Uses of BcHierarchy in org.cxbox.core.controller
Methods in org.cxbox.core.controller with parameters of type BcHierarchy Modifier and Type Method Description BusinessComponentBCFactory. getBusinessComponent(BcHierarchy bcHierarchy, QueryParameters queryParameters) -
Uses of BcHierarchy in org.cxbox.core.crudma.bc
Methods in org.cxbox.core.crudma.bc that return BcHierarchy Modifier and Type Method Description BcHierarchyBcHierarchy. withId(String id)BcHierarchyBcHierarchy. withParentId(String parentId)Constructors in org.cxbox.core.crudma.bc with parameters of type BcHierarchy Constructor Description BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy)BusinessComponent(String id, String parentId, BcDescription description, BcHierarchy hierarchy, QueryParameters parameters)
-