-
Methods in org.teamapps.model.controlcenter that return types with arguments of type ApplicationPerspective
| Modifier and Type |
Method |
Description |
static java.util.List<ApplicationPerspective> |
ApplicationPerspective.getAll() |
|
static java.util.List<ApplicationPerspective> |
UdbApplicationPerspective.getAll() |
|
static org.teamapps.universaldb.record.EntityBuilder<ApplicationPerspective> |
ApplicationPerspective.getBuilder() |
|
static java.util.List<ApplicationPerspective> |
ApplicationPerspective.getDeletedRecords() |
|
static java.util.List<ApplicationPerspective> |
UdbApplicationPerspective.getDeletedRecords() |
|
java.util.List<ApplicationPerspective> |
Application.getPerspectives() |
|
java.util.List<ApplicationPerspective> |
UdbApplication.getPerspectives() |
|
static java.util.List<ApplicationPerspective> |
ApplicationPerspective.sort(java.util.List<ApplicationPerspective> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|
static java.util.List<ApplicationPerspective> |
UdbApplicationPerspective.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<ApplicationPerspective> |
UdbApplicationPerspective.sort(java.util.List<ApplicationPerspective> 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 ApplicationPerspective
| Modifier and Type |
Method |
Description |
Application |
Application.addPerspectives(java.util.List<ApplicationPerspective> value) |
|
Application |
UdbApplication.addPerspectives(java.util.List<ApplicationPerspective> value) |
|
ApplicationPerspectiveQuery |
ApplicationPerspectiveQuery.customFilter(java.util.function.Function<ApplicationPerspective,java.lang.Boolean> customFilter) |
|
ApplicationPerspectiveQuery |
UdbApplicationPerspectiveQuery.customFilter(java.util.function.Function<ApplicationPerspective,java.lang.Boolean> customFilter) |
|
Application |
Application.removePerspectives(java.util.List<ApplicationPerspective> value) |
|
Application |
UdbApplication.removePerspectives(java.util.List<ApplicationPerspective> value) |
|
Application |
Application.setPerspectives(java.util.List<ApplicationPerspective> value) |
|
Application |
UdbApplication.setPerspectives(java.util.List<ApplicationPerspective> value) |
|
static java.util.List<ApplicationPerspective> |
ApplicationPerspective.sort(java.util.List<ApplicationPerspective> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|
static java.util.List<ApplicationPerspective> |
UdbApplicationPerspective.sort(java.util.List<ApplicationPerspective> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|