Interface OrganizationUnitType

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

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

    • FIELD_META_CREATION_DATE

      static final java.lang.String FIELD_META_CREATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_CREATED_BY

      static final java.lang.String FIELD_META_CREATED_BY
      See Also:
      Constant Field Values
    • FIELD_META_MODIFICATION_DATE

      static final java.lang.String FIELD_META_MODIFICATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_MODIFIED_BY

      static final java.lang.String FIELD_META_MODIFIED_BY
      See Also:
      Constant Field Values
    • FIELD_META_DELETION_DATE

      static final java.lang.String FIELD_META_DELETION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_DELETED_BY

      static final java.lang.String FIELD_META_DELETED_BY
      See Also:
      Constant Field Values
    • 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_USERS

      static final java.lang.String FIELD_ALLOW_USERS
      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

    • create

      static OrganizationUnitType create()
    • create

      static OrganizationUnitType create​(int id)
    • getById

      static OrganizationUnitType getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitType> getBuilder()
    • getMetaCreationDate

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      OrganizationUnitType setMetaCreationDate​(java.time.Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      OrganizationUnitType setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      OrganizationUnitType setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      OrganizationUnitType setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      OrganizationUnitType setMetaModificationDate​(java.time.Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      OrganizationUnitType setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      OrganizationUnitType setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      OrganizationUnitType setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      OrganizationUnitType setMetaDeletionDate​(java.time.Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      OrganizationUnitType setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      OrganizationUnitType setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      OrganizationUnitType setMetaDeletedBy​(int value)
    • getName

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

      OrganizationUnitType setName​(org.teamapps.universaldb.index.translation.TranslatableText value)
    • getAbbreviation

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

      OrganizationUnitType setAbbreviation​(org.teamapps.universaldb.index.translation.TranslatableText value)
    • getIcon

      java.lang.String getIcon()
    • setIcon

      OrganizationUnitType setIcon​(java.lang.String value)
    • getTranslateOrganizationUnits

      boolean getTranslateOrganizationUnits()
    • setTranslateOrganizationUnits

      OrganizationUnitType setTranslateOrganizationUnits​(boolean value)
    • isTranslateOrganizationUnits

      boolean isTranslateOrganizationUnits()
    • getAllowUsers

      boolean getAllowUsers()
    • setAllowUsers

      OrganizationUnitType setAllowUsers​(boolean value)
    • isAllowUsers

      boolean isAllowUsers()
    • getDefaultChildType

      OrganizationUnitType getDefaultChildType()
    • setDefaultChildType

      OrganizationUnitType setDefaultChildType​(OrganizationUnitType value)
    • getPossibleChildrenTypes

      java.util.List<OrganizationUnitType> getPossibleChildrenTypes()
    • setPossibleChildrenTypes

      OrganizationUnitType setPossibleChildrenTypes​(java.util.List<OrganizationUnitType> value)
    • getPossibleChildrenTypesCount

      int getPossibleChildrenTypesCount()
    • setPossibleChildrenTypes

      OrganizationUnitType setPossibleChildrenTypes​(OrganizationUnitType... value)
    • getPossibleChildrenTypesAsBitSet

      java.util.BitSet getPossibleChildrenTypesAsBitSet()
    • addPossibleChildrenTypes

      OrganizationUnitType addPossibleChildrenTypes​(java.util.List<OrganizationUnitType> value)
    • addPossibleChildrenTypes

      OrganizationUnitType addPossibleChildrenTypes​(OrganizationUnitType... value)
    • removePossibleChildrenTypes

      OrganizationUnitType removePossibleChildrenTypes​(java.util.List<OrganizationUnitType> value)
    • removePossibleChildrenTypes

      OrganizationUnitType removePossibleChildrenTypes​(OrganizationUnitType... value)
    • removeAllPossibleChildrenTypes

      OrganizationUnitType removeAllPossibleChildrenTypes()
    • getGeoLocationType

      GeoLocationType getGeoLocationType()
    • setGeoLocationType

      OrganizationUnitType setGeoLocationType​(GeoLocationType value)
    • getAll

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

      static java.util.List<OrganizationUnitType> sort​(java.util.List<OrganizationUnitType> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static OrganizationUnitTypeQuery filter()