-
Methods in org.teamapps.model.controlcenter that return types with arguments of type AddressView
| Modifier and Type |
Method |
Description |
static java.util.List<AddressView> |
AddressView.getAll() |
|
static java.util.List<AddressView> |
UdbAddressView.getAll() |
|
static org.teamapps.universaldb.record.EntityBuilder<AddressView> |
AddressView.getBuilder() |
|
static java.util.List<AddressView> |
AddressView.sort(java.util.List<AddressView> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|
static java.util.List<AddressView> |
UdbAddressView.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<AddressView> |
UdbAddressView.sort(java.util.List<AddressView> 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 AddressView
| Modifier and Type |
Method |
Description |
AddressViewQuery |
AddressViewQuery.customFilter(java.util.function.Function<AddressView,java.lang.Boolean> customFilter) |
|
AddressViewQuery |
UdbAddressViewQuery.customFilter(java.util.function.Function<AddressView,java.lang.Boolean> customFilter) |
|
static java.util.List<AddressView> |
AddressView.sort(java.util.List<AddressView> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|
static java.util.List<AddressView> |
UdbAddressView.sort(java.util.List<AddressView> list,
java.lang.String sortFieldName,
boolean ascending,
org.teamapps.universaldb.context.UserContext userContext,
java.lang.String... path) |
|