Uses of Interface
org.teamapps.model.controlcenter.ApplicationPerspective
| Package | Description |
|---|---|
| org.teamapps.application.server.system.template | |
| org.teamapps.model.controlcenter |
-
Uses of ApplicationPerspective in org.teamapps.application.server.system.template
Methods in org.teamapps.application.server.system.template that return types with arguments of type ApplicationPerspective Modifier and Type Method Description static org.teamapps.data.extract.PropertyProvider<ApplicationPerspective>PropertyProviders. createApplicationPerspectivePropertyProvider(UserSessionData userSessionData) -
Uses of ApplicationPerspective in org.teamapps.model.controlcenter
Classes in org.teamapps.model.controlcenter that implement ApplicationPerspective Modifier and Type Class Description classUdbApplicationPerspectiveMethods in org.teamapps.model.controlcenter that return types with arguments of type ApplicationPerspective Modifier and Type Method Description java.util.List<ApplicationPerspective>ApplicationPerspectiveQuery. execute()java.util.List<ApplicationPerspective>ApplicationPerspectiveQuery. execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)java.util.List<ApplicationPerspective>ApplicationPerspectiveQuery. execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ApplicationPerspective>ApplicationPerspective. getAll()static java.util.List<ApplicationPerspective>UdbApplicationPerspective. getAll()static org.teamapps.universaldb.record.EntityBuilder<ApplicationPerspective>ApplicationPerspective. getBuilder()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, java.lang.String... path)static java.util.List<ApplicationPerspective>UdbApplicationPerspective. sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ApplicationPerspective>UdbApplicationPerspective. sort(java.util.List<ApplicationPerspective> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)Method parameters in org.teamapps.model.controlcenter with type arguments of type ApplicationPerspective Modifier and Type Method Description ApplicationApplication. addPerspectives(java.util.List<ApplicationPerspective> value)ApplicationUdbApplication. addPerspectives(java.util.List<ApplicationPerspective> value)ApplicationPerspectiveQueryApplicationPerspectiveQuery. customFilter(java.util.function.Function<ApplicationPerspective,java.lang.Boolean> customFilter)ApplicationPerspectiveQueryUdbApplicationPerspectiveQuery. customFilter(java.util.function.Function<ApplicationPerspective,java.lang.Boolean> customFilter)ApplicationApplication. removePerspectives(java.util.List<ApplicationPerspective> value)ApplicationUdbApplication. removePerspectives(java.util.List<ApplicationPerspective> value)ApplicationApplication. setPerspectives(java.util.List<ApplicationPerspective> value)ApplicationUdbApplication. setPerspectives(java.util.List<ApplicationPerspective> value)static java.util.List<ApplicationPerspective>ApplicationPerspective. sort(java.util.List<ApplicationPerspective> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ApplicationPerspective>UdbApplicationPerspective. sort(java.util.List<ApplicationPerspective> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)