Modifier and Type | Method and Description |
---|---|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.cacheFileData(UserContext uc,
T entity) |
static <T extends IFileEntity<?,?>> |
FileCache.cacheFileEntityData(UserContext uc,
T fileEntity) |
static IXForm |
XFormCache.cacheForm(UserContext uc,
FormVersion entity) |
static <T extends de.xima.cmn.dao.interfaces.ILockableEntity<?>> |
GenericDataCache.cacheStringData(UserContext uc,
T entity,
String dataToCache)
Writes the given data into the cache under the locking version of the given entity.
|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.getCachedFileData(UserContext uc,
T entity) |
static <T extends IFileEntity<?,?>> |
FileCache.getCachedFileEntityData(UserContext uc,
T fileEntity) |
static IXForm |
XFormCache.getCachedForm(UserContext uc,
FormVersion entity) |
static com.alibaba.fastjson.JSONObject |
GenericDataCache.getCachedI18nValues(UserContext uc,
Mandant client) |
static com.alibaba.fastjson.JSONObject |
GenericDataCache.getCachedI18nValues(UserContext uc,
Textbaustein template) |
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.getUncachedFileData(UserContext uc,
T entity) |
static <T extends IFileEntity<?,?>> |
FileCache.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
static IXForm |
XFormCache.getUncachedForm(UserContext uc,
FormVersion entity) |
static XformCacheModel |
XFormCache.readCachedForm(UserContext uc,
FormVersion entity) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangAPI.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment)
Method for adding a attachment to a
Vorgang . |
boolean |
BenutzerAPI.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Method to add a user to a user group.
|
void |
ProtokollAPI.addMandantProtokollEintrag(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry)
Method for creating a protocol entry when a client is changed.
|
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Method for adding a module to a existing role.
|
void |
ProtokollAPI.addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry)
Method for creating a protocol entry when a project is changed.
|
Projekt |
ProjektAPI.addProjektRessource(UserContext uc,
Projekt projekt,
ProjektRessource ressource) |
void |
ProtokollAPI.addSystemProtokollEintrag(UserContext uc,
ProtocolEntrySystem entry)
Method for creating a system protocol entry
|
void |
ProtokollAPI.addVorgangProtokollEintrag(UserContext uc,
Vorgang vorgang,
ProtocolEntryProcessing entry)
Method for creating a protocol entry when a status is changed.
|
int |
VorgangAPI.bulkDelete(UserContext uc,
List<Long> formRecordIds)
Deletes all form records with the given IDs
|
int |
VorgangAPI.bulkMarkRead(UserContext uc,
List<Long> formRecordIds,
boolean read)
Sets the attribute 'gelesen' of all the form records with the given IDs
|
Benutzer |
BenutzerAPI.byLDAPGruppe(UserContext uc,
String username,
Mandant mandant) |
Benutzer |
BenutzerAPI.byLDAPGruppeLogin(UserContext uc,
Mandant man,
String username,
String clearTextPassword) |
Benutzer |
BenutzerAPI.byLogin(UserContext uc,
String username,
String clearTextPassword,
Mandant mandant)
Method for determining a user based on his login data.
|
Benutzer |
BenutzerAPI.byNameAndMandant(UserContext uc,
String username,
Mandant mandant) |
void |
AppointmentAPI.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params)
Cancels the given appointment.
|
boolean |
AttachmentAPI.checkAttachmentsHash(UserContext uc,
String prozessId,
String sessionId,
int hash)
Method for checking if the hashkey is correct for the attachments of a
Vorgang . |
Benutzer |
BenutzerAPI.checkLDAPGroupsActiveUser(UserContext uc,
Long clientId,
String userName) |
boolean |
BenutzerAPI.checkLDAPLogin(UserContext uc,
Mandant man,
String username,
String clearTextPassword)
Method for determining a user based on his LDAP login.
|
Boolean |
BenutzerAPI.checkLogin(UserContext uc,
String username,
String clearTextPassword,
Mandant man)
Method for checking login data of a user.
|
void |
PostfachAPI.clear(UserContext uc,
Mandant mandant,
Postfach postfach)
Deprecated.
|
void |
PostfachAPI.clear(UserContext uc,
Postfach postfach)
Method for emptying a
Postfach . |
Projekt |
ProjektAPI.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
Vorgang |
VorgangAPI.correctStatus(UserContext uc,
Vorgang formRecord,
Status targetState,
Benutzer user) |
<T extends ITransferableEntity> |
GenericAPI.create(Class<T> entityClass,
UserContext uc,
T entity)
Method for creating a entity of a defined class.
|
<T extends ITransferableEntity> |
GenericAPI.create(Class<T> entityClass,
UserContext uc,
T[] entities)
Method for creating multiple entities of a defined class.
|
FormEingang |
FormEingangAPI.create(UserContext uc,
FormEingang formEingang,
Benutzer vorgangsOwner,
Benutzer benutzer)
Deprecated.
user
#create(UserContext, FormEingang) Method for determining of a FormEingang . |
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Method for creating a
FormVersion entity. |
MandantRessource |
MandantRessourcenAPI.create(UserContext uc,
String name,
byte[] data,
String userName,
String fileName,
Mandant mandant)
Method for creating a
MandantRessource with the transmitted data. |
ProjektRessource |
ProjektRessourcenAPI.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
T |
AEntityAPI.create(UserContext uc,
T entity)
Method for creating a entity.
|
T[] |
AEntityAPI.create(UserContext uc,
T[] entities)
Method for creating multiple entities.
|
Appointment |
AppointmentAPI.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params)
Books the given appointment.
|
Attachment |
AttachmentAPI.createByUser(UserContext uc,
String username,
Attachment attachment) |
<T extends ITransferableEntity> |
GenericAPI.delete(Class<T> entityClass,
UserContext uc,
T entity)
Method for deleting a entity of a defined class.
|
<T extends ITransferableEntity> |
GenericAPI.delete(Class<T> entityClass,
UserContext uc,
T[] entities)
Method for deleting multiple entities of a defined class.
|
Boolean |
AEntityAPI.delete(UserContext uc,
T entity)
Method for deleting a entity.
|
Boolean |
AEntityAPI.delete(UserContext uc,
T[] entities)
Method for deleting multiple 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> |
GenericAPI.deleteAllBy(Class<T> entityClass,
UserContext uc,
C cm)
Method for deleting multiple entities of a defined class by ID.
|
<T extends ITransferableEntity> |
GenericAPI.deleteAllBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for deleting multiple entities of a defined class by ID. * @param
|
Boolean |
AEntityAPI.deleteAllBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for deleting entities using a
QueryCriteriaManager s. |
<T extends ITransferableEntity> |
GenericAPI.deleteById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
GenericAPI.deleteById(Class<T> entityClass,
UserContext uc,
Long id)
Method for deleting a entity of a defined class by ID.
|
Boolean |
AEntityAPI.deleteById(UserContext uc,
Integer id) |
Boolean |
AEntityAPI.deleteById(UserContext uc,
Long id)
Method for deleting a entity by ID.
|
boolean |
AttachmentAPI.deleteByUser(UserContext uc,
String username,
Attachment... attachments) |
boolean |
AttachmentAPI.deleteByUser(UserContext uc,
String username,
boolean force,
Attachment... attachments) |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executeDBquery(UserContext uc,
Mandant mandant,
String abfrageName,
boolean suppressStatementLimits,
Serializable... parameters)
Method for executing a query with parameter.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executeDBquery(UserContext uc,
Mandant mandant,
String abfrageName,
IReplacerParams placeholderParams,
boolean suppressStatementLimits,
Serializable... parameters) |
de.xima.cmn.db.model.SerializableResultSet |
DatenquelleAPI.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
Serializable... parameters)
Deprecated.
|
IAppointmentFreeSlotQueryResult |
AppointmentTemplateAPI.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year.
|
IAppointmentIcalQueryResult |
AppointmentTemplateAPI.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executePublicDBquery(UserContext uc,
Mandant client,
String queryName,
boolean suppressStatementLimits,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
LDAPAbfrageAPI.executePublicQuery(UserContext uc,
Mandant man,
String queryName,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
LDAPAbfrageAPI.executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters)
Method for executing a query by query name.
|
Integer |
DatenbankZugriffAPI.executeSQL(UserContext uc,
Integer dbZugriffId,
String sql)
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executeSQL(UserContext uc,
Integer dbZugriffID,
String sql,
boolean suppressStatementLimits,
Serializable... args)
Method for executing a Query
PreparedStatement on the Master-Server. |
List<BenutzerGruppe> |
ProjektAPI.getAccessGroups(UserContext uc,
Projekt project) |
Rolle |
RolleAPI.getAdminRolle(UserContext uc,
Mandant mandant)
Method for determining a admin role of a client.
|
<T extends ITransferableEntity> |
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> |
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> |
GenericAPI.getAll(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining all entities of a defined class using a
QueryCriteriaManager s. |
List<T> |
AEntityAPI.getAll(UserContext uc)
Method for determining all available entities in the user context.
|
List<Appointment> |
AppointmentAPI.getAllBy(UserContext uc,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query parameters.
|
List<T> |
AEntityAPI.getAllBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining all entities using a
QueryCriteriaManager s. |
List<Attachment> |
AttachmentAPI.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Vorgang> |
VorgangAPI.getAllByBenutzer(UserContext uc,
Benutzer benutzer)
|
List<Postfach> |
PostfachAPI.getAllByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.
|
List<Postfach> |
PostfachAPI.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe)
Methode zum Ermitteln aller Postfächer, die einer
BenutzerGruppe zugeordnet sind. |
List<Postfach> |
PostfachAPI.getAllByClient(UserContext uc,
Mandant client)
Returns all inboxes of the given
Mandant |
List<AppointmentTemplate> |
AppointmentTemplateAPI.getAllByClient(UserContext uc,
Mandant currentClient)
Finds all available appointment templates of the given client.
|
List<Projekt> |
ProjektAPI.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
ProjektAPI.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
ProjektAPI.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client)
Gets all projects where the given user is editor of
|
List<Projekt> |
ProjektAPI.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope) |
List<FormElement> |
FormElementAPI.getAllByFormVersion(UserContext uc,
FormVersion fv)
Method for determining all
FormElement objects of a FormVersion . |
List<MandantRessource> |
MandantRessourcenAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Method for determining all
MandantRessource s for a client. |
List<Projekt> |
ProjektAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<Modul> |
ModulAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Method for determining all modules by a client.
|
List<Projekt> |
ProjektAPI.getAllByMandantAndStatus(UserContext uc,
Mandant mandant,
Boolean isOnline)
Method for determining all projects of a client and its online status.
|
List<Textbaustein> |
TextbausteinAPI.getAllByMandantAndTyp(UserContext uc,
Mandant client,
ETextbausteinKategorie category)
Method for reading all templates of a client and a specified type.
|
List<Mandant> |
MandantAPI.getAllByName(UserContext uc,
String name)
Method for determining all
Mandant s by name (case insensitive). |
List<Vorgang> |
VorgangAPI.getAllByPostfach(UserContext uc,
Postfach postfach)
|
List<FormEingang> |
FormEingangAPI.getAllByPostfost(UserContext uc,
Postfach postfach)
Method for determining all
FormEingang objects a Postfach . |
List<ProjektRessource> |
ProjektRessourcenAPI.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
EntityberechtigungAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Method for determining all entity authorizations by the role.
|
List<Modul> |
ModulAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Method for determining all modules by a role.
|
List<Aktion> |
AktionAPI.getAllByStatus(UserContext uc,
Status status)
Method for loading all
Aktion of a status. |
List<AppointmentSlot> |
AppointmentSlotAPI.getAllByTemplates(UserContext uc,
List<AppointmentTemplate> templates,
boolean merge)
Finds all available appointment slots of the given templates.
|
List<FormEingang> |
FormEingangAPI.getAllByVorgang(UserContext uc,
Vorgang vorgang)
Deprecated.
|
List<Projekt> |
ProjektAPI.getAllTemplatesByClient(UserContext uc,
Mandant mandant) |
List<Projekt> |
ProjektAPI.getAllTemplatesByClient(UserContext uc,
Mandant mandant,
String scope) |
Attachment |
AttachmentAPI.getAttachment(UserContext uc,
String prozessId,
String sessionId,
int hash)
Method for resolving a hash key to an attachment name.
|
InputStream |
AttachmentAPI.getAttachmentFileStream(UserContext uc,
String prozessID,
Number id)
Method for reading a attachment file.
|
InputStream |
AttachmentAPI.getAttachmentFileStream(UserContext uc,
String prozessID,
String name)
Method for reading a attachment file.
|
List<Attachment> |
AttachmentAPI.getAttachmentList(UserContext uc,
String prozessID)
Method for outputting all attachments of a process.
|
List<Attachment> |
AttachmentAPI.getAttachmentListByType(UserContext uc,
String prozessID,
EAttachmentSource source)
Method for outputting all attachments by type of a process.
|
<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> |
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> |
GenericAPI.getAttributes(Class<T> entityClass,
UserContext uc,
C cm,
Class<R> resultClass) |
<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> |
AEntityAPI.getAttributes(UserContext uc,
C cm)
This method allows for the selection of certain attributes of entities instead of reading the entire entity
|
<R,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> |
AEntityAPI.getAttributes(UserContext uc,
C cm,
Class<R> resultClass)
This method allows for the selection of certain attributes of entities instead of reading the entire entity.
|
List<BenutzerGruppe> |
BenutzerAPI.getBenutzergruppen(UserContext uc,
Benutzer ben)
Method for determining all user groups of a user.
|
List<BenutzerGruppe> |
PostfachAPI.getBenutzergruppen(UserContext uc,
Postfach postfach)
Method for determining all usergroups of a
Postfach . |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getBenutzerGruppenUsageRightByStatus(UserContext uc,
Status state)
Method for finding all
Status.getBenutzerGruppenUsageRight() for a given state. |
<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> |
GenericAPI.getBy(Class<T> entityClass,
UserContext uc,
C cm)
Method for determining an entity using a
QueryCriteriaManager . |
<T extends ITransferableEntity> |
GenericAPI.getBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining an entity using a
QueryCriteriaManager . |
FormVersion |
FormVersionAPI.getBy(UserContext uc,
Projekt projekt,
int formVersionNumber)
Method for determining a
FormVersion based of a Projekt and a version number. |
T |
AEntityAPI.getBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining an entity using a
QueryCriteriaManager s. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByBenutzer(UserContext uc,
Benutzer benutzer)
Method for determining all
BenutzerGruppe of a Benutzer . |
MandantLdapData |
MandantLdapDataAPI.getByClient(UserContext uc,
Mandant mandant)
Method deliver the LDAP data for a client.
|
MandantMailData |
MandantMailDataAPI.getByClient(UserContext uc,
Mandant mandant)
Method deliver the mail data for the client.
|
<T extends ITransferableEntity> |
GenericAPI.getById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
GenericAPI.getById(Class<T> entityClass,
UserContext uc,
Long id)
Method for reading a entity by class and ID.
|
T |
AEntityAPI.getById(UserContext uc,
Integer id) |
T |
AEntityAPI.getById(UserContext uc,
Long id)
Method for determining an entity by ID.
|
<T extends ITransferableEntity> |
GenericAPI.getById(UserContext uc,
String entityClassName,
String id)
Method for reading an entity by its class name and ID.
|
SystemProperty |
SystemPropertyAPI.getByKey(UserContext uc,
String key)
Method for determining a
SystemProperty s by a given key. |
List<SystemProperty> |
SystemPropertyAPI.getByKeyPrefix(UserContext uc,
String keyPrefix)
Method for determining a
List of SystemProperty s that have the given key prefix. |
List<SystemProperty> |
SystemPropertyAPI.getByKeys(UserContext uc,
List<String> keys)
|
Benutzer |
BenutzerAPI.getByLDAPData(UserContext uc,
Mandant mandant,
String userName,
byte[] objectID) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByMandant(UserContext uc,
Mandant mandant)
Method for determining all
BenutzerGruppe of a Mandant . |
List<Benutzer> |
BenutzerAPI.getByMandant(UserContext uc,
Mandant mandant)
Method for determining all user of a
Mandant . |
MandantFrontendServer |
MandantFrontendServerAPI.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs)
Method for fetching a
MandantFrontendServer |
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
int mandantID,
String templateName) |
Postfach |
PostfachAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
DatenbankZugriff |
DatenbankZugriffAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
Projekt |
ProjektAPI.getByName(UserContext uc,
long mandantId,
String name)
Method for determining a
Projekt by name. |
MandantRessource |
MandantRessourcenAPI.getByName(UserContext uc,
Mandant mandant,
String name)
Method for determining the
MandantRessource by his name. |
ProjektRessource |
ProjektRessourcenAPI.getByName(UserContext uc,
Projekt projekt,
String name) |
Mandant |
MandantAPI.getByName(UserContext uc,
String name)
Method for determining a
Mandant by his name (case insensitive). |
Attachment |
AttachmentAPI.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<MandantFrontendServer> |
MandantFrontendServerAPI.getByProject(UserContext uc,
Projekt project) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
List<FormVersion> |
FormVersionAPI.getByProjekt(UserContext uc,
Projekt projekt)
Method for loading of
FormVersion s of a Projekt . |
List<Status> |
StatusAPI.getByProjekt(UserContext uc,
Projekt projekt)
|
AppointmentType |
AppointmentTypeAPI.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid)
Finds the appointment with the given UUID.
|
AppointmentType |
AppointmentTypeAPI.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid)
Finds the appointment with the given UUID.
|
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
BenutzerGruppe |
BenutzerGruppeAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the user group with the given UUID string
|
Benutzer |
BenutzerAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the user with the given UUID string
|
Projekt |
ProjektAPI.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Postfach |
PostfachAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the inbox with the given UUID
|
DatenbankZugriff |
DatenbankZugriffAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
Rolle |
RolleAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the role with the given UUID
|
AppointmentTemplate |
AppointmentTemplateAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Finds the appointment template with the given UUID.
|
Textbaustein |
TextbausteinAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Method for determining an
Textbaustein by an UUID as String and the client |
BenutzerGruppe |
BenutzerGruppeAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the user group with the given UUID
|
Benutzer |
BenutzerAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the user with the given UUID
|
Projekt |
ProjektAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Postfach |
PostfachAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the inbox with the given UUID
|
DatenbankZugriff |
DatenbankZugriffAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
Rolle |
RolleAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
AppointmentTemplate |
AppointmentTemplateAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Finds the appointment template with the given UUID.
|
Textbaustein |
TextbausteinAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Method for determining an
Textbaustein by an UUID and the client |
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
Aktion |
AktionAPI.getByUUID(UserContext uc,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
AktionAPI.getByUUID(UserContext uc,
Status state,
UUID uuid)
Returns the action with the given UUID
|
Appointment |
AppointmentAPI.getByUUID(UserContext uc,
String uuid)
Finds the appointment with the given UUID.
|
Attachment |
AttachmentAPI.getByUUID(UserContext uc,
String atid) |
Mandant |
MandantAPI.getByUUID(UserContext uc,
String uuid) |
Attachment |
AttachmentAPI.getByUUID(UserContext uc,
String atid,
Vorgang v) |
Appointment |
AppointmentAPI.getByUUID(UserContext uc,
UUID uuid)
Finds the appointment with the given UUID.
|
Mandant |
MandantAPI.getByUUID(UserContext uc,
UUID uuid) |
Postfach |
PostfachAPI.getByVorgang(UserContext uc,
Vorgang vorgang)
|
javax.mail.Address |
MandantMailDataAPI.getClientMailAddress(UserContext uc,
Mandant client)
Gets the client mail address if one has been set.
|
List<ProtocolEntryClient> |
ProtokollAPI.getClientProtocol(UserContext uc,
Mandant client) |
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Method for determining the current version of a project.
|
List<FormEingang> |
FormEingangAPI.getCurrentsByPostfost(UserContext uc,
Postfach postfach)
Method for determining all current
FormEingang objects of a Postfach . |
Map<String,String> |
ProjektAPI.getCustomAttributes(UserContext uc,
Projekt project) |
Map<String,String> |
VorgangAPI.getCustomAttributes(UserContext uc,
Vorgang v)
Method for determining all custom attributes of a
Vorgang . |
Datenquelle |
DatenquelleAPI.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Method for determining a data source of client by the ID.
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
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.
|
List<Datenquelle> |
DatenquelleAPI.getDatenquellen(UserContext uc,
Mandant mandant)
Method for determining all data sources of a
Mandant . |
ProjektRessource |
ProjektRessourcenAPI.getDownloadResource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
MandantRessourcenAPI.getDownloadRessource(UserContext uc,
Integer mandantId,
String resourceName)
Method for determining a
MandantRessource by the resource name. |
List<BenutzerGruppe> |
ProjektAPI.getEditorGruppen(UserContext uc,
long projektId)
Method for determining the
BenutzerGruppe who are authorized to edit the project. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getEditorgruppenByProjekt(UserContext uc,
Projekt projekt)
Method for determining all
BenutzerGruppe of a Projekt . |
List<ExtendedPostfach> |
PostfachAPI.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.
|
Textbaustein |
TextbausteinAPI.getFD2Theme(UserContext uc,
Mandant mandant,
String theme)
Method for reading a CSS template of a client by his name.
|
List<Aktion> |
AktionAPI.getFolgeAktionen(UserContext uc,
Aktion aktion)
Method for loading all follow-up actions of a committed action.
|
List<Status> |
StatusAPI.getFolgeStatus(UserContext uc,
Benutzer benutzer,
Projekt projekt,
Status aktuellerStatus)
|
com.alibaba.fastjson.JSONObject |
FormVersionAPI.getFormAsJSON(UserContext uc,
FormVersion fv)
This method deliver the JSON for creating a XForm without any styles.
|
String |
FormVersionAPI.getFormAsString(UserContext uc,
FormVersion fv) |
List<FormElement> |
FormVersionAPI.getFormElemente(UserContext uc,
FormVersion formVersion)
Method to submit all
FormElement s of a FormVersion . |
int |
FormVersionAPI.getFormVersionCount(UserContext uc,
Projekt projekt)
Method for determining the number of
FormVersion s of a Projekt . |
Map<String,String> |
TextbausteinAPI.getI18nValues(UserContext uc,
Textbaustein tmpl)
Method for determining all i18n values of a
Textbaustein . |
com.alibaba.fastjson.JSONObject |
BenutzerAPI.getLDAPUserData(UserContext uc,
Benutzer benutzer) |
Modul |
ModulAPI.getModulByName(UserContext uc,
Mandant mandant,
String name)
Method for determining of a defined module by the name and associated client.
|
List<PeStatus> |
ProtokollAPI.getPeStatus(UserContext uc,
Vorgang vorgang)
|
List<Aktion> |
AktionAPI.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Method for loading all predecessor actions of a committed action, which implement the passed interface.
|
List<ProtocolEntryProcessing> |
ProtokollAPI.getProcessProtocol(UserContext uc,
Vorgang vorgang) |
List<Projekt> |
FrontendServerAPI.getProjektsBy(UserContext uc,
Integer frontendServerID,
Integer mandantID,
Integer benutzerGruppenID)
Method for determining of
Projekt s which are available on a FrontendServer . |
Datenquelle |
DatenquelleAPI.getPublicDatasource(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
List<Rolle> |
RolleAPI.getRollenByModul(UserContext uc,
Modul modul)
Method for determining all roles by a module.
|
<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> |
GenericAPI.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> |
GenericAPI.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
|
<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> |
AEntityAPI.getSingleAttributes(UserContext uc,
C cm)
This method allows for the selection of certain attributes of an entity instead of reading the entire entity
|
<R,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> |
AEntityAPI.getSingleAttributes(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
|
List<Status> |
StatusAPI.getStatusPre(UserContext uc,
Status state)
Retrieves the
Status.getStatusPre() . |
List<ProtocolEntrySystem> |
ProtokollAPI.getSystemProtocol(UserContext uc) |
Textbaustein |
TextbausteinAPI.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie category)
Method for determining a
Textbaustein by his name and category. |
List<Textbaustein> |
TextbausteinAPI.getTextbausteine(UserContext uc,
Mandant mandant)
Method for determining all
Textbaustein of a client. |
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining of process data by a project and a inbox.
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining of process data by a
Projekt . |
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes)
Method for determining of process data by a project and inboxes.
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
Postfach inbox,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining the total number of process data of the processes of a
Projekt . |
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt project,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes)
|
Vorgang |
VorgangAPI.getVorgangBy(UserContext uc,
Projekt projekt,
String vorgangProzessID)
|
Vorgang |
VorgangAPI.getVorgangBy(UserContext uc,
String vorgangProzessID)
Method for determining a
Vorgang by the process ID. |
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt project,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt project,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Method for determining of process data of a concrete
Vorgang by a process ID. |
InputStream |
AttachmentAPI.getZippedAttachments(UserContext uc,
String prozessID)
Method for reading of attachments as a
InputStream on a ZIP archive. |
Benutzer |
BenutzerAPI.handleUserLogin(UserContext uc,
Benutzer user)
Method to register an successful user-login
|
Projekt |
ProjektAPI.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String description,
String title)
Method for importing a project for a client.
|
boolean |
ProjektAPI.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
AktionAPI.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx)
Method for checking if the committed action is movable.
|
Boolean |
FrontendServerAPI.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs)
Method for testing if a combination of
FrontendServer and Mandant already exists. |
boolean |
MandantAPI.isCreationAllowed(UserContext uc,
Mandant mandant)
Method for checking if the creation of a
Mandant is allowed. |
Boolean |
ProjektAPI.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
ProjektAPI.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Method for testing whether the project may be called via the frontend server.
|
boolean |
BenutzerAPI.isLDAPUserActive(UserContext uc,
Mandant man,
String username) |
Boolean |
ProjektAPI.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer benutzer)
Method for determining if a user is allowed to access a project.
|
boolean |
ProjektAPI.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt)
Method for determining if a
Projekt is access limited. |
String |
TextbausteinAPI.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode textbausteinCode)
Method for determining a message based on a
Mandant and a Textbaustein code. |
com.alibaba.fastjson.JSONObject |
FormVersionAPI.mergeFormElemente(UserContext uc,
FormVersion fv)
Deprecated.
|
FormEingang |
FormEingangAPI.mostCurrent(UserContext uc,
Vorgang vorgang)
Method for determining the most current
FormEingang elements. |
Aktion |
AktionAPI.move(UserContext uc,
Aktion aktion,
int targetIdx)
Method for moving a action to the committed index.
|
Status |
StatusAPI.move(UserContext uc,
Status status,
int newIdxNum)
Method for moving a status to the committed index.
|
Appointment |
AppointmentAPI.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
|
long |
FormEingangAPI.ownerId(UserContext uc,
Vorgang vorgang)
Deprecated.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.query(UserContext uc,
Integer dbZugriffID,
String sql,
Serializable... args)
Deprecated.
use
DatenbankZugriffAPI.executeSQL(UserContext, Integer, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.query(UserContext uc,
Mandant mandant,
String abfrageName,
Serializable... parameters)
Deprecated.
use
DatenbankZugriffAPI.executeDBquery(UserContext, Mandant, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
Benutzer |
BenutzerAPI.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant mandant)
Method for creating a new user for a
Mandant . |
void |
FormElementAPI.removeAllFromFormVersion(UserContext uc,
FormVersion fv)
Method for deleting all
FormElement s of a FormVersion . |
<T extends ITransferableEntity,C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
GenericAPI.resultTotalCount(Class<T> entityClass,
UserContext uc,
C cm)
Method for determining the number of found entities based on their class.
|
<T extends ITransferableEntity> |
GenericAPI.resultTotalCount(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining the number of found entities based on their class.
|
<C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
AEntityAPI.resultTotalCount(UserContext uc,
C cm)
Method for determining the number of hits when searching for entities using a
IFilterableCriteriaManager . |
int |
AEntityAPI.resultTotalCount(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Method for determining the number of hits when searching for entities using a
QueryCriteriaManager . |
<T extends ITransferableEntity> |
GenericAPI.update(Class<T> entityClass,
UserContext uc,
T entity)
Method for updating a entity of a defined class.
|
<T extends ITransferableEntity> |
GenericAPI.update(Class<T> entityClass,
UserContext uc,
T[] entities)
Method for updating multiple entities of a defined class.
|
MandantRessource |
MandantRessourcenAPI.update(UserContext uc,
byte[] data,
String userName,
String fileName,
MandantRessource res)
Method for updating a
MandantRessource with the transmitted data. |
ProjektRessource |
ProjektRessourcenAPI.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
DatenbankZugriffAPI.update(UserContext uc,
Integer dbZugriffID,
String sql,
Serializable... args)
Method for executing a update
PreparedStatement on the Master-Server. |
Projekt |
ProjektAPI.update(UserContext uc,
Projekt entity) |
Projekt[] |
ProjektAPI.update(UserContext uc,
Projekt[] entities) |
T |
AEntityAPI.update(UserContext uc,
T entity)
Method for updating a entity.
|
T[] |
AEntityAPI.update(UserContext uc,
T[] entities)
Method for updating multiple entities.
|
Attachment |
AttachmentAPI.updateByUser(UserContext uc,
String username,
String oldFileName,
Attachment attachment) |
List<EAppointmentBookingError> |
AppointmentAPI.validateAppointments(UserContext uc,
IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated.
|
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getFileData(UserContext uc,
T entity) |
<T extends IFileEntity<?,?>> |
FileAPI.getFileEntityData(UserContext uc,
T fileEntity) |
<T extends IFileEntity<?,?>> |
FileAPI.getFileEntityStream(UserContext uc,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getFileStream(UserContext uc,
T entity)
Method for downloading a file by the
Attachment ID. |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getUncachedFileData(UserContext uc,
T entity) |
<T extends IFileEntity<?,?>> |
FileAPI.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileAPI.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Boolean |
FSConnectionAPI.closeAllConnections(UserContext uc)
Method for disconnecting all
FrontendServer connections. |
Boolean |
FSConnectionAPI.connect(UserContext uc,
FrontendServer frontendServer)
Method for establishing the connection to a
FrontendServer . |
void |
StatisticsAPI.countFormProcess(UserContext uc,
Vorgang v)
Method for counting a form process.
|
void |
StatisticsAPI.countFormProcessError(UserContext uc,
Projekt p)
Method for counting the errors of a form process.
|
void |
StatisticsAPI.countFormProvide(UserContext uc,
Projekt p)
Method for counting the provided forms.
|
Boolean |
SetupAPI.createMandantWithDependencies(UserContext uc,
Mandant client,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer user)
Method for creating a
Mandant with initial configuration analogous to the setup process. |
void |
XfcSessionAPI.createNew(UserContext uc,
String sessionID,
Benutzer ben)
Method for creating a new session.
|
void |
PluginAPI.deactivatePlugin(UserContext uc,
String runtimeKey,
String scopeKey)
Marks the given plugin as deactivated in the database.
|
Boolean |
FSConnectionAPI.disconnect(UserContext uc,
FrontendServer frontendServer)
Method for disconnecting the connection to a
FrontendServer . |
IPluginDataSourceRetVal |
PluginAPI.executeDatenquelle(UserContext uc,
String datasourceName,
Mandant mandant,
IPluginDataSourceParams params) |
Map<String,IPluginFormPrePersistRetVal> |
PluginAPI.executeFormPrePersistPlugins(UserContext uc,
Mandant mandant,
IPluginFormPrePersistParams params) |
Map<String,IPluginFormPreProcessRetVal> |
PluginAPI.executeFormPreProcessPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreProcessParams params) |
Map<String,IPluginFormPreRenderRetVal> |
PluginAPI.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
Map<String,IPluginFormPreRespondRetVal> |
PluginAPI.executeFormPreRespondPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRespondParams params) |
IPluginGenericRetVal |
PluginAPI.executeGenericPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginGenericParams params) |
IPluginServletActionRetVal |
PluginAPI.executeServletActionPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginServletActionParams params) |
byte[] |
PluginAPI.getConfigFileData(UserContext uc,
PluginSyncData pluginEntity) |
Map<String,IPluginFormElementWidget> |
PluginAPI.getFormElementWidgetPlugins(UserContext uc,
Mandant client,
Locale locale) |
com.alibaba.fastjson.JSONObject |
GenericCacheAPI.getI18nValues(UserContext uc,
Mandant client) |
com.alibaba.fastjson.JSONObject |
GenericCacheAPI.getI18nValues(UserContext uc,
Textbaustein tmpl) |
byte[] |
PluginAPI.getJarFileData(UserContext uc,
PluginSyncData pluginEntity) |
byte[] |
PluginAPI.getPluginFormResource(UserContext uc,
Integer clientId,
String pluginName,
String resourceName,
String cacheKey) |
Map<EPluginScope,Set<String>> |
PluginAPI.getPluginNameMap(UserContext uc,
Mandant client,
Class<? extends IFCPlugin> type)
Deprecated.
|
Map<EPluginScope,Set<String>> |
PluginAPI.getPluginNameMap(UserContext uc,
Mandant client,
EPluginTypes type)
Deprecated.
|
Set<String> |
PluginAPI.getPluginNames(UserContext uc,
Mandant client,
Class<? extends IFCPlugin> type)
Method for determining plugin names.
|
Set<String> |
PluginAPI.getPluginNames(UserContext uc,
Mandant client,
EPluginTypes type)
Deprecated.
|
List<PluginSyncData> |
PluginAPI.getPluginSyncData(UserContext uc,
boolean isFrontendServer) |
Map<String,Object> |
BeanAPI.getProp(UserContext uc,
Serializable bean,
BeanAttribute[] beanAttributs)
Reading a specific value from committed object based on the property name.
|
EConnectionStatus |
FSConnectionAPI.getStatus(UserContext uc,
long frontendserverId)
Method for determining the status of a
FrontendServer s by his ID. |
com.alibaba.fastjson.JSONObject |
GenericCacheAPI.getUncachedI18nValues(UserContext uc,
Textbaustein template) |
Boolean |
FSConnectionAPI.initConnections(UserContext uc)
Method for initializing all existing
FrontendServer connections. |
FCMessage |
SetupAPI.invokeLiquibaseProzess(UserContext uc,
ELiquibaseCmd command)
Method for executing a liquibase process.
|
Boolean |
SetupAPI.isDbConfigured(UserContext uc)
Method to testi if the database has been configured.
|
AuthenticationData |
AuthenticationAPI.loadAuthenticationData(UserContext uc,
AuthenticationDataRequest request) |
FormPersistData |
FormAPI.loadFormPersistData(UserContext uc,
FormPersistRequest persistRequest) |
FormProcessData |
FormAPI.loadFormProcessData(UserContext uc,
FormProcessRequest processRequest) |
FormRenderData |
FormAPI.loadFormRenderData(UserContext uc,
FormRenderRequest renderRequest) |
FormRequestData |
FormAPI.loadFormRequestData(UserContext uc,
FormRequest formRequest) |
FormUserRequestData |
FormAPI.loadFormUserRequestData(UserContext uc,
FormUserRequest userRequest) |
String |
PlaceholderAPI.parse(UserContext uc,
String text,
Vorgang formRecord,
boolean encodeForHTML)
Deprecated.
Use PlaceholderReplace directly instead.
|
String |
PlaceholderAPI.replaceI18nValiable(UserContext uc,
Mandant client,
String i18nKey,
String languageTag,
Object... params) |
String |
PlaceholderAPI.replaceSessionValues(UserContext uc,
String context,
String sessionId,
String templateText,
Vorgang v)
Deprecated.
Use PlaceholderReplace directly instead.
|
boolean |
MailAPI.sendFeedbackMail(UserContext uc,
Mandant client,
IFeedbackMailData feedbackMailData)
Send a feedback mail from the given client.
|
boolean |
MailAPI.sendInviteMail(UserContext uc,
Vorgang vorgang,
String mailTo,
DefaultReplacerParameters params) |
boolean |
MailAPI.sendLoginChangedMail(UserContext uc,
Benutzer user,
String password)
Method for sending a mail with changed login data.
|
boolean |
MailAPI.sendOptInMail(UserContext uc,
Vorgang vorgang)
Sends an email as the given client
|
boolean |
MailAPI.sendResetPasswordMail(UserContext uc,
Benutzer user,
String url)
Sends an email to the
Benutzer for resetting their password. |
boolean |
MailAPI.sendSupportMail(UserContext uc,
Mandant client,
ISupportInquiryData supportInquiryData)
Send a support mail from the given client.
|
Boolean |
SetupAPI.testConnection(UserContext uc,
DBConnectionData databaseData)
Method for testing a database connection.
|
Boolean |
FSConnectionAPI.testConnection(UserContext uc,
FrontendServer frontendServer)
Method to test a connection to a
FrontendServer . |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String[]>> |
FormDataAPI.getFieldValueMap(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten eines
Vorgang s |
String |
FormDataAPI.getFormData(UserContext uc,
FormEingang fe) |
String |
FormDataAPI.getFormData(UserContext uc,
Vorgang v) |
Map<String,List<String>> |
FormDataAPI.getFormDataMap(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
FormDataAPI.getFormDataMap(UserContext uc,
Vorgang v) |
IWorkflowResponse |
WorkflowAPI.initCorrectionWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
boolean anonymize) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
Map<String,Serializable> sessionAttributes) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
Map<String,Serializable> sessionAttributes,
boolean anonymize) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
SessionAttributes sessionAttributes)
|
IFormDataAdapter |
FormDataAPI.instFor(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
FormDataAPI.instFor(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten eines
Vorgang s |
boolean |
FormDataAPI.processPostfachDynamicValues(UserContext uc,
Vorgang vorgang)
Methode zum Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige
|
Vorgang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v) |
FormEingang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
IWorkflowResponse |
WorkflowAPI.verifyAndInitWorkflow(UserContext uc,
WorkflowStartingContext wfsctx) |
Constructor and Description |
---|
AuthenticationDataBuilder(UserContext uc,
AuthenticationDataRequest authRequest) |
Constructor and Description |
---|
RequestEntityContext(UserContext uc) |
Constructor and Description |
---|
FormPersistDataBuilder(UserContext uc,
FormPersistRequest persistRequest) |
FormProcessDataBuilder(UserContext uc,
FormProcessRequest processRequest) |
FormRenderDataBuilder(UserContext uc,
FormRenderRequest renderRequest) |
FormRequestDataBuilder(UserContext uc,
FormRequest requestData) |
FormUserRequestDataBuilder(UserContext uc,
FormUserRequest userRequest) |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentHelper.createAttachment(UserContext uc,
Mandant man,
Benutzer ben,
Vorgang vorgang,
org.apache.commons.fileupload.FileItem item,
EAttachmentSource attachmentSource) |
static Attachment |
AttachmentHelper.createAttachment(UserContext uc,
Mandant man,
Benutzer ben,
Vorgang vorgang,
String fileName,
EAttachmentSource attachmentSource,
InputStream is) |
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
String userName,
Mandant mandant,
Projekt projekt,
byte[] daten,
String fileName) |
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
XfcSession xfs,
Projekt projekt,
org.apache.commons.fileupload.FileItem item) |
static Attachment |
AttachmentHelper.updateAttachmentBody(UserContext uc,
Attachment at,
byte[] daten,
String userName,
org.apache.commons.fileupload.FileItem item,
Vorgang vorgang) |
Constructor and Description |
---|
FormPublishContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PublishRequestParameter requestParameter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UserContext |
FormRenderContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setUserContext(UserContext userContext) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
FormRequestContext.uc |
Modifier and Type | Method and Description |
---|---|
UserContext |
FormRequestContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
static IExtendedFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
long projektId) |
static IFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
long projektId) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forCopyRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forDesignerPreviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
long projektId) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forDOIRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forPreviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forPrintRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PrintJob pj) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forProcessRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forProvideRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forReviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
long projektId,
Integer formVersionNum) |
static IFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
long projektId,
Integer formVersionNum) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedVorgang(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedVorgang(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
long projektId,
Integer formVersionNum,
String fcpuid) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forWorkflowRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
FormRequestContext.setUserContext(UserContext uc) |
Constructor and Description |
---|
ExtendedFormRequestContext(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormRequestContext(EFormRequestType requestType,
UserContext uc) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
FCContextBean.systemUC |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Projekt project,
EAccessProperty... props)
|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Rolle role,
Mandant client,
boolean isEditingAllowed,
EAccessProperty... props) |
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Rolle role,
Projekt project,
boolean isEditingAllowed,
EAccessProperty... props)
Whether the user is allowed access to the given project page (or action).
|
Modifier and Type | Method and Description |
---|---|
UserContext |
AJSFContext.uc() |
Constructor and Description |
---|
JSFEntityContext(UserContext uc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangHandler.addAttachment(UserContext uc,
Long vorgangId,
Long attachmentId) |
Vorgang |
VorgangHandler.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment) |
boolean |
BenutzerHandler.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
void |
ProtokollHandler.addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
ProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
void |
ProtokollHandler.addProcessProtocolEntry(UserContext uc,
Vorgang vorgang,
ProtocolEntryProcessing entry) |
Projekt |
ProjektHandler.addProjektRessource(UserContext uc,
long projektId,
long ressourceId) |
void |
ProtokollHandler.addSystemProtocolEntry(UserContext uc,
ProtocolEntrySystem entry) |
int |
VorgangHandler.bulkDelete(UserContext uc,
List<Long> formRecordIds) |
int |
VorgangHandler.bulkMarkRead(UserContext uc,
List<Long> formRecordIds,
boolean read) |
Benutzer |
BenutzerHandler.byLDAPGruppe(UserContext uc,
String username,
Mandant mandant) |
Benutzer |
BenutzerHandler.byLDAPGruppeLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd) |
Benutzer |
BenutzerHandler.byLogin(UserContext uc,
String userName,
String passwd,
Mandant man)
By login.
|
Benutzer |
BenutzerHandler.byNameAndMandant(UserContext uc,
String username,
Mandant mandant) |
void |
AppointmentHandler.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params) |
Benutzer |
BenutzerHandler.checkLDAPGroupsActiveUser(UserContext uc,
Long clientId,
String encryptUserLogin) |
boolean |
BenutzerHandler.checkLDAPLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd) |
Boolean |
BenutzerHandler.checkLogin(UserContext uc,
String username,
String passwort,
Mandant man)
Checks the login of an user.
|
void |
PostfachHandler.clear(UserContext uc,
Postfach postfach) |
Projekt |
ProjektHandler.copy(UserContext uc,
Projekt projekt,
long sourceProjectId,
long formVersionId) |
Vorgang |
VorgangHandler.correctStatus(UserContext uc,
Vorgang formRecord,
Status targetState,
Benutzer user) |
<T extends ITransferableEntity> |
GenericHandler.create(Class<T> entityClass,
UserContext uc,
T... entities)
Creates the.
|
<T extends ITransferableEntity> |
GenericHandler.create(Class<T> entityClass,
UserContext uc,
T entity)
Creates the.
|
FormEingang |
FormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Deprecated.
|
FormVersion |
FormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
MandantRessource |
MandantRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
ProjektRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
Appointment |
AppointmentHandler.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params) |
Attachment |
AttachmentHandler.createByUser(UserContext uc,
String username,
Attachment attachment) |
<T extends ITransferableEntity> |
GenericHandler.delete(Class<T> entityClass,
UserContext uc,
T... entities)
Delete.
|
<T extends ITransferableEntity> |
GenericHandler.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> |
GenericHandler.deleteBy(Class<T> entityClass,
UserContext uc,
C cm)
Delete by.
|
<T extends ITransferableEntity> |
GenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
GenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Long id)
Delete by id.
|
boolean |
AttachmentHandler.deleteByUser(UserContext uc,
String username,
boolean force,
Attachment... attachments) |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankzugriffHandler.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
IReplacerParams placeholderParams,
boolean suppressStatementLimits,
Serializable... parameters) |
IAppointmentFreeSlotQueryResult |
AppointmentTemplateHandler.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params) |
IAppointmentIcalQueryResult |
AppointmentTemplateHandler.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params) |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankzugriffHandler.executePublicDBquery(UserContext uc,
Mandant client,
String queryName,
boolean suppressStatementLimits,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
LDAPAbfrageHandler.executePublicQuery(UserContext uc,
Mandant client,
String queryName,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
LDAPAbfrageHandler.executeQuery(UserContext uc,
Mandant client,
String queryName,
Serializable[] parameters) |
List<BenutzerGruppe> |
ProjektHandler.getAccessGroups(UserContext uc,
Projekt project) |
Rolle |
RolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
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> |
GenericHandler.getAllBy(Class<T> entityClass,
UserContext uc,
C cm)
Gets the all by.
|
List<FormElement> |
FormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
List<Appointment> |
AppointmentHandler.getAllBy(UserContext uc,
IAppointmentQueryParams params) |
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Vorgang v)
Deprecated.
|
List<Attachment> |
AttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
PostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
PostfachHandler.getAllByClient(UserContext uc,
Mandant client) |
List<AppointmentTemplate> |
AppointmentTemplateHandler.getAllByClient(UserContext uc,
Mandant currentClient) |
List<Projekt> |
ProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
ProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
ProjektHandler.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope) |
List<Projekt> |
ProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<MandantRessource> |
MandantRessourceHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<Mandant> |
MandantHandler.getAllByName(UserContext uc,
String name) |
List<Vorgang> |
VorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<ProjektRessource> |
ProjektRessourceHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
EntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Aktion> |
AktionHandler.getAllByStatus(UserContext uc,
Status status) |
List<AppointmentSlot> |
AppointmentSlotHandler.getAllByTemplates(UserContext uc,
List<AppointmentTemplate> templates,
boolean merge) |
List<Projekt> |
ProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client) |
List<Projekt> |
ProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client,
String scope) |
byte[] |
AttachmentHandler.getAllZipped(UserContext uc,
String prozessID) |
<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> |
GenericHandler.getAttributes(Class<T> entityClass,
UserContext uc,
C cm)
Gets a list of attributes specified in the given criteria manager
C |
<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> |
GenericHandler.getAttributes(Class<T> entityClass,
UserContext uc,
C cm,
Class<R> resultClass)
Gets a list of attributes specified in the given criteria manager
C . the attribute values will be returned
as objects defined by the result class |
List<BenutzerGruppe> |
BenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer ben)
Gets the
BenutzerGruppe s. |
List<BenutzerGruppe> |
PostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getBenutzerGruppenUsageRightByStatus(UserContext uc,
Long stateId) |
<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> |
GenericHandler.getBy(Class<T> entityClass,
UserContext uc,
C cm)
Gets the by.
|
List<BenutzerGruppe> |
BenutzerGruppeHandler.getByBenutzer(UserContext uc,
Benutzer ben) |
MandantLdapData |
MandantLdapDataHandler.getByClient(UserContext uc,
Mandant mandant) |
MandantMailData |
MandantMailDataHandler.getByClient(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
GenericHandler.getById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
GenericHandler.getById(Class<T> entityClass,
UserContext uc,
Long id)
Gets the by id.
|
<T extends ITransferableEntity> |
GenericHandler.getById(String entityClass,
UserContext uc,
String id)
Gets the by id.
|
SystemProperty |
SystemPropertyHandler.getByKey(UserContext uc,
String key) |
List<SystemProperty> |
SystemPropertyHandler.getByKeyPrefix(UserContext uc,
String keyPrefix) |
List<SystemProperty> |
SystemPropertyHandler.getByKeys(UserContext uc,
List<String> keys) |
Benutzer |
BenutzerHandler.getByLDAPData(UserContext uc,
Mandant mandant,
String userName,
byte[] objectID) |
List<Benutzer> |
BenutzerHandler.getByMandant(UserContext uc,
Mandant man)
Gets the by mandant.
|
MandantFrontendServer |
MandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
TextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
MandantRessourceHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
ProjektRessource |
ProjektRessourceHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
Mandant |
MandantHandler.getByName(UserContext uc,
String name) |
Attachment |
AttachmentHandler.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<MandantFrontendServer> |
MandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getByProjekt(UserContext uc,
Long projektId) |
List<FormVersion> |
FormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
AppointmentType |
AppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid) |
AppointmentType |
AppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid) |
FormElement |
FormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid) |
FormElement |
FormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid) |
Projekt |
ProjektHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
BenutzerGruppe |
BenutzerGruppeHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Postfach |
PostfachHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Benutzer |
BenutzerHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Textbaustein |
TextbausteinHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Rolle |
RolleHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
DatenbankZugriff |
DatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
AppointmentTemplate |
AppointmentTemplateHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Projekt |
ProjektHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
BenutzerGruppe |
BenutzerGruppeHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Postfach |
PostfachHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Benutzer |
BenutzerHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Textbaustein |
TextbausteinHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Rolle |
RolleHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
DatenbankZugriff |
DatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
AppointmentTemplate |
AppointmentTemplateHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid) |
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid) |
Aktion |
AktionHandler.getByUUID(UserContext uc,
Status state,
String uuid) |
Aktion |
AktionHandler.getByUUID(UserContext uc,
Status state,
UUID uuid) |
Mandant |
MandantHandler.getByUUID(UserContext uc,
String uuid) |
Appointment |
AppointmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid,
Vorgang v) |
Mandant |
MandantHandler.getByUUID(UserContext uc,
UUID uuid) |
Appointment |
AppointmentHandler.getByUUID(UserContext uc,
UUID uuid) |
Postfach |
PostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
javax.mail.Address |
MandantMailDataHandler.getClientMailAddress(UserContext uc,
Mandant client) |
List<ProtocolEntryClient> |
ProtokollHandler.getClientProtocol(UserContext uc,
Long clientId) |
FormVersion |
ProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
List<FormEingang> |
FormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Map<String,String> |
ProjektHandler.getCustomAttributes(UserContext uc,
Projekt project) |
Map<String,String> |
VorgangHandler.getCustomAttributes(UserContext uc,
Vorgang process) |
DatenbankZugriff |
DatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name) |
Datenquelle |
DatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
List<Datenquelle> |
DatenquelleHandler.getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
ProjektRessource |
ProjektRessourceHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
MandantRessourceHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Long projektId) |
List<ExtendedPostfach> |
PostfachHandler.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
AktionHandler.getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Status> |
StatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
Map<String,String> |
TextbausteinHandler.getI18nValues(UserContext uc,
Textbaustein template) |
com.alibaba.fastjson.JSONObject |
BenutzerHandler.getLDAPUserData(UserContext uc,
Benutzer benutzer) |
Modul |
ModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
List<Modul> |
ModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Postfach |
PostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
List<Postfach> |
PostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
AktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
List<ProtocolEntryProcessing> |
ProtokollHandler.getProcessProtocol(UserContext uc,
Long formRecordMetaID) |
List<Projekt> |
FrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
Datenquelle |
DatenquelleHandler.getPublicDatasource(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp type) |
List<Rolle> |
RolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
<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> |
GenericHandler.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> |
GenericHandler.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
|
List<Status> |
StatusHandler.getStatusPre(UserContext uc,
long stateId) |
List<ProtocolEntrySystem> |
ProtokollHandler.getSystemProtocol(UserContext uc) |
Textbaustein |
TextbausteinHandler.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie)
Gets the textbaustein by.
|
List<Textbaustein> |
TextbausteinHandler.getTextbausteine(UserContext uc,
Mandant mandant)
Gets the textbausteine.
|
List<Textbaustein> |
TextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
Mandant mandant,
ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ.
|
List<Vorgang> |
VorgangHandler.getVorgaengeByBenutzer(UserContext uc,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
VorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
VorgangHandler.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Benutzer |
BenutzerHandler.handleUserLogin(UserContext uc,
Benutzer user) |
Projekt |
ProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
boolean |
ProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
AktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Boolean |
FrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
boolean |
MandantHandler.isCreationAllowed(UserContext uc,
Mandant mandant) |
Boolean |
ProjektHandler.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
ProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
boolean |
BenutzerHandler.isLDAPUserActive(UserContext uc,
Mandant man,
String encryptUserLogin) |
Boolean |
ProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
ProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
String |
TextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
FormEingang |
FormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Aktion |
AktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Status |
StatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Appointment |
AppointmentHandler.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params) |
long |
FormEingangHandler.ownerId(UserContext uc,
Vorgang v)
Deprecated.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankzugriffHandler.query(UserContext uc,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
Benutzer |
BenutzerHandler.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten
|
void |
FormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
<T extends ITransferableEntity,C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
GenericHandler.resultTotalCount(Class<T> entityClass,
UserContext uc,
C cm)
Result total count.
|
<T extends ITransferableEntity> |
GenericHandler.update(Class<T> entityClass,
UserContext uc,
T... entities)
Update.
|
<T extends ITransferableEntity> |
GenericHandler.update(Class<T> entityClass,
UserContext uc,
T entity)
Update.
|
MandantRessource |
MandantRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
ProjektRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
DatenbankzugriffHandler.update(UserContext uc,
Integer dbZugriffId,
String sql,
Serializable... args) |
Attachment |
AttachmentHandler.updateByUser(UserContext uc,
String username,
String oldFileName,
Attachment attachment) |
List<EAppointmentBookingError> |
AppointmentHandler.validateAppointments(UserContext uc,
IAppointmentValidateParams params) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileHandler.getUncachedFileData(UserContext uc,
T entity) |
<T extends IFileEntity<?,?>> |
FileHandler.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
IVorgangHandler.addAttachment(UserContext uc,
Long vorgangId,
Long attachmentId) |
Vorgang |
IVorgangHandler.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment) |
boolean |
IBenutzerHandler.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
void |
IProtokollHandler.addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
IProtokollHandler.addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
void |
IProtokollHandler.addProcessProtocolEntry(UserContext uc,
Vorgang vorgang,
ProtocolEntryProcessing entry) |
Projekt |
IProjektHandler.addProjektRessource(UserContext uc,
long projektId,
long ressourceId) |
void |
IProtokollHandler.addSystemProtocolEntry(UserContext uc,
ProtocolEntrySystem entry) |
int |
IVorgangHandler.bulkDelete(UserContext uc,
List<Long> formRecordIds) |
int |
IVorgangHandler.bulkMarkRead(UserContext uc,
List<Long> formRecordIds,
boolean read) |
Benutzer |
IBenutzerHandler.byLDAPGruppe(UserContext uc,
String username,
Mandant client) |
Benutzer |
IBenutzerHandler.byLDAPGruppeLogin(UserContext uc,
Mandant client,
String userLogin,
String userPwd)
Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-Gruppe
|
Benutzer |
IBenutzerHandler.byLogin(UserContext uc,
String userName,
String passwd,
Mandant client)
By login.
|
Benutzer |
IBenutzerHandler.byNameAndMandant(UserContext uc,
String username,
Mandant client)
Methode zum Ermitteln eines Benutzers anhand seines Namens und des Mandantens
|
void |
IAppointmentHandler.cancelBookedAppointment(UserContext uc,
IAppointmentDeleteBookingParams params)
Cancels the given appointment.
|
Benutzer |
IBenutzerHandler.checkLDAPGroupsActiveUser(UserContext uc,
Long clientId,
String encryptUserLogin) |
boolean |
IBenutzerHandler.checkLDAPLogin(UserContext uc,
Mandant client,
String userLogin,
String userPwd)
Methode zum Prüfen des LDAP-Logins eines Benutzers
|
Boolean |
IBenutzerHandler.checkLogin(UserContext uc,
String username,
String passwort,
Mandant client)
Checks the login of an user.
|
void |
IPostfachHandler.clear(UserContext uc,
Postfach postfach) |
Projekt |
IProjektHandler.copy(UserContext uc,
Projekt projekt,
long id,
long fvId) |
Vorgang |
IVorgangHandler.correctStatus(UserContext uc,
Vorgang formRecord,
Status targetState,
Benutzer user) |
<T extends ITransferableEntity> |
IGenericHandler.create(Class<T> entityClass,
UserContext uc,
T... entities)
Creates the.
|
<T extends ITransferableEntity> |
IGenericHandler.create(Class<T> entityClass,
UserContext uc,
T entity)
Creates the.
|
FormEingang |
IFormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Deprecated.
|
FormVersion |
IFormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
MandantRessource |
IMandantRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
IProjektRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
Appointment |
IAppointmentHandler.createBookedAppointment(UserContext uc,
IAppointmentCreateBookingParams params)
Books the given appointment.
|
Attachment |
IAttachmentHandler.createByUser(UserContext uc,
String username,
Attachment attachment) |
<T extends ITransferableEntity> |
IGenericHandler.delete(Class<T> entityClass,
UserContext uc,
T... entities)
Delete.
|
<T extends ITransferableEntity> |
IGenericHandler.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> |
IGenericHandler.deleteBy(Class<T> entityClass,
UserContext uc,
C cm)
Delete by.
|
<T extends ITransferableEntity> |
IGenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
IGenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Long id)
Delete by id.
|
boolean |
IAttachmentHandler.deleteByUser(UserContext uc,
String username,
boolean force,
Attachment... attachments) |
de.xima.cmn.db.model.SerializableResultSet |
IDatenbankzugriffHandler.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
IReplacerParams placeholderParams,
boolean suppressStatementLimits,
Serializable... parameters) |
IAppointmentFreeSlotQueryResult |
IAppointmentTemplateHandler.executeFreeSlotQuery(UserContext uc,
IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year.
|
IAppointmentIcalQueryResult |
IAppointmentTemplateHandler.executeIcalQuery(UserContext uc,
IAppointmentIcalQueryParams params)
Finds all available appointments for the given appointment template, and returns and iCal file.
|
de.xima.cmn.db.model.SerializableResultSet |
IDatenbankzugriffHandler.executePublicDBquery(UserContext uc,
Mandant client,
String queryName,
boolean suppressStatementLimits,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
ILDAPAbfrageHandler.executePublicQuery(UserContext uc,
Mandant man,
String queryName,
Serializable[] parameters) |
com.alibaba.fastjson.JSONArray |
ILDAPAbfrageHandler.executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters) |
List<BenutzerGruppe> |
IProjektHandler.getAccessGroups(UserContext uc,
Projekt project) |
Rolle |
IRolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
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> |
IGenericHandler.getAllBy(Class<T> entityClass,
UserContext uc,
C cm)
Gets the all by.
|
List<FormElement> |
IFormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
List<Appointment> |
IAppointmentHandler.getAllBy(UserContext uc,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query parameters.
|
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Vorgang v)
Deprecated.
|
List<Attachment> |
IAttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
IPostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<AppointmentTemplate> |
IAppointmentTemplateHandler.getAllByClient(UserContext uc,
Mandant currentClient)
Finds all available appointment templates of the given client.
|
List<Postfach> |
IPostfachHandler.getAllByClient(UserContext uc,
Mandant client)
Returns all inboxes of the given
Mandant |
List<Projekt> |
IProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
IProjektHandler.getAllByClient(UserContext uc,
Mandant mandant,
String scope,
boolean includeTemplates) |
List<Projekt> |
IProjektHandler.getAllByEditorUser(UserContext uc,
Benutzer editor,
Mandant client,
String projectScope)
Gets all projects where the given user is editor of
|
List<Projekt> |
IProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant)
Deprecated.
|
List<MandantRessource> |
IMandantRessourcenHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<Mandant> |
IMandantHandler.getAllByName(UserContext uc,
String name)
Method for determining all
Mandant s by name (case insensitive). |
List<Vorgang> |
IVorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<ProjektRessource> |
IProjektRessourcenHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
IEntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Aktion> |
IAktionHandler.getAllByStatus(UserContext uc,
Status status) |
List<AppointmentSlot> |
IAppointmentSlotHandler.getAllByTemplates(UserContext uc,
List<AppointmentTemplate> templates,
boolean merge)
Finds all available appointment slots of the given templates.
|
List<Projekt> |
IProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client) |
List<Projekt> |
IProjektHandler.getAllTemplatesByClient(UserContext uc,
Mandant client,
String scope) |
byte[] |
IAttachmentHandler.getAllZipped(UserContext uc,
String prozessID) |
<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> |
IGenericHandler.getAttributes(Class<T> entityClass,
UserContext uc,
C cm)
Gets a list of attributes specified in the given criteria manager
C |
<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> |
IGenericHandler.getAttributes(Class<T> entityClass,
UserContext uc,
C cm,
Class<R> resultClass)
Gets a list of attributes specified in the given criteria manager
C . the attribute values will be returned
as objects defined by the result class |
List<BenutzerGruppe> |
IBenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer user)
Gets the
BenutzerGruppe s. |
List<BenutzerGruppe> |
IPostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getBenutzerGruppenUsageRightByStatus(UserContext uc,
Long stateId) |
<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> |
IGenericHandler.getBy(Class<T> entityClass,
UserContext uc,
C cm)
Gets the by.
|
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getByBenutzer(UserContext uc,
Benutzer ben) |
MandantLdapData |
IMandantLdapDataHandler.getByClient(UserContext uc,
Mandant mandant) |
MandantMailData |
IMandantMailDataHandler.getByClient(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
IGenericHandler.getById(Class<T> entityClass,
UserContext uc,
Integer id) |
<T extends ITransferableEntity> |
IGenericHandler.getById(Class<T> entityClass,
UserContext uc,
Long id)
Gets the by id.
|
<T extends ITransferableEntity> |
IGenericHandler.getById(String entityClass,
UserContext uc,
String id)
Gets the by id.
|
SystemProperty |
ISystemPropertyHandler.getByKey(UserContext uc,
String key)
Retrieves a
Property by a given key. |
List<SystemProperty> |
ISystemPropertyHandler.getByKeyPrefix(UserContext uc,
String keyPrefix)
Retrives a
List of SystemProperty s by a given key prefix. |
List<SystemProperty> |
ISystemPropertyHandler.getByKeys(UserContext uc,
List<String> keys)
|
Benutzer |
IBenutzerHandler.getByLDAPData(UserContext uc,
Mandant client,
String userName,
byte[] objectID) |
List<Benutzer> |
IBenutzerHandler.getByMandant(UserContext uc,
Mandant client)
Gets the by mandant.
|
MandantFrontendServer |
IMandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
ITextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
IMandantRessourcenHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
ProjektRessource |
IProjektRessourcenHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
Mandant |
IMandantHandler.getByName(UserContext uc,
String name)
Method for determining a
Mandant by his name (case insensitive). |
Attachment |
IAttachmentHandler.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<MandantFrontendServer> |
IMandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getByProjekt(UserContext uc,
Long projektId) |
List<FormVersion> |
IFormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
AppointmentType |
IAppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
String uuid)
Finds the appointment with the given UUID.
|
AppointmentType |
IAppointmentTypeHandler.getByUUID(UserContext uc,
AppointmentTemplate template,
UUID uuid)
Finds the appointment with the given UUID.
|
FormElement |
IFormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
IFormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
DatenbankZugriff |
IDatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
AppointmentTemplate |
IAppointmentTemplateHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Finds the appointment template with the given UUID.
|
Textbaustein |
ITextbausteinHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Projekt |
IProjektHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
Benutzer |
IBenutzerHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the user with the given UUID string
|
Rolle |
IRolleHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the role with the given UUID
|
Postfach |
IPostfachHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the inbox with the given UUID
|
BenutzerGruppe |
IBenutzerGruppeHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the user group with the given UUID string
|
DatenbankZugriff |
IDatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
AppointmentTemplate |
IAppointmentTemplateHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Finds the appointment template with the given UUID.
|
Textbaustein |
ITextbausteinHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Projekt |
IProjektHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
Benutzer |
IBenutzerHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the user with the given UUID
|
Rolle |
IRolleHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
Postfach |
IPostfachHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the inbox with the given UUID
|
BenutzerGruppe |
IBenutzerGruppeHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the user group with the given UUID
|
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
Aktion |
IAktionHandler.getByUUID(UserContext uc,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
IAktionHandler.getByUUID(UserContext uc,
Status state,
UUID uuid)
Returns the action with the given UUID
|
Mandant |
IMandantHandler.getByUUID(UserContext uc,
String uuid) |
Appointment |
IAppointmentHandler.getByUUID(UserContext uc,
String uuid)
Finds the appointment with the given UUID.
|
Attachment |
IAttachmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
IAttachmentHandler.getByUUID(UserContext uc,
String uuid,
Vorgang v) |
Mandant |
IMandantHandler.getByUUID(UserContext uc,
UUID uuid) |
Appointment |
IAppointmentHandler.getByUUID(UserContext uc,
UUID uuid)
Finds the appointment with the given UUID.
|
Postfach |
IPostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
javax.mail.Address |
IMandantMailDataHandler.getClientMailAddress(UserContext uc,
Mandant client)
Gets the client mail address if one has been set.
|
List<ProtocolEntryClient> |
IProtokollHandler.getClientProtocol(UserContext uc,
Long clientId) |
FormVersion |
IProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
List<FormEingang> |
IFormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Map<String,String> |
IProjektHandler.getCustomAttributes(UserContext uc,
Projekt project) |
Map<String,String> |
IVorgangHandler.getCustomAttributes(UserContext uc,
Vorgang v) |
DatenbankZugriff |
IDatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Datenbankzugriff by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant client,
int id)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant client,
String name)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
List<Datenquelle> |
IDatenquelleHandler.getDatenquellen(UserContext uc,
Mandant client)
Gets the DataStores.
|
ProjektRessource |
IProjektRessourcenHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
IMandantRessourcenHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Long projektId) |
List<ExtendedPostfach> |
IPostfachHandler.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
IAktionHandler.getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Status> |
IStatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
Map<String,String> |
ITextbausteinHandler.getI18nValues(UserContext uc,
Textbaustein template)
Provides the i18n values from the template.
|
com.alibaba.fastjson.JSONObject |
IBenutzerHandler.getLDAPUserData(UserContext uc,
Benutzer user) |
Modul |
IModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
List<Modul> |
IModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
Postfach |
IPostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
List<Postfach> |
IPostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
IAktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
List<ProtocolEntryProcessing> |
IProtokollHandler.getProcessProtocol(UserContext uc,
Long formRecordMetaID) |
List<Projekt> |
IFrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
Datenquelle |
IDatenquelleHandler.getPublicDatasource(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets an public datasource
|
List<Rolle> |
IRolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
<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> |
IGenericHandler.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> |
IGenericHandler.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
|
List<Status> |
IStatusHandler.getStatusPre(UserContext uc,
long stateId)
Retrieves the
Status.getStatusPre() . |
List<ProtocolEntrySystem> |
IProtokollHandler.getSystemProtocol(UserContext uc) |
Textbaustein |
ITextbausteinHandler.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie)
Gets the textbaustein by.
|
List<Textbaustein> |
ITextbausteinHandler.getTextbausteine(UserContext uc,
Mandant mandant)
Gets the textbausteine.
|
List<Textbaustein> |
ITextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
Mandant mandant,
ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ.
|
List<Vorgang> |
IVorgangHandler.getVorgaengeByBenutzer(UserContext uc,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
IVorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
IVorgangHandler.getVorgangsData(UserContext uc,
String prozessID,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Benutzer |
IBenutzerHandler.handleUserLogin(UserContext uc,
Benutzer user) |
Projekt |
IProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
boolean |
IProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
IAktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Boolean |
IFrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
boolean |
IMandantHandler.isCreationAllowed(UserContext uc,
Mandant mandant) |
Boolean |
IProjektHandler.isEditingAllowed(UserContext uc,
Projekt projekt,
Benutzer ben) |
boolean |
IProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
boolean |
IBenutzerHandler.isLDAPUserActive(UserContext uc,
Mandant client,
String encryptUserLogin) |
Boolean |
IProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
IProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
String |
ITextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
FormEingang |
IFormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Aktion |
IAktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Status |
IStatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Appointment |
IAppointmentHandler.moveBookedAppointment(UserContext uc,
IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
|
long |
IFormEingangHandler.ownerId(UserContext uc,
Vorgang v)
Deprecated.
|
de.xima.cmn.db.model.SerializableResultSet |
IDatenbankzugriffHandler.query(UserContext uc,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
Benutzer |
IBenutzerHandler.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant client)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten
|
void |
IFormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
<T extends ITransferableEntity,C extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
IGenericHandler.resultTotalCount(Class<T> entityClass,
UserContext uc,
C cm)
Result total count.
|
<T extends ITransferableEntity> |
IGenericHandler.update(Class<T> entityClass,
UserContext uc,
T... entities)
Update.
|
<T extends ITransferableEntity> |
IGenericHandler.update(Class<T> entityClass,
UserContext uc,
T entity)
Update.
|
MandantRessource |
IMandantRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
IProjektRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
IDatenbankzugriffHandler.update(UserContext uc,
Integer dbZugriffId,
String sql,
Serializable... args) |
Attachment |
IAttachmentHandler.updateByUser(UserContext uc,
String username,
String oldFileName,
Attachment attachment) |
List<EAppointmentBookingError> |
IAppointmentHandler.validateAppointments(UserContext uc,
IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated.
|
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IFileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IFileHandler.getUncachedFileData(UserContext uc,
T entity) |
<T extends IFileEntity<?,?>> |
IFileHandler.getUncachedFileEntityData(UserContext uc,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IFileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Boolean |
IFSConnectionHandler.closeAllConnections(UserContext uc)
Close all connections.
|
Boolean |
IFSConnectionHandler.connect(UserContext uc,
FrontendServer fs)
Connect.
|
void |
IStatisticsHandler.countFormProcess(UserContext uc,
Vorgang v) |
void |
IStatisticsHandler.countFormProcessError(UserContext uc,
Projekt p) |
void |
IStatisticsHandler.countFormProvide(UserContext uc,
Projekt p) |
boolean |
ISetupHandler.createManantWithDependencies(UserContext uc,
Mandant client,
MandantMailData clientMailData,
MandantLdapData clientLdapData,
Benutzer user)
Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess
|
void |
IXfcSessionHandler.createNew(UserContext uc,
String sessionId,
Benutzer ben) |
void |
IPluginHandler.deactivatePlugin(UserContext uc,
String runtimeKey,
String scopeKey) |
boolean |
IFSConnectionHandler.disconnect(UserContext uc,
FrontendServer fs)
Disconnect.
|
IPluginDataSourceRetVal |
IPluginHandler.executeDatenquelle(UserContext uc,
String datasourceName,
Mandant mandant,
IPluginDataSourceParams params) |
Map<String,IPluginFormPrePersistRetVal> |
IPluginHandler.executeFormPrePersistPlugins(UserContext uc,
Mandant mandant,
IPluginFormPrePersistParams params) |
Map<String,IPluginFormPreProcessRetVal> |
IPluginHandler.executeFormPreProcessPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreProcessParams params) |
Map<String,IPluginFormPreRenderRetVal> |
IPluginHandler.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
Map<String,IPluginFormPreRespondRetVal> |
IPluginHandler.executeFormPreRespondPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRespondParams params) |
IPluginGenericRetVal |
IPluginHandler.executeGenericPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginGenericParams params) |
IPluginServletActionRetVal |
IPluginHandler.executeServletActionPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginServletActionParams params) |
byte[] |
IPluginHandler.getConfigFileData(UserContext uc,
PluginSyncData pluginEntity) |
Map<String,IPluginFormElementCatalogue> |
IPluginHandler.getFormElementCataloguePlugins(UserContext uc,
Mandant mandant,
Locale locale) |
Map<String,IPluginFormElementWidget> |
IPluginHandler.getFormElementWidgetPlugins(UserContext uc,
Mandant mandant,
Locale locale) |
byte[] |
IPluginHandler.getJarFileData(UserContext uc,
PluginSyncData pluginEntity) |
IFormResource |
IPluginHandler.getPluginFormResource(UserContext uc,
Integer mandantID,
String pluginName) |
Map<EPluginScope,Set<String>> |
IPluginHandler.getPluginNameMap(UserContext uc,
Mandant mandant,
Class<? extends IFCPlugin> type) |
Set<String> |
IPluginHandler.getPluginNames(UserContext uc,
Mandant mandant,
Class<? extends IFCPlugin> type) |
List<PluginSyncData> |
IPluginHandler.getPluginSyncData(UserContext uc,
boolean isFrontendServer) |
EConnectionStatus |
IFSConnectionHandler.getStatus(UserContext uc,
long frontendserver_id)
Gets the status.
|
com.alibaba.fastjson.JSONObject |
IGenericCacheHandler.getUncachedI18nValues(UserContext uc,
Textbaustein template) |
Boolean |
IFSConnectionHandler.initConnections(UserContext uc)
Inits the connections.
|
FCMessage |
ISetupHandler.invokeLiquibaseProzess(UserContext uc,
ELiquibaseCmd lbCmd)
Invoke liquibase prozess.
|
Boolean |
ISetupHandler.isDbConfigured(UserContext uc)
Methode zum Testen ob die Datenbank konfigureiert wurde
|
AuthenticationData |
IAuthenticationHandler.loadAuthRequestData(UserContext uc,
AuthenticationDataRequest request) |
FormPersistData |
IFormHandler.loadFormPersistData(UserContext uc,
FormPersistRequest requestRequest) |
FormProcessData |
IFormHandler.loadFormProcessData(UserContext uc,
FormProcessRequest processRequest) |
FormRenderData |
IFormHandler.loadFormRenderData(UserContext uc,
FormRenderRequest renderRequest) |
FormRequestData |
IFormHandler.loadFormRequestData(UserContext uc,
FormRequest formRequest) |
FormUserRequestData |
IFormHandler.loadFormUserRequestData(UserContext uc,
FormUserRequest userRequest) |
String |
IPlaceholderHandler.parse(UserContext uc,
String text,
Vorgang formRecord,
boolean encodeForHTML)
Deprecated.
Use PlaceholderReplace directly instead
|
String |
IPlaceholderHandler.replaceSessionValues(UserContext uc,
String context,
String sessionId,
String template,
Vorgang v)
Deprecated.
Use PlaceholderReplace directly instead
|
boolean |
IMailHandler.sendFeedbackMail(UserContext uc,
Mandant client,
IFeedbackMailData feedbackMailData)
Send a feedback mail from the given client.
|
boolean |
IMailHandler.sendInviteMail(UserContext uc,
Vorgang vorgang,
String mailTo,
DefaultReplacerParameters params) |
boolean |
IMailHandler.sendLoginChanged(UserContext uc,
Benutzer benuter,
String passwort)
Send login changed.
|
boolean |
IMailHandler.sendOptInMail(UserContext uc,
Vorgang vorgang)
Send a feedback mail from the given client.
|
boolean |
IMailHandler.sendResetPasswordMail(UserContext uc,
Benutzer user,
String url)
Sends an email to the
Benutzer for resetting their password |
boolean |
IMailHandler.sendSupportMail(UserContext uc,
Mandant client,
ISupportInquiryData supportInquiryData)
Send a support mail from the given client.
|
Boolean |
ISetupHandler.testConnection(UserContext uc,
DBConnectionData db)
Test connection.
|
Boolean |
IFSConnectionHandler.testConnection(UserContext uc,
FrontendServer fs)
Test connection.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<String[]>> |
IFormDataHandler.getFieldValueMap(UserContext uc,
Vorgang v)
Gets the flatten form for.
|
String |
IFormDataHandler.getFormData(UserContext uc,
FormEingang fe) |
String |
IFormDataHandler.getFormData(UserContext uc,
Vorgang v) |
Map<String,List<String>> |
IFormDataHandler.getFormDataMap(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
IFormDataHandler.getFormDataMap(UserContext uc,
Vorgang v) |
IWorkflowResponse |
IWorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
IFormDataAdapter |
IFormDataHandler.instFor(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
IFormDataHandler.instFor(UserContext uc,
Vorgang v) |
boolean |
IFormDataHandler.processPostfachDynamicValues(UserContext uc,
Vorgang process)
Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige
|
Vorgang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v) |
FormEingang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
IWorkflowResponse |
IWorkflowHandler.verifyAndInitWorkflow(UserContext uc,
WorkflowStartingContext wfsctx) |
Constructor and Description |
---|
I18nValuesJSONBuilder(UserContext uc,
Mandant client) |
I18nValuesJSONBuilder(UserContext uc,
Textbaustein template) |
Modifier and Type | Method and Description |
---|---|
ProcessGUIModel |
ProcessGUIModel.Builder.build(UserContext uc,
Benutzer user,
ViewBean viewBean) |
static List<Status> |
ProcessGUIModel.Builder.findAvailableStates(UserContext uc,
Benutzer user,
Vorgang formRecord) |
Constructor and Description |
---|
LazyAppointmentScheduleModel(UserContext uc,
Mandant client,
List<Postfach> inboxes,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected IExtendedFormRequestContext |
InboxWorkflowServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Modifier and Type | Method and Description |
---|---|
static List<Projekt> |
InboxUtils.getInboxProjects(UserContext uc,
List<Projekt> projects,
Postfach inbox) |
Modifier and Type | Method and Description |
---|---|
UserContext |
IEntityContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
IEntityContext.setUserContext(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
UserContext |
IFormRenderContext.getUserContext() |
UserContext |
IFormRequestContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setUserContext(UserContext userContext) |
void |
IFormRequestContext.setUserContext(UserContext uc) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
AEntityContext.uc |
Modifier and Type | Method and Description |
---|---|
UserContext |
AEntityContext.getUserContext()
Getter für uc
|
Modifier and Type | Method and Description |
---|---|
static IEntityContext |
EntityContextFactory.newEntityContext(UserContext uc) |
void |
AEntityContext.setUserContext(UserContext uc)
Setter des uc
|
Modifier and Type | Method and Description |
---|---|
static javax.mail.Address |
MailContextProvider.getSenderFromContext(UserContext uc,
Mandant client) |
Modifier and Type | Method and Description |
---|---|
static void |
FeedbackMailUtil.sendFeedback(UserContext uc,
Mandant client,
IFeedbackMailData feedbackMailData) |
static void |
SupportMailUtils.sendSupportInquiry(UserContext uc,
Mandant client,
ISupportInquiryData supportInquiryData)
Sends a support email
|
Modifier and Type | Method and Description |
---|---|
UserContext |
WorkflowStartingContext.getUsersContext() |
Constructor and Description |
---|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
boolean anonymize) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
IXFormRenderConfig formConfig) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
IXFormRenderConfig formConfig,
boolean anonymize) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
XFormRenderConfig formConfig)
Deprecated.
|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormRenderConfig formConfig)
|
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.createClientProtocolEntry(UserContext uc,
Mandant man,
String protocolEntry,
Object... params)
Creates a client-protocol-entry
|
static void |
PluginManager.createSystemProtocolEntry(UserContext uc,
String protocolEntry,
Object... params)
Creates a system-protocol-entry
|
static IPluginDataSourceRetVal |
PluginExecutor.executeDatenquelle(UserContext uc,
String datasourceName,
Mandant mandant,
IPluginDataSourceParams params)
Runs the data source plugin with the given name, and returns the result the plugin returned.
|
static Map<String,IPluginFormPrePersistRetVal> |
PluginExecutor.executeFormPrePersist(UserContext uc,
Mandant mandant,
IPluginFormPrePersistParams params)
Runs all pre-persist plugins for the given client, and returns all results the plugins returned.
|
static Map<String,IPluginFormPreProcessRetVal> |
PluginExecutor.executeFormPreProcess(UserContext uc,
Mandant mandant,
IPluginFormPreProcessParams params)
Runs all pre-persist plugins for the given client, and returns all results the plugins returned.
|
static Map<String,IPluginFormPreRenderRetVal> |
PluginExecutor.executeFormPreRender(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params)
Runs all pre-render plugins for the given client, and returns all results the plugins returned.
|
static Map<String,IPluginFormPreRespondRetVal> |
PluginExecutor.executeFormPreResponse(UserContext uc,
Mandant mandant,
IPluginFormPreRespondParams params)
Runs all pre-respond plugins for the given client, and returns all results the plugins returned.
|
static IPluginGenericRetVal |
PluginExecutor.executeGenericPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginGenericParams params)
Runs the generic plugin with the given name, and returns the result the plugin returned.
|
static IPluginServletActionRetVal |
PluginExecutor.executeServletActionPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginServletActionParams params)
Runs the servlet action plugin with the given name, and returns the result the plugin returned.
|
static Map<EPluginScope,Set<String>> |
PluginManager.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type)
|
static Set<String> |
PluginManager.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IExtendedFormRequestContext |
FormVerifyServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected IExtendedFormRequestContext |
FormProcessServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected abstract IExtendedFormRequestContext |
AFormProcessingServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected Long |
FormAliasProvideServlet.extractMandantId(UserContext uc,
Matcher matcher) |
protected Projekt |
FormAliasProvideServlet.extractProjekt(UserContext uc,
Matcher matcher,
Long mandantId) |
protected void |
FormAliasProvideServlet.throwError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
protected void |
FormForwardProvideServlet.throwError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
AbstractServletHandler.uc |
Modifier and Type | Method and Description |
---|---|
static void |
DownloadManager.handleAttachment(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static void |
DownloadManager.handleProjektRessource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static boolean |
DownloadManager.handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
DownloadManager.handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
DownloadManager.handlePublicPluginRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
DownloadManager.handlePublicPluginRessourceByUUID(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
DownloadManager.handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
DownloadManager.handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static void |
DownloadManager.handlePublicRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
Modifier and Type | Method and Description |
---|---|
static Boolean |
XFSetup.isDbConfigured(UserContext uc)
Checks if the database is configured and accessible
|
Modifier and Type | Method and Description |
---|---|
FdToExcelResult |
FdToExcelBuilder.buildForInbox(UserContext uc,
Benutzer user,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.
|
FdToExcelResult |
FdToExcelBuilder.buildForProcessIDs(UserContext uc,
Benutzer user,
List<Long> processIDs)
Builds the excel export for an list of
Vorgang.getId() ´s |
ByteArrayOutputStream |
FDToExcelTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
boolean withAlias,
boolean multiline,
Benutzer ben)
|
ByteArrayOutputStream |
FDToExcelTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
EColumnLabelType columnLabelType,
boolean multiline,
Benutzer ben)
|
Modifier and Type | Method and Description |
---|---|
FdToXmlResult |
FdToXmlBuilder.buildForInbox(UserContext uc,
Benutzer user,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.
|
FdToXmlResult |
FdToXmlBuilder.buildForProcess(UserContext uc,
Vorgang formRecord,
IFormDataAdapter fda,
IXForm xform)
Builds the XML export of an single form record
|
FdToXmlResult |
FdToXmlBuilder.buildForProcessIDs(UserContext uc,
Benutzer user,
List<Long> processIDs)
Builds the XML export of an
List of Vorgang.getId() ´s |
FdToXmlResult |
FdToXmlBuilder.buildForProjectInbox(UserContext uc,
List<ExtendedEntityModel<Vorgang>> records)
Deprecated.
|
static RootFdXml |
FDToXmlTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession xfcSesssion,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Benutzer user)
|
Modifier and Type | Field and Description |
---|---|
static UserContext |
UserContextFactory.ANONYMOUS |
static UserContext |
UserContextFactory.SETUP |
static UserContext |
UserContextFactory.SYSTEM |
Modifier and Type | Method and Description |
---|---|
static UserContext |
UserContextFactory.forBenutzer(Benutzer ben) |
static UserContext |
UserContextFactory.forRequest(javax.servlet.http.HttpServletRequest request) |
static UserContext |
UserContextFactory.forXfcSession(XfcSession session) |
static UserContext |
UserContextFactory.getNew() |
UserContext |
UserContext.setBenutzer(Benutzer benutzer) |
Modifier and Type | Method and Description |
---|---|
static Benutzer |
LoginHelper.doLogin(UserContext uc,
String userLogin,
String userPwd,
Long mandantId)
Führt Login anhand der übergebenen Daten durch.
|
Modifier and Type | Method and Description |
---|---|
ITransferable |
JSONRequester.extractValuesFromJSON(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
static void |
FormResponder.invalidDoublePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
UserContext uc,
Mandant man) |
static String |
FormResponder.prepareMsg(javax.servlet.http.HttpServletRequest request,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static String |
FormResponder.prepareMsg(Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static String |
FormResponder.prepareMsg(String context,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode)
|
static void |
FormResponder.respond(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
UserContext uc,
Mandant man,
ETextbausteinMsgCode code,
boolean success) |
Modifier and Type | Method and Description |
---|---|
static ITransferableEntity |
BeanUtils.getEntity(UserContext uc,
String entityName,
String id)
Generisches Auslesen der Entität anhand der ID und dem Namen der Entität.
|
static void |
BeanUtils.setProp(UserContext uc,
Object bean,
String propName,
Object propValue)
Setzt folgendes voraus, wenn es sich bei den zu setzenden Properties um eine oder mehrere Entitäten-IDs handelt:
ein passendes DAO mit dem Namen "[großgeschriebener Property- oder Collection-Parametertyp]_DAO" existiert als
statisches Feld in DaoProvider
propName muss dem Muster "[Name einfache Eigenschaft].id" oder "[Name Collection-basierte
Eigenschaft].ids" entsprechen, z.B. |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.