Uses of Interface
org.teamapps.model.controlcenter.AddressView
| Package | Description |
|---|---|
| org.teamapps.model.controlcenter |
-
Uses of AddressView in org.teamapps.model.controlcenter
Classes in org.teamapps.model.controlcenter that implement AddressView Modifier and Type Class Description classUdbAddressViewMethods in org.teamapps.model.controlcenter that return AddressView Modifier and Type Method Description AddressViewUdbAddressView. build()AddressViewUdbAddressView. build(int id)AddressViewAddressViewQuery. executeExpectSingleton()AddressViewOrganizationUnitView. getAddress()AddressViewUdbOrganizationUnitView. getAddress()static AddressViewAddressView. getById(int id)Methods in org.teamapps.model.controlcenter that return types with arguments of type AddressView Modifier and Type Method Description java.util.List<AddressView>AddressViewQuery. execute()java.util.List<AddressView>AddressViewQuery. execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)java.util.List<AddressView>AddressViewQuery. execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path)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, java.lang.String... path)static java.util.List<AddressView>UdbAddressView. sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<AddressView>UdbAddressView. sort(java.util.List<AddressView> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)Method parameters in org.teamapps.model.controlcenter with type arguments of type AddressView Modifier and Type Method Description AddressViewQueryAddressViewQuery. customFilter(java.util.function.Function<AddressView,java.lang.Boolean> customFilter)AddressViewQueryUdbAddressViewQuery. 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, java.lang.String... path)static java.util.List<AddressView>UdbAddressView. sort(java.util.List<AddressView> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)