Package org.teamapps.model.controlcenter
Interface UserView
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<UserView>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbUserView
public interface UserView extends org.teamapps.universaldb.pojo.Entity<UserView>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_FIRST_NAMEstatic java.lang.StringFIELD_FIRST_NAME_TRANSLATEDstatic java.lang.StringFIELD_LANGUAGEstatic java.lang.StringFIELD_LAST_NAMEstatic java.lang.StringFIELD_LAST_NAME_TRANSLATEDstatic java.lang.StringFIELD_ORGANIZATION_UNITstatic java.lang.StringFIELD_PROFILE_PICTUREstatic java.lang.StringFIELD_PROFILE_PICTURE_LARGE -
Method Summary
Modifier and Type Method Description static UserViewQueryfilter()static java.util.List<UserView>getAll()static org.teamapps.universaldb.record.EntityBuilder<UserView>getBuilder()static UserViewgetById(int id)static intgetCount()java.lang.StringgetFirstName()java.lang.StringgetFirstNameTranslated()java.lang.StringgetLanguage()java.lang.StringgetLastName()java.lang.StringgetLastNameTranslated()OrganizationUnitViewgetOrganizationUnit()byte[]getProfilePicture()java.util.function.Supplier<java.io.InputStream>getProfilePictureInputStreamSupplier()byte[]getProfilePictureLarge()java.util.function.Supplier<java.io.InputStream>getProfilePictureLargeInputStreamSupplier()intgetProfilePictureLargeLength()intgetProfilePictureLength()static java.util.List<UserView>sort(java.util.List<UserView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_FIRST_NAME
static final java.lang.String FIELD_FIRST_NAME- See Also:
- Constant Field Values
-
FIELD_FIRST_NAME_TRANSLATED
static final java.lang.String FIELD_FIRST_NAME_TRANSLATED- See Also:
- Constant Field Values
-
FIELD_LAST_NAME
static final java.lang.String FIELD_LAST_NAME- See Also:
- Constant Field Values
-
FIELD_LAST_NAME_TRANSLATED
static final java.lang.String FIELD_LAST_NAME_TRANSLATED- See Also:
- Constant Field Values
-
FIELD_PROFILE_PICTURE
static final java.lang.String FIELD_PROFILE_PICTURE- See Also:
- Constant Field Values
-
FIELD_PROFILE_PICTURE_LARGE
static final java.lang.String FIELD_PROFILE_PICTURE_LARGE- See Also:
- Constant Field Values
-
FIELD_LANGUAGE
static final java.lang.String FIELD_LANGUAGE- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT
static final java.lang.String FIELD_ORGANIZATION_UNIT- See Also:
- Constant Field Values
-
-
Method Details
-
getById
-
getBuilder
-
getFirstName
java.lang.String getFirstName() -
getFirstNameTranslated
java.lang.String getFirstNameTranslated() -
getLastName
java.lang.String getLastName() -
getLastNameTranslated
java.lang.String getLastNameTranslated() -
getProfilePicture
byte[] getProfilePicture() -
getProfilePictureLength
int getProfilePictureLength() -
getProfilePictureInputStreamSupplier
java.util.function.Supplier<java.io.InputStream> getProfilePictureInputStreamSupplier() -
getProfilePictureLarge
byte[] getProfilePictureLarge() -
getProfilePictureLargeLength
int getProfilePictureLargeLength() -
getProfilePictureLargeInputStreamSupplier
java.util.function.Supplier<java.io.InputStream> getProfilePictureLargeInputStreamSupplier() -
getLanguage
java.lang.String getLanguage() -
getOrganizationUnit
OrganizationUnitView getOrganizationUnit() -
getAll
-
sort
-
getCount
static int getCount() -
filter
-