Package org.teamapps.model.controlcenter
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 Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ABBREVIATIONstatic java.lang.StringFIELD_ALLOW_USER_CONTAINERstatic java.lang.StringFIELD_DEFAULT_CHILD_TYPEstatic java.lang.StringFIELD_GEO_LOCATION_TYPEstatic java.lang.StringFIELD_ICONstatic java.lang.StringFIELD_NAMEstatic java.lang.StringFIELD_POSSIBLE_CHILDREN_TYPESstatic java.lang.StringFIELD_TRANSLATE_ORGANIZATION_UNITS -
Method Summary
Modifier and Type Method Description static OrganizationUnitTypeViewQueryfilter()org.teamapps.universaldb.index.translation.TranslatableTextgetAbbreviation()static java.util.List<OrganizationUnitTypeView>getAll()booleangetAllowUserContainer()static org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView>getBuilder()static OrganizationUnitTypeViewgetById(int id)static intgetCount()OrganizationUnitTypeViewgetDefaultChildType()GeoLocationTypegetGeoLocationType()java.lang.StringgetIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetName()java.util.List<OrganizationUnitTypeView>getPossibleChildrenTypes()java.util.BitSetgetPossibleChildrenTypesAsBitSet()intgetPossibleChildrenTypesCount()booleangetTranslateOrganizationUnits()booleanisAllowUserContainer()booleanisTranslateOrganizationUnits()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)Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
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
-
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
-
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
-