Uses of Enum
de.xima.fc.mdl.enums.EDatenquellenTyp
Packages that use EDatenquellenTyp
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
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 EDatenquellenTypModifier and TypeMethodDescriptionDatenquelleAPI.getDatenquelleByName
(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Method for determining a data source of a client by the name and type.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 EDatenquellenTypModifier and TypeMethodDescriptionDatenquelleDao.getDatenquelleByNameAndType
(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.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 EDatenquellenTypModifier and TypeMethodDescriptionIDatenquelleDao.getDatenquelleByNameAndType
(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) 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 EDatenquellenTypMethods in de.xima.fc.entities with parameters of type EDatenquellenTyp -
Uses of EDatenquellenTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EDatenquellenTyp -
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 EDatenquellenTypMethods in de.xima.fc.gui.bean.data with parameters of type EDatenquellenTypModifier and TypeMethodDescriptionvoid
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 -
Uses of EDatenquellenTyp in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type EDatenquellenTypModifier and TypeMethodDescriptionDatenquelleHandler.getDatenquelleByNameAndType
(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) 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 EDatenquellenTypModifier and TypeMethodDescriptionIDatenquelleHandler.getDatenquelleByNameAndType
(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp) Gets the DataStores by name and typeIDatenquelleHandler.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 EDatenquellenTypConstructors in de.xima.fc.importer.mdl.descriptor with parameters of type EDatenquellenTyp -
Uses of EDatenquellenTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDatenquellenTypModifier and TypeMethodDescriptionstatic EDatenquellenTyp
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 EDatenquellenTypModifier and TypeMethodDescriptionstatic final List<EDatenquellenTyp>
EDatenquellenTyp.getNonDeprecated()