Package org.teamapps.model.controlcenter
Schnittstelle OrganizationUnitView
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<OrganizationUnitView>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbOrganizationUnitView
public interface OrganizationUnitView
extends org.teamapps.universaldb.pojo.Entity<OrganizationUnitView>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic OrganizationUnitViewQueryfilter()static List<OrganizationUnitView> getAll()static org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitView> static OrganizationUnitViewgetById(int id) intstatic intgetCount()getIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetName()getType()static List<OrganizationUnitView> sort(List<OrganizationUnitView> 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_PARENT
- Siehe auch:
-
FIELD_CHILDREN
- Siehe auch:
-
FIELD_TYPE
- Siehe auch:
-
FIELD_ICON
- Siehe auch:
-
FIELD_ORG_UNIT_LIFE_CYCLE_STATUS
- Siehe auch:
-
FIELD_ADDRESS
- Siehe auch:
-
-
Methodendetails
-
getById
-
getBuilder
-
getName
org.teamapps.universaldb.index.translation.TranslatableText getName() -
getParent
OrganizationUnitView getParent() -
getChildren
List<OrganizationUnitView> getChildren() -
getChildrenCount
int getChildrenCount() -
getChildrenAsBitSet
BitSet getChildrenAsBitSet() -
getType
OrganizationUnitTypeView getType() -
getIcon
String getIcon() -
getOrgUnitLifeCycleStatus
OrgUnitLifeCycleStatus getOrgUnitLifeCycleStatus() -
getAddress
AddressView getAddress() -
getAll
-
sort
static List<OrganizationUnitView> sort(List<OrganizationUnitView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-