Package org.teamapps.model.controlcenter
Schnittstelle OrganizationFieldView
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<OrganizationFieldView>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbOrganizationFieldView
public interface OrganizationFieldView
extends org.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic OrganizationFieldViewQueryfilter()static List<OrganizationFieldView> getAll()static org.teamapps.universaldb.record.EntityBuilder<OrganizationFieldView> static OrganizationFieldViewgetById(int id) static intgetCount()getIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetTitle()static List<OrganizationFieldView> sort(List<OrganizationFieldView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, delete, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, restoreDeleted, save, save, setEntityValueVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Felddetails
-
FIELD_TITLE
- Siehe auch:
-
FIELD_ICON
- Siehe auch:
-
-
Methodendetails
-
getById
-
getBuilder
-
getTitle
org.teamapps.universaldb.index.translation.TranslatableText getTitle() -
getIcon
String getIcon() -
getAll
-
sort
static List<OrganizationFieldView> sort(List<OrganizationFieldView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-