Interface OrganizationUnitTypeView

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbOrganizationUnitTypeView

public interface OrganizationUnitTypeView
extends org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
  • Field Details

    • FIELD_NAME

      static final java.lang.String FIELD_NAME
      See Also:
      Constant Field Values
    • FIELD_ABBREVIATION

      static final java.lang.String FIELD_ABBREVIATION
      See Also:
      Constant Field Values
    • FIELD_ICON

      static final java.lang.String FIELD_ICON
      See Also:
      Constant Field Values
    • FIELD_TRANSLATE_ORGANIZATION_UNITS

      static final java.lang.String FIELD_TRANSLATE_ORGANIZATION_UNITS
      See Also:
      Constant Field Values
    • FIELD_ALLOW_USER_CONTAINER

      static final java.lang.String FIELD_ALLOW_USER_CONTAINER
      See Also:
      Constant Field Values
    • FIELD_DEFAULT_CHILD_TYPE

      static final java.lang.String FIELD_DEFAULT_CHILD_TYPE
      See Also:
      Constant Field Values
    • FIELD_POSSIBLE_CHILDREN_TYPES

      static final java.lang.String FIELD_POSSIBLE_CHILDREN_TYPES
      See Also:
      Constant Field Values
    • FIELD_GEO_LOCATION_TYPE

      static final java.lang.String FIELD_GEO_LOCATION_TYPE
      See Also:
      Constant Field Values
  • Method Details

    • getById

      static OrganizationUnitTypeView getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView> getBuilder()
    • getName

      org.teamapps.universaldb.index.translation.TranslatableText getName()
    • getAbbreviation

      org.teamapps.universaldb.index.translation.TranslatableText getAbbreviation()
    • getIcon

      java.lang.String getIcon()
    • getTranslateOrganizationUnits

      boolean getTranslateOrganizationUnits()
    • isTranslateOrganizationUnits

      boolean isTranslateOrganizationUnits()
    • getAllowUserContainer

      boolean getAllowUserContainer()
    • isAllowUserContainer

      boolean isAllowUserContainer()
    • getDefaultChildType

      OrganizationUnitTypeView getDefaultChildType()
    • getPossibleChildrenTypes

      java.util.List<OrganizationUnitTypeView> getPossibleChildrenTypes()
    • getPossibleChildrenTypesCount

      int getPossibleChildrenTypesCount()
    • getPossibleChildrenTypesAsBitSet

      java.util.BitSet getPossibleChildrenTypesAsBitSet()
    • getGeoLocationType

      GeoLocationType getGeoLocationType()
    • getAll

      static java.util.List<OrganizationUnitTypeView> getAll()
    • sort

      static java.util.List<OrganizationUnitTypeView> sort​(java.util.List<OrganizationUnitTypeView> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)
    • getCount

      static int getCount()
    • filter