Uses of Interface
de.xima.fc.entities.interfaces.ITransferableEntity
Packages that use ITransferableEntity
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Package für allgemeine Exceptions
Klassen für Zugriffsbeschränkung und Zugriffsrecht
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of ITransferableEntity in de.xima.fc.api.entity
Classes in de.xima.fc.api.entity with type parameters of type ITransferableEntityModifier and TypeClassDescriptionclass
AEntityAPI<T extends ITransferableEntity>
Abstract class with diffrent CRUD operations for entities of the typeITransferableEntity
.Methods in de.xima.fc.api.entity with type parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
TGenericAPI.create
(Class<T> entityClass, UserContext uc, T entity) Method for creating a entity of a defined class.<T extends ITransferableEntity>
T[]GenericAPI.create
(Class<T> entityClass, UserContext uc, T[] entities) Method for creating multiple entities of a defined class.<T extends ITransferableEntity>
booleanGenericAPI.delete
(Class<T> entityClass, UserContext uc, T entity) Method for deleting a entity of a defined class.<T extends ITransferableEntity>
booleanGenericAPI.delete
(Class<T> entityClass, UserContext uc, T[] entities) Method for deleting multiple entities of a defined class.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
BooleanGenericAPI.deleteAllBy
(Class<T> entityClass, UserContext uc, C cm) Method for deleting multiple entities of a defined class by ID.<T extends ITransferableEntity>
BooleanGenericAPI.deleteAllBy
(Class<T> entityClass, UserContext uc, de.xima.cmn.criteria.QueryCriteriaManager qcm) Method for deleting multiple entities of a defined class by ID. * @paramthe type of the entity <T extends ITransferableEntity>
BooleanGenericAPI.deleteById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
BooleanGenericAPI.deleteById
(Class<T> entityClass, UserContext uc, Long id) Method for deleting a entity of a defined class by ID.<T extends ITransferableEntity>
List<T>GenericAPI.getAll
(Class<T> entityClass, UserContext uc) Method for determining all entities.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
List<T>GenericAPI.getAll
(Class<T> entityClass, UserContext uc, C cm) Method for determining all entities of a defined class using a criteria manager.<T extends ITransferableEntity>
List<T>GenericAPI.getAll
(Class<T> entityClass, UserContext uc, de.xima.cmn.criteria.QueryCriteriaManager qcm) Method for determining all entities of a defined class using aQueryCriteriaManager
s.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<Map<String,Serializable>> GenericAPI.getAttributes
(Class<T> entityClass, UserContext uc, C cm) <R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<R>GenericAPI.getAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) <T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
TGenericAPI.getBy
(Class<T> entityClass, UserContext uc, C cm) Method for determining an entity using aQueryCriteriaManager
.<T extends ITransferableEntity>
TGenericAPI.getBy
(Class<T> entityClass, UserContext uc, de.xima.cmn.criteria.QueryCriteriaManager qcm) Method for determining an entity using aQueryCriteriaManager
.<T extends ITransferableEntity>
TGenericAPI.getById
(UserContext uc, String entityClassName, String id) Method for reading an entity by its class name and ID.<T extends ITransferableEntity>
TGenericAPI.getById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
TGenericAPI.getById
(Class<T> entityClass, UserContext uc, Long id) Method for reading a entity by class and ID.<R extends ITransferableEntity>
Set<R>AEntityAPI.getEntityRefs
(UserContext uc, T entity) Returns a set of entities that reference the given entity and depend on it.<R,
T extends ITransferableEntity>
Set<R>GenericAPI.getEntityRefs
(Class<T> entityClass, UserContext uc, T entity) Returns a set of entities that reference the given entity and depend on it.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
javax.persistence.TupleGenericAPI.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm) Deprecated.<R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
RGenericAPI.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) This method allows for the selection of certain attributes of an entity instead of reading the entire entity<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
intGenericAPI.resultTotalCount
(Class<T> entityClass, UserContext uc, C cm) Method for determining the number of found entities based on their class.<T extends ITransferableEntity>
intGenericAPI.resultTotalCount
(Class<T> entityClass, UserContext uc, de.xima.cmn.criteria.QueryCriteriaManager qcm) Method for determining the number of found entities based on their class.<T extends ITransferableEntity>
TGenericAPI.update
(Class<T> entityClass, UserContext uc, T entity) Method for updating a entity of a defined class.<T extends ITransferableEntity>
T[]GenericAPI.update
(Class<T> entityClass, UserContext uc, T[] entities) Method for updating multiple entities of a defined class.Methods in de.xima.fc.api.entity that return ITransferableEntityModifier and TypeMethodDescriptionT[]
AEntityAPI.create
(UserContext uc, T[] entities) Method for creating multiple entities.<T extends ITransferableEntity>
T[]GenericAPI.create
(Class<T> entityClass, UserContext uc, T[] entities) Method for creating multiple entities of a defined class.T[]
AEntityAPI.update
(UserContext uc, T[] entities) Method for updating multiple entities.<T extends ITransferableEntity>
T[]GenericAPI.update
(Class<T> entityClass, UserContext uc, T[] entities) Method for updating multiple entities of a defined class.Methods in de.xima.fc.api.entity with parameters of type ITransferableEntityModifier and TypeMethodDescriptionT[]
AEntityAPI.create
(UserContext uc, T[] entities) Method for creating multiple entities.<T extends ITransferableEntity>
T[]GenericAPI.create
(Class<T> entityClass, UserContext uc, T[] entities) Method for creating multiple entities of a defined class.AEntityAPI.delete
(UserContext uc, T[] entities) Method for deleting multiple entities.<T extends ITransferableEntity>
booleanGenericAPI.delete
(Class<T> entityClass, UserContext uc, T[] entities) Method for deleting multiple entities of a defined class.T[]
AEntityAPI.update
(UserContext uc, T[] entities) Method for updating multiple entities.<T extends ITransferableEntity>
T[]GenericAPI.update
(Class<T> entityClass, UserContext uc, T[] entities) Method for updating multiple entities of a defined class. -
Uses of ITransferableEntity in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl with type parameters of type ITransferableEntityModifier and TypeClassDescriptionclass
MandantDependentBaseDao<E extends ITransferableEntity>
class
ProjektDependentBaseDao<E extends ITransferableEntity>
-
Uses of ITransferableEntity in de.xima.fc.dao.interfaces
Classes in de.xima.fc.dao.interfaces with type parameters of type ITransferableEntityModifier and TypeInterfaceDescriptioninterface
IMandantDependentBaseDao<T extends ITransferableEntity>
interface
IProjektDependentBaseDao<T extends ITransferableEntity>
-
Uses of ITransferableEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement ITransferableEntityModifier and TypeClassDescriptionclass
Describes the closing hours of anAppointmentTemplate
.class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>> Abstract base class for user authenticatorsclass
Abstract base class for authenticator configurationsclass
AbstractDatei<T extends IAbstractDateiData>
Deprecated.useAFileEntity
class
Deprecated.useAFileDataEntity
class
Diese Klasse ist die Elternklasse aller Entitäten und beinhaltet die Attribute, die in jeder Entität vorhanden sein müssen.class
Diese Klasse ist die Elternklasse aller Entitäten und beinhaltet die Attribute, die in jeder Entität vorhanden sein müssen.class
class
Abstract base class for authorizations of aMandant
class
class
AEncryptedFileDataEntity<T extends IFileEntity<?,
?>> class
AFileDataEntity<T extends IFileEntity<?,
?>> class
AFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,
T extends IFileDataEntity<?>> class
AFormEncryptedFileDataEntity<T extends IFileEntity<?,
?>> class
class
Deprecated.This entity is part of the old workflow engine.class
Deprecated.The new user managemen uses the system-scopedUserProfile
, the client-scopedDirectClientAuthorization
etc.class
Diese Klasse ist die Elternklasse aller Entitäten und beinhaltet die Attribute, die in jeder Entität vorhanden sein müssen.class
APluginEntity<META extends IPluginFileEntity<?,
?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.class
APluginFileEntity<T extends IPluginEntity<?,
?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> class
Describes a booked appointment.class
Describes the closing hours of anAppointmentTemplate
.class
Describes the closing hours of anAppointmentTemplate
.class
Describes an available slot (time range) of anAppointmentTemplate
.class
An entity for the appointment module of formcycle.class
Describes the type of an appointment and contains several metadata, such as the duration of the appointment.class
class
Die KlasseAttachment
beinhaltet Meta-Informationen zu einem im System verfügbaren Anhang.class
class
class
AWorkflowElement<TElement extends IWorkflowElementEntity,
TSearchTerm extends AWorkflowElementSearchTerm<TElement>> Base class for workflow elements, i.e. nodes and triggers.class
AWorkflowElementSearchTerm<TElement extends IWorkflowElementEntity>
Each workflow element can have one or more search terms that are used in database queries to filter the applicable elements.class
Deprecated.This entity is part of the old workflow engine.class
Deprecated.Since Version 8.0.0 user information is stored inuser profiles
.class
Diese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzer
zugeordnet werden können.class
Entity model for user authenticators inMandant
scopeclass
class
class
Counter entity inMandant
scopeclass
Entity representing files of aMandant
class
Entity containing the actual data of a user profile file entityclass
Entity for the binary data of an client-wide pluginclass
Entity for the configuration of an client-wide pluginclass
Entity for the binary data of an client-wide pluginclass
Entity for the binary data of an system-wide pluginclass
class
class
Direct client authorizations define the permissions ofUserProfile
s toMandant
s viaRolle
s andBenutzerGruppe
s.class
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen Werteclass
class
class
class
Simple table that holds potentially long-term locks on a form record.class
class
class
class
class
class
class
Die Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.class
class
class
class
class
class
Indirect client authorizations define the permission toMandant
s using filters of aSystemAuthenticator
.class
class
class
class
Deprecated.Since Version 8.0.0 user information is storedUserProfile
s.class
class
This entity represents licenses.class
Diese Entität bildet einen Mandanten ab.class
class
Deprecated.UseLDAPZugriff
instead.class
class
class
class
class
Deprecated.Table no longer existsclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Diese Entität stellt ein Postfach dar.class
Model for persisting authenticator configurations for a projectclass
Entity for project-specific double-opt-in dataclass
Configuration for a project for detecting duplicate submissions.class
Entity for project-specific invitation dataclass
class
class
A tag that is associated with aproject
.class
The entityProjekt
contains the core functionality of the system.class
class
class
class
class
class
Die Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht.class
class
class
Deprecated.class
Die Klasse Rolle dient dazu, die Rechte einesBenutzer
festzulegen.class
Deprecated.This entity is part of the old workflow engine.class
Entity model for user authenticators in system scopeclass
class
class
Entity for storing informations about the already performed system-updatesclass
Entity for system messages.class
Entity for system-wide pluginsclass
Entity for the configuration of an system-wide pluginclass
Entity for the binary data of an system-wide pluginclass
Entity for the binary data of an system-wide pluginclass
Entity for system-wide propertiesclass
Diese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.class
User credentials are the entries of the default formcycle authenticator.class
Entity representing the email addresses of users which are used by theUserProfile
class
User identities are the connection betweenSystemAuthenticator
s andUserProfile
s.class
User profiles store information about a specific user that may be able to sign in using multipleUserIdentity
s.class
Entity representing files of a user profileclass
Entity containing the actual data of a user profile file entityclass
This entity represents the MFA configuration of a user profile.class
class
Models the connection data for a web DAV server.class
A workflow node that represents a statement in a workflow task.class
EachWorkflowNode
can have one or more search terms that are used in database queries to filter nodes.class
A workflow process that defines which actions are taken when certain events occur during the life cycle of a form record.class
Describes the state of aVorgang
.class
Model for persisting authenticator configuration of aWorkflowState
class
A single workflow task with a program represented by theWorkflowTask.getRootNode()
that is executed when one of itsWorkflowTask.getTrigger()
fires.class
A workflow trigger that start aWorkflowTask
when a certain event occurs.class
EachWorkflowTrigger
can have one or more search terms that are used to decide whether a certain trigger applies to a certain event.class
Represents the version of a project's workflow.class
File descriptor for the JSON data of a workflow version backup.class
JSON data with the backup of a workflow version. -
Uses of ITransferableEntity in de.xima.fc.entities.interfaces
Subinterfaces of ITransferableEntity in de.xima.fc.entities.interfacesModifier and TypeInterfaceDescriptioninterface
Schnittstelle für Modelklassen, die in Beziehung zu BenutzerGruppen stehen.interface
Common interface for authorization to aMandant
that are entities.interface
IFileMapProviding<T extends IKeyDependentFileEntity<?,
D>, D extends IFileDataEntity<T>> Common interface for classes providing a file mapinterface
IFileProviding<T extends IFileEntity<?,
E>, E extends IFileDataEntity<T>> interface
Schnittstelle für Modelklassen, die in Beziehung zu einem Mandanten stehen.interface
Schnittstelle für Modelklassen, die in Beziehung zu einem Projekt stehen.interface
-
Uses of ITransferableEntity in de.xima.fc.exceptions
Constructors in de.xima.fc.exceptions with parameters of type ITransferableEntityModifierConstructorDescriptionAbstractXfcException
(Throwable cause, ITransferableEntity transferableEntity) AbstractXfcException
(Throwable cause, ITransferableEntity transferableEntity, String message) AbstractXfcRuntimeException
(Throwable cause, ITransferableEntity transferableEntity) AbstractXfcRuntimeException
(Throwable cause, ITransferableEntity transferableEntity, String message) -
Uses of ITransferableEntity in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement ITransferableEntityModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated. -
Uses of ITransferableEntity in de.xima.fc.gui.bean
Classes in de.xima.fc.gui.bean with type parameters of type ITransferableEntityFields in de.xima.fc.gui.bean declared as ITransferableEntity -
Uses of ITransferableEntity in de.xima.fc.gui.common.bean.file
Methods in de.xima.fc.gui.common.bean.file with type parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity & IFileEntity<?,
?>>
StringFileDataBean.getCacheParameter
(T fileEntity) -
Uses of ITransferableEntity in de.xima.fc.gui.common.interfaces
Classes in de.xima.fc.gui.common.interfaces with type parameters of type ITransferableEntityModifier and TypeInterfaceDescriptioninterface
IEntityWrapper<T extends ITransferableEntity>
Common interface for entity wrappers -
Uses of ITransferableEntity in de.xima.fc.gui.common.interfaces.lazydata
Classes in de.xima.fc.gui.common.interfaces.lazydata with type parameters of type ITransferableEntityModifier and TypeInterfaceDescriptioninterface
ILazyEntityListModel<T extends ITransferableEntity>
-
Uses of ITransferableEntity in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return types with arguments of type ITransferableEntityModifier and TypeMethodDescriptionstatic Class<? extends ITransferableEntity>
FileMapping.getDataByFile
(ITransferableEntity fileEntity) static Class<? extends ITransferableEntity>
FileMapping.getFileByName
(String name) Methods in de.xima.fc.gui.common.model with parameters of type ITransferableEntityModifier and TypeMethodDescriptionstatic Class<? extends ITransferableEntity>
FileMapping.getDataByFile
(ITransferableEntity fileEntity) -
Uses of ITransferableEntity in de.xima.fc.gui.interfaces.data
Classes in de.xima.fc.gui.interfaces.data with type parameters of type ITransferableEntityModifier and TypeInterfaceDescriptioninterface
IEntityListModel<T extends ITransferableEntity>
Describes a list of entities of which one can be selected.interface
IEntityListModelSelectByView<T extends ITransferableEntity>
interface
IEntitySelectModel<T extends ITransferableEntity>
IEntityListModel
describes a list of entities of which one can be selected. -
Uses of ITransferableEntity in de.xima.fc.gui.model.data
Classes in de.xima.fc.gui.model.data with type parameters of type ITransferableEntityModifier and TypeClassDescriptionclass
EntityListModel<T extends ITransferableEntity>
class
EntityListModelSelectByView<T extends ITransferableEntity>
Extends theEntityListModel
and adds functionality for memorizing the currently selected entity for the duration of the current session.class
EntitySelectModel<T extends ITransferableEntity>
Fields in de.xima.fc.gui.model.data declared as ITransferableEntity -
Uses of ITransferableEntity in de.xima.fc.gui.model.lazydata
Classes in de.xima.fc.gui.model.lazydata with type parameters of type ITransferableEntityMethods in de.xima.fc.gui.model.lazydata with parameters of type ITransferableEntityModifier and TypeMethodDescriptionint
LazyEntityListModel.getPage
(ITransferableEntity entity, int pageSize) -
Uses of ITransferableEntity in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with type parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
TGenericHandler.create
(Class<T> entityClass, UserContext uc, T entity) Creates the.<T extends ITransferableEntity>
T[]GenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
BooleanGenericHandler.delete
(Class<T> entityClass, UserContext uc, T entities) Delete.<T extends ITransferableEntity>
BooleanGenericHandler.delete
(Class<T> entityClass, UserContext uc, T... entities) Delete.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
BooleanGenericHandler.deleteBy
(Class<T> entityClass, UserContext uc, C cm) Delete by.<T extends ITransferableEntity>
BooleanGenericHandler.deleteById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
BooleanGenericHandler.deleteById
(Class<T> entityClass, UserContext uc, Long id) Delete by id.<T extends ITransferableEntity>
List<T>GenericHandler.getAll
(Class<T> entityClass, UserContext uc) Gets the all.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
List<T>GenericHandler.getAllBy
(Class<T> entityClass, UserContext uc, C cm) Gets the all by.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<Map<String,Serializable>> GenericHandler.getAttributes
(Class<T> entityClass, UserContext uc, C cm) Gets a list of attributes specified in the given criteria managerC
<R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<R>GenericHandler.getAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) Gets a list of attributes specified in the given criteria manager. the attribute values will be returned as objects defined by the result class<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
TGenericHandler.getBy
(Class<T> entityClass, UserContext uc, C cm) Gets the by.<T extends ITransferableEntity>
TGenericHandler.getById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
TGenericHandler.getById
(Class<T> entityClass, UserContext uc, Long id) Gets the by id.<T extends ITransferableEntity>
TGenericHandler.getById
(String entityClass, UserContext uc, String id) Gets the by id.<R,
T extends ITransferableEntity>
Set<R>GenericHandler.getEntityRefs
(Class<T> entityClass, UserContext uc, T entity) <T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
javax.persistence.TupleGenericHandler.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm) This method allows for the selection of certain attributes of an entity instead of reading the entire entity<R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
RGenericHandler.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) This method allows for the selection of certain attributes of an entity instead of reading the entire entity<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
IntegerGenericHandler.resultTotalCount
(Class<T> entityClass, UserContext uc, C cm) Result total count.<T extends ITransferableEntity>
TGenericHandler.update
(Class<T> entityClass, UserContext uc, T entity) Update.<T extends ITransferableEntity>
T[]GenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update.Methods in de.xima.fc.handler.entity that return ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
T[]GenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
T[]GenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update.Methods in de.xima.fc.handler.entity with parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
T[]GenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
BooleanGenericHandler.delete
(Class<T> entityClass, UserContext uc, T... entities) Delete.<T extends ITransferableEntity>
T[]GenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update. -
Uses of ITransferableEntity in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with type parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
TIGenericHandler.create
(Class<T> entityClass, UserContext uc, T entity) Creates the.<T extends ITransferableEntity>
T[]IGenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
BooleanIGenericHandler.delete
(Class<T> entityClass, UserContext uc, T entities) Delete.<T extends ITransferableEntity>
BooleanIGenericHandler.delete
(Class<T> entityClass, UserContext uc, T... entities) Delete.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
BooleanIGenericHandler.deleteBy
(Class<T> entityClass, UserContext uc, C cm) Delete by.<T extends ITransferableEntity>
BooleanIGenericHandler.deleteById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
BooleanIGenericHandler.deleteById
(Class<T> entityClass, UserContext uc, Long id) Delete by id.<T extends ITransferableEntity>
List<T>IGenericHandler.getAll
(Class<T> entityClass, UserContext uc) Gets the all.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
List<T>IGenericHandler.getAllBy
(Class<T> entityClass, UserContext uc, C cm) Gets the all by.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<Map<String,Serializable>> IGenericHandler.getAttributes
(Class<T> entityClass, UserContext uc, C cm) Gets a list of attributes specified in the given criteria managerC
<R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
List<R>IGenericHandler.getAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) Gets a list of attributes specified in the given criteria manager. the attribute values will be returned as objects defined by the result class<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
TIGenericHandler.getBy
(Class<T> entityClass, UserContext uc, C cm) Gets the by.<T extends ITransferableEntity>
TIGenericHandler.getById
(Class<T> entityClass, UserContext uc, Integer id) <T extends ITransferableEntity>
TIGenericHandler.getById
(Class<T> entityClass, UserContext uc, Long id) Gets the by id.<T extends ITransferableEntity>
TIGenericHandler.getById
(String entityClass, UserContext uc, String id) Gets the by id.<R,
T extends ITransferableEntity>
Set<R>IGenericHandler.getEntityRefs
(Class<T> entityClass, UserContext uc, T entity) Returns a set of entities that reference the given entity and depend on it.<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
javax.persistence.TupleIGenericHandler.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm) Deprecated.usede.xima.fc.handler.interfaces.entity.IGenericHandler.getSingleAttributes(Class, UserContext, IFilterableCriteriaManager, Class)
<R,
T extends ITransferableEntity, C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.ISortableCriteriaManager & de.xima.cmn.criteria.interfaces.IPageableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding & de.xima.cmn.criteria.interfaces.ISelectableCriteriaManager>
RIGenericHandler.getSingleAttributes
(Class<T> entityClass, UserContext uc, C cm, Class<R> resultClass) This method allows for the selection of certain attributes of an entity instead of reading the entire entity<T extends ITransferableEntity,
C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
IntegerIGenericHandler.resultTotalCount
(Class<T> entityClass, UserContext uc, C cm) Result total count.<T extends ITransferableEntity>
TIGenericHandler.update
(Class<T> entityClass, UserContext uc, T entity) Update.<T extends ITransferableEntity>
T[]IGenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update.Methods in de.xima.fc.handler.interfaces.entity that return ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
T[]IGenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
T[]IGenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update.Methods in de.xima.fc.handler.interfaces.entity with parameters of type ITransferableEntityModifier and TypeMethodDescription<T extends ITransferableEntity>
T[]IGenericHandler.create
(Class<T> entityClass, UserContext uc, T... entities) Creates the.<T extends ITransferableEntity>
BooleanIGenericHandler.delete
(Class<T> entityClass, UserContext uc, T... entities) Delete.<T extends ITransferableEntity>
T[]IGenericHandler.update
(Class<T> entityClass, UserContext uc, T... entities) Update. -
Uses of ITransferableEntity in de.xima.fc.interfaces.security.filter
Methods in de.xima.fc.interfaces.security.filter with parameters of type ITransferableEntityModifier and TypeMethodDescriptionboolean
IMandantDependentFilter.isAllowed
(Mandant mandant, ITransferableEntity entityToAccess, EZugriffsrecht recht) Diese Methode dient dazu, zu prüfen ob eine Entität, aus welche zugegriffen werden soll, zu dem Mandanten gehört.boolean
IZugriffsrechtFilter.isAllowed
(Benutzer bearbeiter, ITransferableEntity transferableEntity, String entityType, EZugriffsrecht aktion) Diese Methode dient dazu, zu überprüfen, ob einBenutzer
auf eineAbstractLockableEntity
eine Aktion ausführen darf. -
Uses of ITransferableEntity in de.xima.fc.mdl
Classes in de.xima.fc.mdl that implement ITransferableEntityModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
-
Uses of ITransferableEntity in de.xima.fc.ms.test.dao
Methods in de.xima.fc.ms.test.dao with type parameters of type ITransferableEntityModifier and TypeMethodDescriptiondefault <T extends ITransferableEntity>
TApiCrudMixin.create
(T entity) Creates the given non-persisted entity.default <T extends ITransferableEntity>
TApiCrudMixin.createOrUpdate
(T entity) Creates the given entity if not yet persisted, or updates it otherwise.default <T extends ITransferableEntity>
TRead the entity with the given database ID.default <T extends ITransferableEntity>
TReads the entity with the given filter.default <T extends ITransferableEntity>
List<T>Reads the entity with the given filter.default <T extends ITransferableEntity>
TApiCrudMixin.update
(T entity) Update the given existing entity.Methods in de.xima.fc.ms.test.dao with parameters of type ITransferableEntityModifier and TypeMethodDescriptiondefault void
ApiCrudMixin.delete
(ITransferableEntity entity) Delete the given entity. -
Uses of ITransferableEntity in de.xima.fc.security
Methods in de.xima.fc.security with parameters of type ITransferableEntityModifier and TypeMethodDescriptionboolean
FilterMandantDependentDefault.isAllowed
(Mandant mandant, ITransferableEntity entityToAccess, EZugriffsrecht recht) Diese Methode dient dazu zu überprüfen, ob eine Entitäteninstanz zu einem Mandanten gehört.boolean
FilterZugriffsrechtDefault.isAllowed
(Benutzer bearbeiter, ITransferableEntity transferableEntity, String entityType, EZugriffsrecht aktion) Diese Methode dient dazu, zu überprüfen, ob einBenutzer
auf eineAbstractLockableEntity
eine Aktion ausführen darf. -
Uses of ITransferableEntity in de.xima.fc.servlet.handler
Classes in de.xima.fc.servlet.handler with type parameters of type ITransferableEntityModifier and TypeClassDescriptionclass
AbstractServletHandler<T extends ITransferableEntity>
Deprecated.This is part of the old rest API.class
GeneralServletHandler<T extends ITransferableEntity>
Deprecated.This is part of the old rest API.Fields in de.xima.fc.servlet.handler declared as ITransferableEntity -
Uses of ITransferableEntity in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json with parameters of type ITransferableEntityModifier and TypeMethodDescriptionstatic String
JSONBuilder.buildErrorMsgWithResult
(String i18nkey, javax.servlet.http.HttpSession session, ITransferableEntity returnValue) Liefert eine Fehlermeldung anhand des übergebenen Schlüsses und RückgabewertMethod parameters in de.xima.fc.web.common.json with type arguments of type ITransferableEntityModifier and TypeMethodDescriptionstatic String
JSONBuilder.buildEntityList
(List<? extends ITransferableEntity> entityList, ArrayList<BeanAttribute> attrs, javax.servlet.http.HttpSession session, HashMap<String, String> returnValues) Stellt den Response-Inhalt im JSON-Format bereit, mit allen Entitäten welche übergeben wurdenstatic String
JSONBuilder.buildEntityList
(List<? extends ITransferableEntity> entityList, ArrayList<BeanAttribute> attrs, javax.servlet.http.HttpSession session, HashMap<String, String> returnValues, List<de.xima.cmn.i18n.LocalizedMessageWrapper> i18nMsgs) Diese Methode erlaubt es eine Liste mitLocalizedMessageWrapper
-Objekten zu lokalisieren und der Map, die als ParameterreturnValues
mitkommt, hinzuzufügen. -
Uses of ITransferableEntity in de.xima.fc.web.common.request
Constructors in de.xima.fc.web.common.request with parameters of type ITransferableEntityModifierConstructorDescriptionJSONRequester
(ITransferableEntity transferableEntity, Class<? extends ITransferableEntity> entityClass, String jsonData) Constructor parameters in de.xima.fc.web.common.request with type arguments of type ITransferableEntityModifierConstructorDescriptionJSONRequester
(ITransferableEntity transferableEntity, Class<? extends ITransferableEntity> entityClass, String jsonData) -
Uses of ITransferableEntity in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that return ITransferableEntityModifier and TypeMethodDescriptionstatic ITransferableEntity
BeanUtils.getEntity
(UserContext uc, String entityName, String id) Generisches Auslesen der Entität anhand der ID und dem Namen der Entität.
de.xima.fc.api.entity.GenericAPI.getSingleAttributes(Class, UserContext, IFilterableCriteriaManager, Class)