-
-
Methods in org.teamapps.model.controlcenter that return types with arguments of type OrganizationUnitTypeView
| Modifier and Type |
Method |
Description |
java.util.List<OrganizationUnitTypeView> |
OrganizationUnitTypeViewQuery.execute() |
|
java.util.List<OrganizationUnitTypeView> |
OrganizationUnitTypeViewQuery.execute(int startIndex,
int length,
org.teamapps.universaldb.query.Sorting sorting,
org.teamapps.universaldb.context.UserContext userContext) |
|
java.util.List<OrganizationUnitTypeView> |
OrganizationUnitTypeViewQuery.execute(java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|
java.util.List<OrganizationUnitTypeView> |
OrganizationUnitTypeViewQuery.executeOnDeletedRecords() |
|
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) |
|
Method parameters in org.teamapps.model.controlcenter with type arguments of type OrganizationUnitTypeView
| Modifier and Type |
Method |
Description |
OrganizationUnitTypeViewQuery |
OrganizationUnitTypeViewQuery.customFilter(java.util.function.Function<OrganizationUnitTypeView,java.lang.Boolean> customFilter) |
|
OrganizationUnitTypeViewQuery |
UdbOrganizationUnitTypeViewQuery.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) |
|