Uses of Class
de.xima.fc.mdl.enums.EDatenquellenTyp
-
Packages that use EDatenquellenTyp Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.gui.bean.data de.xima.fc.gui.utils.data.importer de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.importer.mdl.descriptor de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EDatenquellenTyp in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type EDatenquellenTyp Modifier and Type Method Description Datenquelle
DatenquelleAPI. getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Method for determining a data source of a client by the name and type.Datenquelle
DatenquelleAPI. getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
-
Uses of EDatenquellenTyp in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type EDatenquellenTyp Modifier and Type Method Description Datenquelle
DatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.Datenquelle
DatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)
-
Uses of EDatenquellenTyp in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type EDatenquellenTyp Modifier and Type Method Description Datenquelle
IDatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Datenquelle
IDatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)
-
Uses of EDatenquellenTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EDatenquellenTyp Modifier and Type Method Description EDatenquellenTyp
Datenquelle. getTyp()
Methods in de.xima.fc.entities with parameters of type EDatenquellenTyp Modifier and Type Method Description void
Datenquelle. setTyp(EDatenquellenTyp typ)
-
Uses of EDatenquellenTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EDatenquellenTyp Modifier and Type Method Description EDatenquellenTyp[]
EnumBean. getEDatenquellenTyp()
-
Uses of EDatenquellenTyp in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type EDatenquellenTyp Modifier and Type Method Description List<EDatenquellenTyp>
DataSourcesBean. getAvailableTypes()
Methods in de.xima.fc.gui.bean.data with parameters of type EDatenquellenTyp Modifier and Type Method Description void
DataSourcesBean. setType(EDatenquellenTyp type)
Sets the type of the selected data source and gives it a unique name depending on the type -
Uses of EDatenquellenTyp in de.xima.fc.gui.utils.data.importer
Methods in de.xima.fc.gui.utils.data.importer that return EDatenquellenTyp Modifier and Type Method Description EDatenquellenTyp
DataSourceImporter. getDataSourceType()
-
Uses of EDatenquellenTyp in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type EDatenquellenTyp Modifier and Type Method Description Datenquelle
DatenquelleHandler. getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Datenquelle
DatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type)
-
Uses of EDatenquellenTyp in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type EDatenquellenTyp Modifier and Type Method Description Datenquelle
IDatenquelleHandler. getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and typeDatenquelle
IDatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets an public datasource -
Uses of EDatenquellenTyp in de.xima.fc.importer.mdl.descriptor
Methods in de.xima.fc.importer.mdl.descriptor that return EDatenquellenTyp Modifier and Type Method Description EDatenquellenTyp
DataSourceDescriptor. getType()
Constructors in de.xima.fc.importer.mdl.descriptor with parameters of type EDatenquellenTyp Constructor Description DataSourceDescriptor(Long id, String name, EDatenquellenTyp type)
-
Uses of EDatenquellenTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDatenquellenTyp Modifier and Type Method Description static EDatenquellenTyp
EDatenquellenTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static EDatenquellenTyp[]
EDatenquellenTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums that return types with arguments of type EDatenquellenTyp Modifier and Type Method Description static List<EDatenquellenTyp>
EDatenquellenTyp. getNonDeprecated()
-