Package org.teamapps.model.controlcenter
Schnittstelle OrganizationUnitTypeView
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbOrganizationUnitTypeView
public interface OrganizationUnitTypeView
extends org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfilter()org.teamapps.universaldb.index.translation.TranslatableTextstatic List<OrganizationUnitTypeView> getAll()booleanstatic org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView> static OrganizationUnitTypeViewgetById(int id) static intgetCount()getIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetName()intbooleanbooleanbooleanstatic List<OrganizationUnitTypeView> sort(List<OrganizationUnitTypeView> 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_NAME
- Siehe auch:
-
FIELD_ABBREVIATION
- Siehe auch:
-
FIELD_ICON
- Siehe auch:
-
FIELD_TRANSLATE_ORGANIZATION_UNITS
- Siehe auch:
-
FIELD_ALLOW_USER_CONTAINER
- Siehe auch:
-
FIELD_DEFAULT_CHILD_TYPE
- Siehe auch:
-
FIELD_POSSIBLE_CHILDREN_TYPES
- Siehe auch:
-
FIELD_GEO_LOCATION_TYPE
- Siehe auch:
-
-
Methodendetails
-
getById
-
getBuilder
-
getName
org.teamapps.universaldb.index.translation.TranslatableText getName() -
getAbbreviation
org.teamapps.universaldb.index.translation.TranslatableText getAbbreviation() -
getIcon
String getIcon() -
getTranslateOrganizationUnits
boolean getTranslateOrganizationUnits() -
isTranslateOrganizationUnits
boolean isTranslateOrganizationUnits() -
getAllowUserContainer
boolean getAllowUserContainer() -
isAllowUserContainer
boolean isAllowUserContainer() -
getDefaultChildType
OrganizationUnitTypeView getDefaultChildType() -
getPossibleChildrenTypes
List<OrganizationUnitTypeView> getPossibleChildrenTypes() -
getPossibleChildrenTypesCount
int getPossibleChildrenTypesCount() -
getPossibleChildrenTypesAsBitSet
BitSet getPossibleChildrenTypesAsBitSet() -
getGeoLocationType
GeoLocationType getGeoLocationType() -
getAll
-
sort
static List<OrganizationUnitTypeView> sort(List<OrganizationUnitTypeView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-