Uses of Interface
org.teamapps.model.controlcenter.OrganizationUnitTypeView
| Package | Description |
|---|---|
| org.teamapps.application.api.ui | |
| org.teamapps.application.server | |
| org.teamapps.application.ux.org | |
| org.teamapps.model.controlcenter |
-
Uses of OrganizationUnitTypeView in org.teamapps.application.api.ui
Methods in org.teamapps.application.api.ui that return types with arguments of type OrganizationUnitTypeView Modifier and Type Method Description org.teamapps.ux.component.field.combobox.TagComboBox<OrganizationUnitTypeView>UiComponentFactory. createOrganizationUnitTypeTagComboBox() -
Uses of OrganizationUnitTypeView in org.teamapps.application.server
Methods in org.teamapps.application.server that return types with arguments of type OrganizationUnitTypeView Modifier and Type Method Description org.teamapps.ux.component.field.combobox.TagComboBox<OrganizationUnitTypeView>DevUiComponentFactory. createOrganizationUnitTypeTagComboBox() -
Uses of OrganizationUnitTypeView in org.teamapps.application.ux.org
Methods in org.teamapps.application.ux.org that return types with arguments of type OrganizationUnitTypeView Modifier and Type Method Description static org.teamapps.ux.component.field.combobox.TagComboBox<OrganizationUnitTypeView>OrganizationViewUtils. createOrganizationUnitTypeTagComboBox(int limit, ApplicationInstanceData applicationInstanceData)static org.teamapps.data.extract.PropertyProvider<OrganizationUnitTypeView>OrganizationViewUtils. creatOrganizationUnitTypeViewPropertyProvider(ApplicationInstanceData applicationInstanceData)Method parameters in org.teamapps.application.ux.org with type arguments of type OrganizationUnitTypeView Modifier and Type Method Description static org.teamapps.ux.model.ComboBoxModel<OrganizationUnitView>OrganizationViewUtils. createLazyOrgUnitModel(java.util.function.Supplier<java.util.Collection<OrganizationUnitView>> allowedUnitsSupplier, java.util.Set<OrganizationUnitTypeView> selectableTypes)static org.teamapps.ux.component.field.combobox.ComboBox<OrganizationUnitView>OrganizationViewUtils. createOrganizationComboBox(org.teamapps.ux.component.template.Template template, java.util.function.Supplier<java.util.Collection<OrganizationUnitView>> allowedUnitsSupplier, java.util.Set<OrganizationUnitTypeView> selectableTypes, ApplicationInstanceData applicationInstanceData)static java.util.Set<OrganizationUnitView>OrganizationViewUtils. getAllUnits(OrganizationUnitView unit, java.util.Collection<OrganizationUnitTypeView> unitTypesFilter) -
Uses of OrganizationUnitTypeView in org.teamapps.model.controlcenter
Classes in org.teamapps.model.controlcenter that implement OrganizationUnitTypeView Modifier and Type Class Description classUdbOrganizationUnitTypeViewMethods in org.teamapps.model.controlcenter that return OrganizationUnitTypeView Modifier and Type Method Description OrganizationUnitTypeViewUdbOrganizationUnitTypeView. build()OrganizationUnitTypeViewUdbOrganizationUnitTypeView. build(int id)static OrganizationUnitTypeViewOrganizationUnitTypeView. getById(int id)OrganizationUnitTypeViewOrganizationUnitTypeView. getDefaultChildType()OrganizationUnitTypeViewUdbOrganizationUnitTypeView. getDefaultChildType()OrganizationUnitTypeViewOrganizationUnitView. getType()OrganizationUnitTypeViewUdbOrganizationUnitView. getType()Methods in org.teamapps.model.controlcenter that return types with arguments of type OrganizationUnitTypeView Modifier and Type Method Description static java.util.List<OrganizationUnitTypeView>OrganizationUnitTypeView. getAll()static java.util.List<OrganizationUnitTypeView>UdbOrganizationUnitTypeView. getAll()static org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView>OrganizationUnitTypeView. getBuilder()java.util.List<OrganizationUnitTypeView>OrganizationUnitTypeView. getPossibleChildrenTypes()java.util.List<OrganizationUnitTypeView>UdbOrganizationUnitTypeView. getPossibleChildrenTypes()static java.util.List<OrganizationUnitTypeView>OrganizationUnitTypeView. sort(java.util.List<OrganizationUnitTypeView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)static java.util.List<OrganizationUnitTypeView>UdbOrganizationUnitTypeView. sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)static java.util.List<OrganizationUnitTypeView>UdbOrganizationUnitTypeView. sort(java.util.List<OrganizationUnitTypeView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)Methods in org.teamapps.model.controlcenter with parameters of type OrganizationUnitTypeView Modifier and Type Method Description OrganizationUnitTypeViewQueryOrganizationUnitTypeViewQuery. possibleChildrenTypes(org.teamapps.universaldb.index.reference.multi.MultiReferenceFilterType type, OrganizationUnitTypeView... value)OrganizationUnitTypeViewQueryUdbOrganizationUnitTypeViewQuery. possibleChildrenTypes(org.teamapps.universaldb.index.reference.multi.MultiReferenceFilterType type, OrganizationUnitTypeView... values)Method parameters in org.teamapps.model.controlcenter with type arguments of type OrganizationUnitTypeView Modifier and Type Method Description OrganizationUnitTypeViewQueryOrganizationUnitTypeViewQuery. customFilter(java.util.function.Function<OrganizationUnitTypeView,java.lang.Boolean> customFilter)OrganizationUnitTypeViewQueryUdbOrganizationUnitTypeViewQuery. customFilter(java.util.function.Function<OrganizationUnitTypeView,java.lang.Boolean> customFilter)static java.util.List<OrganizationUnitTypeView>OrganizationUnitTypeView. sort(java.util.List<OrganizationUnitTypeView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)static java.util.List<OrganizationUnitTypeView>UdbOrganizationUnitTypeView. sort(java.util.List<OrganizationUnitTypeView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)