Modifier and Type | Method and Description |
---|---|
static AppointmentValidationBuilder<IEntityContext> |
AppointmentValidationBuilder.forActiveDatabase(IEntityContext ec,
AppointmentTemplate template)
Returns a validation builder backed by an active database connection.
|
Modifier and Type | Method and Description |
---|---|
List<? extends IAppointmentRangeView> |
DaoProviderValidationAcessObject.count(IEntityContext ec,
com.google.common.collect.Range<Instant> range,
Iterable<Long> excludedAppointmentIds,
boolean includePartiallyInRange,
boolean includeCanceled) |
IAppointmentFreeSlotQueryResult |
FreeSlotQueryExecutor.executeQuery(IEntityContext ec,
IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions.
|
static AppointmentValidationBuilder<IEntityContext> |
AppointmentValidationBuilder.forActiveDatabase(IEntityContext ec,
AppointmentTemplate template)
Returns a validation builder backed by an active database connection.
|
List<Appointment> |
DaoProviderIcalQueryAccessObject.getAppointmentsBy(IEntityContext ctx,
Mandant client,
AppointmentTemplate template,
com.google.common.collect.Range<Instant> range,
boolean includePartiallyInRange) |
Mandant |
DaoProviderIcalQueryAccessObject.getClientBy(IEntityContext ctx,
UUID uuid) |
AppointmentTemplate |
DaoProviderIcalQueryAccessObject.getTemplateBy(IEntityContext ctx,
Mandant client,
UUID uuid) |
Constructor and Description |
---|
AppointmentBookingExecutor(IEntityContext ec)
Creates a new handler for handling booking of an appointment.
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
WorkflowProcessingContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang process,
IWorkflowProcessing processing,
IXForm xForm,
IXFormRenderConfig xformConfig,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
Map<String,Serializable> sessionAttributes) |
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IXFormRenderConfig xformConfig,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes)
|
void |
WorkflowProcessingContext.setEntityContext(IEntityContext entityContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
VerarbeitungPost.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungWeiterleitung.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungSaveToFilesystem.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungDbSQLQuery.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungEmail.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungPlugin.isAvailable(IEntityContext ec,
Mandant man) |
boolean |
VerarbeitungCallback.isAvailable(IEntityContext ec,
Mandant man)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
ProcessingPrefillData.getEntityContext() |
Constructor and Description |
---|
ProcessingPrefillData(IEntityContext ec,
Aktion action) |
Modifier and Type | Method and Description |
---|---|
static Vorgang |
VorgangCopyHelper.clone(IEntityContext ec,
Vorgang origVorgang)
Deprecated.
use
ProcessCopyUtil |
static void |
VorgangCopyHelper.cloneFormeingaengeAndAttachToVorgang(IEntityContext ec,
Vorgang originalV,
Vorgang clonedV)
Deprecated.
use
ProcessCopyUtil |
static Vorgang |
VorgangCopyHelper.copy(IEntityContext ec,
Vorgang origin,
Vorgang clone)
Deprecated.
use
ProcessCopyUtil |
static void |
VorgangCopyHelper.copyAttachments(IEntityContext ec,
Vorgang originalVorgang,
Vorgang clonedVorgang)
Deprecated.
use
ProcessCopyUtil |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataAdapter.extendSendData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
XForm xform)
|
static void |
VorgangsDataHelper.insertEingabeWerteToProjektDataTables(IEntityContext ec,
Vorgang vorgang)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
FormEingang fe)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
Map<String,List<String>> dataMap,
Vorgang v)
Deprecated.
|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
Vorgang v)
Deprecated.
|
static void |
VorgangsDataHelper.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Deprecated.
|
static void |
VorgangsDataHelper.reindexDataTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
static void |
VorgangsDataHelper.reindexPostfachTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Vorgang |
ProcessCopyUtil.clone(IEntityContext ec,
Vorgang origVorgang)
Deprecated.
|
static Vorgang |
ProcessCopyUtil.clone(IEntityContext ec,
Vorgang origVorgang,
boolean anonymize)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs mit folgenden Anpassungen:
Vorgang.id ist 0
Vorgang.gelesen ist false
Vorgang.inArbeit ist false
Vorgang.prozessId ist "" (Leer-String)
Die Attachment -Instanzen in der originalen Vorgang.attachments -Liste werden über eine
NEUE Liste referenziert, alle anderen nicht-primitiven Attributereferenzen werden 'flach' kopiert (Verweis auf
dieselbe Instanz). |
static void |
ProcessCopyUtil.cloneSubmitsAndAttachToProcess(IEntityContext ec,
Vorgang origProcess,
Vorgang clonedProcess)
Deprecated.
|
static void |
ProcessCopyUtil.cloneSubmitsAndAttachToProcess(IEntityContext ec,
Vorgang origProcess,
Vorgang clonedProcess,
boolean anonymize)
Diese Methode dient dazu die Formeingänge eines Vorgangs zu klonen und diese einem neuen Vorgang hinzuzufügen.
|
static Vorgang |
ProcessCopyUtil.copy(IEntityContext ec,
Vorgang origin,
Vorgang clone)
Deprecated.
|
static Vorgang |
ProcessCopyUtil.copy(IEntityContext ec,
Vorgang origin,
Vorgang clone,
boolean anonymize) |
static void |
ProcessCopyUtil.copyAttachments(IEntityContext ec,
Vorgang originalVorgang,
Vorgang clonedVorgang)
Kopiert alle zum
originalVorgang gehörenden Dateien in das entsprechende Verzeichnis der
Vorgangskopie. |
Projekt |
ProjectDuplicator.duplicate(IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
<Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
DefaultDaoActionHook.bulkDelete(IEntityContext ec,
Q cm) |
<Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IUpdateableCriterionManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding> |
DefaultDaoActionHook.bulkUpdate(IEntityContext ec,
Q cm) |
T |
DefaultDaoActionHook.create(IEntityContext ec,
T entity) |
void |
DefaultDaoActionHook.delete(IEntityContext ec,
T entity) |
static List<Aktion> |
DaoActionHookHelper.getActions(IEntityContext ec,
Mandant client) |
static List<de.xima.cmn.dao.interfaces.IEntity<Long>> |
DaoActionHookHelper.getAllDependentActions(IEntityContext ec,
ITransferableEntity entity)
Liefert eine Liste aller 'Ressourcen' abhängigen Aktionen zurück, die noch auf die übergebene Ressource verweisen.
|
static List<Bedingung> |
DaoActionHookHelper.getBedingungen(IEntityContext ec,
Mandant man) |
static List<ProjectDOIData> |
DaoActionHookHelper.getProjectDoi(IEntityContext ec,
Mandant man) |
static List<de.xima.cmn.dao.interfaces.IEntity<Long>> |
DaoActionHookHelper.getStatusChangeActions(IEntityContext ec,
Status targetState)
Liefert eine Liste aller 'Statusänderungs'-Aktionen zurück, die auf den übergebenen Status verweisen.
|
void |
DefaultDaoActionHook.read(IEntityContext ec,
T entity) |
static void |
DaoActionHookHelper.removeModulDependency(IEntityContext ec,
Rolle rolle) |
static BenutzerGruppe |
DaoActionHookHelper.syncAccessProjekte(IEntityContext ec,
BenutzerGruppe gruppe) |
static void |
DaoActionHookHelper.syncBedingung(IEntityContext ec,
Bedingung bedingung) |
static BenutzerGruppe |
DaoActionHookHelper.syncBenutzer(IEntityContext ec,
BenutzerGruppe gruppe) |
static void |
DaoActionHookHelper.syncBerechtigungen(IEntityContext ec,
Rolle rolle) |
static BenutzerGruppe |
DaoActionHookHelper.syncEditorProjekte(IEntityContext ec,
BenutzerGruppe gruppe) |
static BenutzerGruppe |
DaoActionHookHelper.syncLdapGroups(IEntityContext ec,
BenutzerGruppe userGroup) |
static BenutzerGruppe |
DaoActionHookHelper.syncPostfaecher(IEntityContext ec,
BenutzerGruppe gruppe) |
static Modul |
DaoActionHookHelper.syncRollen(IEntityContext ec,
Modul modul) |
T |
DefaultDaoActionHook.update(IEntityContext ec,
T entity) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
VorgangsDataDao.activate(IEntityContext ec)
Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.
|
Boolean |
ModulDao.addAllModulesToMandantAdmin(IEntityContext ec) |
Modul |
ModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul modul)
Deprecated.
|
List<FormElement> |
FormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf) |
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
Vorgang v)
Deprecated.
|
List<SystemMessage> |
SystemMessageDao.allActiveByDate(IEntityContext ec,
Date date) |
List<Projekt> |
ProjektDao.allByClient(IEntityContext ec,
Mandant client,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allByClient(IEntityContext ec,
Mandant client,
String scope,
boolean includeTemplates) |
List<SystemMessage> |
SystemMessageDao.allByDate(IEntityContext ec,
Date date) |
List<FormVersionBackup> |
FormVersionBackupDao.allByFormVersion(IEntityContext ec,
FormVersion fv) |
List<Projekt> |
ProjektDao.allByMandant(IEntityContext ec,
Mandant mandant)
Deprecated.
|
List<Vorgang> |
VorgangDao.allByPostfach(IEntityContext ec,
Postfach postfach) |
List<Vorgang> |
VorgangDao.allByProjekt(IEntityContext ec,
Projekt pro) |
List<Projekt> |
ProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
List<Projekt> |
ProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client) |
List<Projekt> |
ProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client,
String scope) |
List<Projekt> |
ProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
ProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
de.xima.cmn.criteria.QueryCriteriaManager |
ProjektDao.allVisibleProjectsQcm(IEntityContext ec,
Benutzer user,
Mandant client,
String projectScope,
boolean includeTemplates) |
int |
VorgangDao.bulkdDeleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
int |
VorgangDao.bulkdDeleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
int |
VorgangDao.bulkDeleteAll(IEntityContext ec,
Postfach postfach) |
int |
VorgangDao.bulkDeleteAll(IEntityContext ec,
Projekt project) |
int |
VorgangDao.bulkMarkRead(IEntityContext ec,
List<Long> formRecordIds,
boolean read) |
Benutzer |
BenutzerDao.byLogin(IEntityContext ec,
String loginName,
String loginPwd,
Mandant mandant) |
Benutzer |
BenutzerDao.byNameAndMandant(IEntityContext ec,
String loginName,
Mandant mandant) |
int |
FormVersionDao.calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
void |
PostfachDao.clear(IEntityContext ec,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
PostfachDao.clear(IEntityContext ec,
Postfach postfach) |
void |
VorgangsDataDao.clearUnreferenced(IEntityContext ec,
Projekt project,
EProjectSpecificDBTable tableType) |
Aktion |
AktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
Status |
StatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
Vorgang |
VorgangDao.correctStatus(IEntityContext ec,
Vorgang formRecord,
Status targetState,
Benutzer user) |
int |
AppointmentDao.countBy(IEntityContext ec,
IAppointmentQueryParams params) |
FormEingang |
FormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater)
Deprecated.
|
ProjektZaehler |
ProjektZaehlerDao.create(IEntityContext ec,
long projektId) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.create(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehler |
ProjektZaehlerDao.create(IEntityContext ec,
Projekt projekt) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.create(IEntityContext ec,
Projekt projekt,
Date date) |
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
Attachment |
AttachmentDao.createByUser(IEntityContext ec,
String username,
Attachment attachment) |
SystemProperty |
SystemPropertyDao.createProperty(IEntityContext ec,
String key,
String value) |
void |
VorgangDao.deleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
void |
VorgangDao.deleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
void |
FormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
int |
VorgangDao.deleteAllUnverified(IEntityContext ec) |
IFormTemplateDao |
FormTemplateDao.deleteById(IEntityContext ec,
int id) |
void |
AttachmentDao.deleteByUser(IEntityContext ec,
String username,
Attachment... attachments) |
void |
AttachmentDao.deleteByUser(IEntityContext ec,
String username,
boolean force,
Attachment... attachments) |
void |
SystemPropertyDao.deleteProperty(IEntityContext ec,
String key) |
void |
FormVersionBackupDao.doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
boolean |
VorgangsDataDao.executeDelete(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
Long formEingangID) |
<T extends ITableColumn> |
VorgangsDataDao.executeInsert(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
boolean |
VorgangDao.existsIdentityToken(IEntityContext ec,
Vorgang formRecord,
String identityToken,
Projekt project) |
<T extends ITableColumn> |
VorgangsDataDao.fillData(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
void |
VorgangsDataDao.fillData(IEntityContext ec,
Vorgang v,
Map<String,String> dataMap,
Long formEingangID,
EProjectSpecificDBTable tableType)
Diese Methode dient dazu Werte aus den Formulardaten in eine vorher erzeugte Tabelle zu schreiben.
|
String |
AppointmentTemplateDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate) |
String |
TextbausteinDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate) |
String |
AppointmentTemplateDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
AppointmentTemplate exclude) |
String |
BenutzerGruppeDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
BenutzerGruppe exclude) |
String |
DatenquelleDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Datenquelle exclude) |
String |
MandantRessourceDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
MandantRessource exclude) |
String |
PostfachDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Postfach exclude) |
String |
ProjektDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude) |
String |
TextbausteinDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Textbaustein exclude) |
String |
ProjektDao.findUniqueTitle(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude) |
List<ClientPlugin> |
ClientPluginDao.getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
List<SystemPlugin> |
SystemPluginDao.getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
Rolle |
RolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
List<Textbaustein> |
TextbausteinDao.getAll(IEntityContext ec,
Mandant mandant) |
List<Appointment> |
AppointmentDao.getAllBy(IEntityContext ec,
IAppointmentQueryParams params) |
List<Attachment> |
AttachmentDao.getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
PostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
List<AppointmentTemplate> |
AppointmentTemplateDao.getAllByClient(IEntityContext ec,
Mandant client) |
List<Postfach> |
PostfachDao.getAllByClient(IEntityContext ec,
Mandant client) |
List<Textbaustein> |
TextbausteinDao.getAllByKat(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie) |
List<ProjektZaehlerDaten> |
ProjektZaehlerDatenDao.getAllByMandant(IEntityContext ec,
Date startDate,
Date endDate,
Mandant mandant) |
List<FormTemplate> |
FormTemplateDao.getAllByMandant(IEntityContext ec,
Mandant mandant) |
List<LDAPGruppe> |
LDAPGruppeDao.getAllByMandant(IEntityContext ec,
Mandant man) |
List<MandantRessource> |
MandantRessourceDao.getAllByMandant(Mandant mandant,
IEntityContext ec) |
List<Mandant> |
MandantDao.getAllByName(IEntityContext ec,
String name) |
List<Aktion> |
AktionDao.getAllByProcessingClass(IEntityContext ec,
Mandant client,
Class<?> processingClass) |
List<BenutzerGruppe> |
BenutzerGruppeDao.getAllByProject(IEntityContext ec,
Projekt project) |
List<Textbaustein> |
TextbausteinDao.getAllByProject(IEntityContext ec,
Projekt project) |
List<MandantRessource> |
MandantRessourceDao.getAllByProject(IEntityContext ec,
Projekt project) |
List<ProjektZaehlerDaten> |
ProjektZaehlerDatenDao.getAllByProjekt(IEntityContext ec,
Date startDate,
Date endDate,
Projekt projekt) |
List<Status> |
StatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<ProjektRessource> |
ProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
List<ProtocolEntryProcessing> |
ProtocolEntryProcessDao.getAllByProzessId(IEntityContext ec,
String prozessId) |
List<Aktion> |
AktionDao.getAllByStatus(IEntityContext ec,
Status status) |
List<AppointmentSlot> |
AppointmentSlotDao.getAllByTemplates(IEntityContext ec,
List<AppointmentTemplate> templates,
boolean merge) |
List<LDAPGruppe> |
LDAPGruppeDao.getAllByUserGroup(IEntityContext ec,
Mandant client,
BenutzerGruppe userGroup) |
List<Status> |
StatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
List<AppointmentSlot> |
AppointmentTemplateDao.getAllSlotsOfTemplates(IEntityContext ec,
List<AppointmentTemplate> templates,
boolean merge) |
List<FormTemplateTag> |
FormTemplateDao.getAllTagsByMandant(IEntityContext ec,
Mandant m) |
<View extends IEffectiveAppointmentStatusProviding> |
AppointmentDao.getAttributesBy(IEntityContext ec,
IAppointmentQueryParams params,
Class<View> viewClass) |
List<Benutzer> |
BenutzerDao.getBenutzerByMandant(IEntityContext ec,
Mandant mandant) |
Map<String,BenutzerGruppe> |
BenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec,
Mandant mandant) |
List<BenutzerGruppe> |
BenutzerDao.getBenutzergruppen(IEntityContext ec,
Benutzer benutzer) |
FormVersion |
FormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.getByDate(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehlerDaten |
ProjektZaehlerDatenDao.getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
Textbaustein |
TextbausteinDao.getByKatAndName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name) |
SystemProperty |
SystemPropertyDao.getByKey(IEntityContext ec,
String key) |
List<SystemProperty> |
SystemPropertyDao.getByKeyPrefix(IEntityContext ec,
String keyPrefix) |
List<SystemProperty> |
SystemPropertyDao.getByKeys(IEntityContext ec,
List<String> keys) |
MandantMailData |
MandantMailDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
MandantLdapData |
MandantLdapDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
MandantFrontendServer |
MandantFrontendServerDao.getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
TextbausteinDao.getByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
Textbaustein |
TextbausteinDao.getByName(IEntityContext ec,
Mandant mandant,
String name) |
Attachment |
AttachmentDao.getByName(IEntityContext ec,
Vorgang vorgang,
String name) |
MandantRessource |
MandantRessourceDao.getByName(Mandant mandant,
String name,
IEntityContext ec) |
ProjektRessource |
ProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
LDAPAbfrage |
LDAPAbfrageDao.getByNameAndClient(IEntityContext ec,
String name,
Mandant man) |
ProjectDOIData |
ProjectDOIDataDao.getByProject(IEntityContext ec,
Projekt project) |
ProjectInviteData |
ProjectInviteDataDao.getByProject(IEntityContext ec,
Projekt project) |
List<MandantFrontendServer> |
MandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
ProjektZaehler |
ProjektZaehlerDao.getByProjekt(IEntityContext ec,
long projektId) |
ProjektZaehler |
ProjektZaehlerDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
List<FormVersion> |
FormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Vorgang |
VorgangDao.getByProzessId(IEntityContext ec,
String prozessId) |
MandantFrontendServer |
MandantFrontendServerDao.getBySource(IEntityContext ec,
FrontendServer fs,
Mandant man)
Deprecated.
|
AppointmentType |
AppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
String uuid) |
AppointmentType |
AppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
UUID uuid) |
FormElement |
FormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
String uuid) |
FormElement |
FormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
UUID uuid) |
Projekt |
ProjektDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
AppointmentTemplate |
AppointmentTemplateDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
ClientPlugin |
ClientPluginDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
BenutzerGruppe |
BenutzerGruppeDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Rolle |
RolleDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Textbaustein |
TextbausteinDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
MandantRessource |
MandantRessourceDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
DatenbankZugriff |
DatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Postfach |
PostfachDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Benutzer |
BenutzerDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Projekt |
ProjektDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
AppointmentTemplate |
AppointmentTemplateDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
ClientPlugin |
ClientPluginDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
BenutzerGruppe |
BenutzerGruppeDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Rolle |
RolleDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Textbaustein |
TextbausteinDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
MandantRessource |
MandantRessourceDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
DatenbankZugriff |
DatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Postfach |
PostfachDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Benutzer |
BenutzerDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
ProjektRessource |
ProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
FormVersion |
FormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
ProjektRessource |
ProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
FormVersion |
FormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
Aktion |
AktionDao.getByUUID(IEntityContext ec,
Status state,
String uuid) |
Aktion |
AktionDao.getByUUID(IEntityContext ec,
Status state,
UUID uuid) |
Attachment |
AttachmentDao.getByUUID(IEntityContext ec,
String uuid) |
Appointment |
AppointmentDao.getByUUID(IEntityContext ec,
String uuid) |
Mandant |
MandantDao.getByUUID(IEntityContext ec,
String uuid) |
Vorgang |
VorgangDao.getByUUID(IEntityContext ec,
String uuid) |
SystemPlugin |
SystemPluginDao.getByUUID(IEntityContext ec,
String uuid) |
Attachment |
AttachmentDao.getByUUID(IEntityContext ec,
String uuid,
Vorgang v) |
Attachment |
AttachmentDao.getByUUID(IEntityContext ec,
UUID uuid) |
Appointment |
AppointmentDao.getByUUID(IEntityContext ec,
UUID uuid) |
Mandant |
MandantDao.getByUUID(IEntityContext ec,
UUID uuid) |
Vorgang |
VorgangDao.getByUUID(IEntityContext ec,
UUID uuid) |
SystemPlugin |
SystemPluginDao.getByUUID(IEntityContext ec,
UUID uuid) |
Vorgang |
VorgangDao.getByVerifyId(IEntityContext ec,
String verifyId) |
Datenquelle |
DatenquelleDao.getDatenquelleById(IEntityContext ec,
Mandant mandant,
int id)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByName(IEntityContext ec,
Mandant mandant,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
List<Datenquelle> |
DatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant)
Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.
|
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
AktionDao.getEntityRefs(IEntityContext ec,
Aktion aktion) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
DatenbankZugriffDao.getEntityRefs(IEntityContext ec,
DatenbankZugriff datenbankzugriff) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
FormVersionDao.getEntityRefs(IEntityContext ec,
FormVersion formversion) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
LDAPZugriffDao.getEntityRefs(IEntityContext ec,
LDAPZugriff entity) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
MandantRessourceDao.getEntityRefs(IEntityContext ec,
MandantRessource resource) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
PostfachDao.getEntityRefs(IEntityContext ec,
Postfach postfach) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
ProjektRessourceDao.getEntityRefs(IEntityContext ec,
ProjektRessource resource) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
StatusDao.getEntityRefs(IEntityContext ec,
Status status) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDao.getEntityRefs(IEntityContext ec,
T entity) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
TextbausteinDao.getEntityRefs(IEntityContext ec,
Textbaustein template) |
List<Aktion> |
AktionDao.getFolgeAktionen(IEntityContext ec,
Aktion aktion) |
List<Aktion> |
AktionDao.getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
List<Status> |
StatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
String |
FormEingangDao.getFormData(IEntityContext ec,
FormEingang fe) |
String |
VorgangDao.getFormData(IEntityContext ec,
Vorgang v) |
List<Postfach> |
PostfachDao.getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<Aktion> |
AktionDao.getPrevAktionen(IEntityContext ec,
Aktion aktion,
Class<?> verarbeitungsInterface) |
List<Aktion> |
AktionDao.getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
byte[] |
ProjektDao.getPreviewImage(IEntityContext ec,
Projekt project) |
List<Projekt> |
ProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant) |
List<Projekt> |
ProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope) |
List<Projekt> |
FrontendServerDao.getProjekts(IEntityContext ec,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId) |
Datenquelle |
DatenquelleDao.getPublicDatasource(IEntityContext ec,
Mandant client,
String name,
EDatenquellenTyp type) |
List<Rolle> |
RolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Textbaustein |
TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
List<FrontendServer> |
FrontendServerDao.getUnconnectedByMandant(IEntityContext ec,
Mandant man) |
long |
AttachmentDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
FormEingangDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
MandantDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
ProjektRessourceDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
MandantRessourceDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
List<Vorgang> |
VorgangDao.getVorgaengeByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
VorgangsDataDao.getVorgangsData(IEntityContext ec,
Projekt projekt,
Vorgang vorgang,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Benutzer |
BenutzerDao.handleUserLogin(IEntityContext ec,
Benutzer user) |
boolean |
SystemChangeDao.haseUpdateBeenRun(IEntityContext ec,
String updateUUID) |
void |
DatentabelleDao.insertValuesToTables(IEntityContext ec,
Vorgang vorgang)
Diese Methode dient dazu, EingabeWerte aus einem Vorgang in die Projekt-Postfach-Tabelle bzw.
|
boolean |
ProjektDao.isActivationAllowed(IEntityContext ec,
Projekt projekt) |
boolean |
MandantDao.isCreationAllowed(IEntityContext ec,
Mandant mandant) |
boolean |
ProjektDao.isEditingAllowed(IEntityContext ec,
Projekt p,
Benutzer ben) |
boolean |
ProjektDao.isFsAllowed(IEntityContext ec,
Projekt project,
FrontendServer fs) |
Boolean |
MandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
boolean |
BenutzerDao.isLastActiveMandantadmin(IEntityContext ec,
Benutzer ben) |
boolean |
ProjektDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
AppointmentTemplateDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
BenutzerGruppeDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
DatenquelleDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
TextbausteinDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
MandantRessourceDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
PostfachDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
ProjektDao.isTitleExisiting(IEntityContext ec,
Mandant client,
String name) |
boolean |
ProjektDao.isZugriffsberechtigt(IEntityContext ec,
Projekt project,
Benutzer user) |
FormEingang |
FormEingangDao.mostCurrent(IEntityContext ec,
Vorgang v) |
long |
FormEingangDao.ownerId(IEntityContext ec,
Vorgang v)
Deprecated.
|
T |
GenericDao.read(IEntityContext ec,
Integer id) |
Modul |
ModulDao.readByName(IEntityContext ec,
Mandant mandant,
String name) |
Mandant |
MandantDao.readByName(IEntityContext ec,
String name) |
void |
DatentabelleDao.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType) |
void |
DatentabelleDao.reindex(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Diese Methode befüllt die Projekt-Postfach-Tabelle.
|
void |
DatentabelleDao.reindexDataTable(IEntityContext ec,
Projekt projekt)
Diese Methode löscht die Projekt-Datentabelle, erstellt diese neu und befüllt diese mit den Werten aus der
EingabeWerte-Tabelle entsprechend der Projekt-Vorgänge und deren
FormEingang |
void |
DatentabelleDao.reindexPostfachTable(IEntityContext ec,
Projekt projekt)
Diese Methode löscht die Projekt-Postfachtabelle, erstellt diese neu und befüllt diese mit den Werten aus der
EingabeWerte-Tabelle entsprechend der Projekt-Vorgänge und deren
FormEingang |
void |
FormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
protected void |
VorgangsDataDao.rollback(IEntityContext ec)
Methode für das Rollback einer Transaktion.
|
FormEingang |
FormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Vorgang |
VorgangDao.setFormData(IEntityContext ec,
Vorgang v,
String formData) |
MandantRessource |
MandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
ProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Attachment |
AttachmentDao.updateByUser(IEntityContext ec,
String username,
String oldFileName,
Attachment attachment) |
void |
ProjektDao.updatePreviewImage(IEntityContext ec,
Projekt project,
byte[] data) |
SystemProperty |
SystemPropertyDao.updateProperty(IEntityContext ec,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
protected javax.persistence.Query |
AVorgangsDataSQLBuilder.appendQueryCriterias(StringBuilder sb,
IEntityContext ec,
Map<String,ITableColumn> columnMap,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
boolean withOrder) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
long formEingangID) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> columns,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap)
|
javax.persistence.Query |
AVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> columns,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap,
Integer maxValueSize) |
javax.persistence.Query |
AVorgangsDataSQLBuilder.createSingleQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
Boolean |
IModulDao.addAllModulesToMandantAdmin(IEntityContext ec) |
Modul |
IModulDao.addModulToRolle(IEntityContext ec,
Rolle rolle,
Modul newModul)
Deprecated.
user regular update method
|
List<FormElement> |
IFormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
List<FormEingang> |
IFormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf)
Speziell: für Export-Zeug (alle FormEingänge der Vorgänge im übergebenen Postfach)
|
List<FormEingang> |
IFormEingangDao.all(IEntityContext ec,
Vorgang v)
Deprecated.
|
List<SystemMessage> |
ISystemMessageDao.allActiveByDate(IEntityContext ec,
Date date)
Retrieves all system messages that are both #
SystemMessage.isFlagActive()
and available at the given date. |
List<Projekt> |
IProjektDao.allByClient(IEntityContext ec,
Mandant mandant,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allByClient(IEntityContext ec,
Mandant client,
String scope,
boolean includeTemplates) |
List<SystemMessage> |
ISystemMessageDao.allByDate(IEntityContext ec,
Date date)
Retrieves all system messages that are available at the given date.
|
List<FormVersionBackup> |
IFormVersionBackupDao.allByFormVersion(IEntityContext ec,
FormVersion fv) |
List<Projekt> |
IProjektDao.allByMandant(IEntityContext ec,
Mandant mandant)
Deprecated.
|
List<Vorgang> |
IVorgangDao.allByPostfach(IEntityContext ec,
Postfach postfach) |
List<Vorgang> |
IVorgangDao.allByProjekt(IEntityContext ec,
Projekt pro) |
List<Projekt> |
IProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allEditableProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
List<Projekt> |
IProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant mandant) |
List<Projekt> |
IProjektDao.allTemplatesByClient(IEntityContext ec,
Mandant client,
String scope) |
List<Projekt> |
IProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates) |
List<Projekt> |
IProjektDao.allVisibleProjects(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope,
boolean includeTemplates,
de.xima.cmn.criteria.QueryCriteriaManager customQcm) |
de.xima.cmn.criteria.QueryCriteriaManager |
IProjektDao.allVisibleProjectsQcm(IEntityContext ec,
Benutzer user,
Mandant client,
String projectScope,
boolean includeTemplates) |
int |
IVorgangDao.bulkdDeleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
int |
IVorgangDao.bulkdDeleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
int |
IVorgangDao.bulkDeleteAll(IEntityContext ec,
Postfach postfach) |
int |
IVorgangDao.bulkDeleteAll(IEntityContext ec,
Projekt project) |
int |
IVorgangDao.bulkMarkRead(IEntityContext ec,
List<Long> formRecordIds,
boolean read)
Sets the attribute 'gelesen' of all the form records with the given IDs
|
Benutzer |
IBenutzerDao.byLogin(IEntityContext ec,
String loginName,
String loginPwd,
Mandant mandant)
Diese Methode sucht einen
Benutzer anhand des Benutzer.getLoginName() und des
Benutzer.getPasswort() , wurde ein aktiver Benutzer gefunden, wird dieser zurückgeben. |
Benutzer |
IBenutzerDao.byNameAndMandant(IEntityContext ec,
String loginName,
Mandant mandant) |
int |
IFormVersionDao.calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
void |
IPostfachDao.clear(IEntityContext entityContext,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
IPostfachDao.clear(IEntityContext entityContext,
Postfach postfach) |
void |
IVorgangsDataDao.clearUnreferenced(IEntityContext ec,
Projekt pro,
EProjectSpecificDBTable tableType) |
Aktion |
IAktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
FormVersion |
IFormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
Status |
IStatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
Vorgang |
IVorgangDao.correctStatus(IEntityContext ec,
Vorgang formRecord,
Status targetState,
Benutzer user) |
int |
IAppointmentDao.countBy(IEntityContext ec,
IAppointmentQueryParams queryParams)
Returns the number of all appointments that match the given query params.
|
FormEingang |
IFormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater)
Deprecated.
|
ProjektZaehler |
IProjektZaehlerDao.create(IEntityContext ec,
long projektId) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.create(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehler |
IProjektZaehlerDao.create(IEntityContext ec,
Projekt projekt) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.create(IEntityContext ec,
Projekt projekt,
Date date) |
MandantRessource |
IMandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
IProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
MandantRessource |
IMandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
ProjektRessource |
IProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
Attachment |
IAttachmentDao.createByUser(IEntityContext ec,
String username,
Attachment attachment) |
SystemProperty |
ISystemPropertyDao.createProperty(IEntityContext ec,
String key,
String value) |
void |
IVorgangDao.deleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
void |
IVorgangDao.deleteAll(IEntityContext ec,
Projekt selected)
Deprecated.
|
void |
IFormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
int |
IVorgangDao.deleteAllUnverified(IEntityContext ec) |
IFormTemplateDao |
IFormTemplateDao.deleteById(IEntityContext ec,
int id) |
void |
IAttachmentDao.deleteByUser(IEntityContext ec,
String username,
Attachment... attachments) |
void |
IAttachmentDao.deleteByUser(IEntityContext ec,
String username,
boolean force,
Attachment... attachments) |
void |
ISystemPropertyDao.deleteProperty(IEntityContext ec,
String key) |
void |
IFormVersionBackupDao.doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
boolean |
IVorgangsDataDao.executeDelete(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
Long formEingangID) |
<T extends ITableColumn> |
IVorgangsDataDao.executeInsert(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
boolean |
IVorgangDao.existsIdentityToken(IEntityContext ec,
Vorgang formRecord,
String identityToken,
Projekt project)
Checks whether there exists any form record that
belongs to the same project as the given project
is not the same as the given form record
but has got the same identity token as the given token
|
<T extends ITableColumn> |
IVorgangsDataDao.fillData(IEntityContext ec,
EProjectSpecificDBTable tableType,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap) |
void |
IVorgangsDataDao.fillData(IEntityContext ec,
Vorgang v,
Map<String,String> dataMap,
Long formEingangID,
EProjectSpecificDBTable tableType) |
String |
ITextbausteinDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate)
Returns a name that is not taken by another
Textbaustein in the given client. |
String |
IAppointmentTemplateDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate)
Returns a name that is not taken by another
AppointmentTemplate in the given client. |
String |
IAppointmentTemplateDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
AppointmentTemplate exclude)
Returns a name that is not taken by another
AppointmentTemplate in the given client. |
String |
IBenutzerGruppeDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
BenutzerGruppe exclude)
Returns a name that is not taken by another
BenutzerGruppe in the given client other than the excluded user
group. |
String |
IDatenquelleDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Datenquelle exclude)
Returns a name that is not taken by another
Datenquelle in the given client other than the excluded data
source. |
String |
IMandantRessourceDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
MandantRessource exclude)
Returns a name that is not taken by another
MandantRessource in the given client. |
String |
IPostfachDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Postfach exclude)
Returns a name that is not taken by another
Postfach in the given client other than the excluded inbox. |
String |
IProjektDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude)
Returns a name that is not taken by another
Projekt in the given client other than the excluded data
source. |
String |
ITextbausteinDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Textbaustein exclude)
Returns a name that is not taken by another
Textbaustein in the given client other than the excluded
template. |
String |
IProjektDao.findUniqueTitle(IEntityContext ec,
Mandant client,
String candidate,
Projekt exclude)
Returns a title that is not taken by another
Projekt in the given client other than the excluded data
source. |
List<SystemPlugin> |
ISystemPluginDao.getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
List<ClientPlugin> |
IClientPluginDao.getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
Rolle |
IRolleDao.getAdminRolle(IEntityContext ec,
Mandant mandant) |
List<Textbaustein> |
ITextbausteinDao.getAll(IEntityContext ec,
Mandant m) |
List<Appointment> |
IAppointmentDao.getAllBy(IEntityContext ec,
IAppointmentQueryParams queryParams)
Returns all appointments that match the given query params.
|
List<Attachment> |
IAttachmentDao.getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
IPostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
IPostfachDao.getAllByClient(IEntityContext ec,
Mandant client)
Returns all inboxes of the given
Mandant |
List<AppointmentTemplate> |
IAppointmentTemplateDao.getAllByClient(IEntityContext ec,
Mandant currentClient)
Finds all available appointment templates of the given client.
|
List<Textbaustein> |
ITextbausteinDao.getAllByKat(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie) |
List<ProjektZaehlerDaten> |
IProjektZaehlerDatenDao.getAllByMandant(IEntityContext ec,
Date startDate,
Date endDate,
Mandant mandant) |
List<LDAPGruppe> |
ILDAPGruppeDao.getAllByMandant(IEntityContext ec,
Mandant man) |
List<FormTemplate> |
IFormTemplateDao.getAllByMandant(IEntityContext ec,
Mandant m) |
List<MandantRessource> |
IMandantRessourceDao.getAllByMandant(Mandant mandant,
IEntityContext ec) |
List<Mandant> |
IMandantDao.getAllByName(IEntityContext ec,
String name)
Method for determining all
Mandant s by name (case insensitive). |
List<Aktion> |
IAktionDao.getAllByProcessingClass(IEntityContext ec,
Mandant client,
Class<?> processingClass)
Returns all actions that have processing of defined by the given processing class
|
List<Textbaustein> |
ITextbausteinDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all templates that are being used by the given project
|
List<BenutzerGruppe> |
IBenutzerGruppeDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all user groups being referenced by the given project
|
List<MandantRessource> |
IMandantRessourceDao.getAllByProject(IEntityContext ec,
Projekt project)
Returns all client resources that are being used by the given project
|
List<ProjektZaehlerDaten> |
IProjektZaehlerDatenDao.getAllByProjekt(IEntityContext ec,
Date startDate,
Date endDate,
Projekt projekt) |
List<Status> |
IStatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<ProjektRessource> |
IProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
List<ProtocolEntryProcessing> |
IProtocolEntryProcessDao.getAllByProzessId(IEntityContext ec,
String prozessId) |
List<Aktion> |
IAktionDao.getAllByStatus(IEntityContext ec,
Status status) |
List<AppointmentSlot> |
IAppointmentSlotDao.getAllByTemplates(IEntityContext ec,
List<AppointmentTemplate> templates,
boolean merge)
Finds all available appointment slots of the given templates.
|
List<LDAPGruppe> |
ILDAPGruppeDao.getAllByUserGroup(IEntityContext entityContext,
Mandant client,
BenutzerGruppe userGroup)
Returns all
LDAPGruppe which are assigned to the BenutzerGruppe |
List<Status> |
IStatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus) |
List<AppointmentSlot> |
IAppointmentTemplateDao.getAllSlotsOfTemplates(IEntityContext ec,
List<AppointmentTemplate> templates,
boolean merge)
Finds all available appointment slots of the given templates.
|
List<FormTemplateTag> |
IFormTemplateDao.getAllTagsByMandant(IEntityContext ec,
Mandant m) |
<View extends IEffectiveAppointmentStatusProviding> |
IAppointmentDao.getAttributesBy(IEntityContext ec,
IAppointmentQueryParams queryParams,
Class<View> viewType)
Returns all appointments that match the given query params.
|
List<Benutzer> |
IBenutzerDao.getBenutzerByMandant(IEntityContext ec,
Mandant mandant) |
Map<String,BenutzerGruppe> |
IBenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec,
Mandant mandant) |
List<BenutzerGruppe> |
IBenutzerDao.getBenutzergruppen(IEntityContext ec,
Benutzer ben) |
FormVersion |
IFormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.getByDate(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehlerDaten |
IProjektZaehlerDatenDao.getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
Textbaustein |
ITextbausteinDao.getByKatAndName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name) |
SystemProperty |
ISystemPropertyDao.getByKey(IEntityContext ec,
String key) |
List<SystemProperty> |
ISystemPropertyDao.getByKeyPrefix(IEntityContext ec,
String keyPrefix) |
List<SystemProperty> |
ISystemPropertyDao.getByKeys(IEntityContext ec,
List<String> keys) |
MandantMailData |
IMandantMailDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
MandantLdapData |
IMandantLdapDataDao.getByMandant(IEntityContext ec,
Mandant mandant) |
MandantFrontendServer |
IMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
ITextbausteinDao.getByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
Textbaustein |
ITextbausteinDao.getByName(IEntityContext ec,
Mandant mandant,
String name) |
Attachment |
IAttachmentDao.getByName(IEntityContext ec,
Vorgang vorgang,
String name) |
MandantRessource |
IMandantRessourceDao.getByName(Mandant mandant,
String name,
IEntityContext ec) |
ProjektRessource |
IProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
LDAPAbfrage |
ILDAPAbfrageDao.getByNameAndClient(IEntityContext ec,
String abfrageName,
Mandant man) |
ProjectInviteData |
IProjectInviteDataDao.getByProject(IEntityContext ec,
Projekt project) |
ProjectDOIData |
IProjectDOIDataDao.getByProject(IEntityContext ec,
Projekt project) |
List<MandantFrontendServer> |
IMandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
ProjektZaehler |
IProjektZaehlerDao.getByProjekt(IEntityContext ec,
long projektId) |
List<FormVersion> |
IFormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
ProjektZaehler |
IProjektZaehlerDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
Vorgang |
IVorgangDao.getByProzessId(IEntityContext ec,
String prozessId) |
MandantFrontendServer |
IMandantFrontendServerDao.getBySource(IEntityContext ec,
FrontendServer fs,
Mandant mandant)
Deprecated.
|
AppointmentType |
IAppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
String uuid)
Finds the appointment type with the given UUID.
|
AppointmentType |
IAppointmentTypeDao.getByUUID(IEntityContext ec,
AppointmentTemplate template,
UUID uuid)
Finds the appointment type with the given UUID.
|
FormElement |
IFormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
IFormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
Textbaustein |
ITextbausteinDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the template with the given UUID string
|
Projekt |
IProjektDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
Rolle |
IRolleDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the role with the given UUID
|
DatenbankZugriff |
IDatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
Postfach |
IPostfachDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the inbox with the given UUID
|
BenutzerGruppe |
IBenutzerGruppeDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the user group with the given UUID string
|
MandantRessource |
IMandantRessourceDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the client resource for the given UUID string and client
|
AppointmentTemplate |
IAppointmentTemplateDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the template with the given UUID
|
ClientPlugin |
IClientPluginDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the client plugin with the given UUID string
|
Benutzer |
IBenutzerDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the user with the given UUID string
|
Textbaustein |
ITextbausteinDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the template with the given UUID
|
Projekt |
IProjektDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
Rolle |
IRolleDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
DatenbankZugriff |
IDatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
Postfach |
IPostfachDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the inbox with the given UUID
|
BenutzerGruppe |
IBenutzerGruppeDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the user group with the given UUID
|
MandantRessource |
IMandantRessourceDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the client resource for the given UUID and client
|
AppointmentTemplate |
IAppointmentTemplateDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the template with the given UUID
|
ClientPlugin |
IClientPluginDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the client plugin with the given UUID
|
Benutzer |
IBenutzerDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the user with the given UUID
|
FormVersion |
IFormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the form version for the given UUID string and project
|
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the state with the given UUID
|
ProjektRessource |
IProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the project resource with the given UUID string
|
FormVersion |
IFormVersionDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the form version for the given UUID and project
|
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
ProjektRessource |
IProjektRessourceDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the project resource with the given UUID
|
Aktion |
IAktionDao.getByUUID(IEntityContext ec,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
IAktionDao.getByUUID(IEntityContext ec,
Status state,
UUID uuid)
Returns the action with the given UUID
|
Appointment |
IAppointmentDao.getByUUID(IEntityContext ec,
String uuid)
Finds the appointment with the given UUID.
|
Mandant |
IMandantDao.getByUUID(IEntityContext ec,
String uuid)
Returns the client with the given UUID
|
Attachment |
IAttachmentDao.getByUUID(IEntityContext ec,
String uuid) |
Vorgang |
IVorgangDao.getByUUID(IEntityContext ec,
String uuid)
Returns the form record with the given UUID
|
SystemPlugin |
ISystemPluginDao.getByUUID(IEntityContext ec,
String uuid)
Returns the system plugin with the given UUID string
|
Attachment |
IAttachmentDao.getByUUID(IEntityContext ec,
String uuid,
Vorgang v) |
Appointment |
IAppointmentDao.getByUUID(IEntityContext ec,
UUID uuid)
Finds the appointment with the given UUID.
|
Mandant |
IMandantDao.getByUUID(IEntityContext ec,
UUID uuid)
Returns the client with the given UUID
|
Attachment |
IAttachmentDao.getByUUID(IEntityContext ec,
UUID uuid)
Returns the attachment with the given UUID
|
Vorgang |
IVorgangDao.getByUUID(IEntityContext ec,
UUID uuid)
Returns the form record with the given UUID
|
SystemPlugin |
ISystemPluginDao.getByUUID(IEntityContext ec,
UUID uuid)
Returns the system plugin with the given UUID
|
Vorgang |
IVorgangDao.getByVerifyId(IEntityContext ec,
String verifyId)
Gets
Vorgang by its Verify-ID |
Datenquelle |
IDatenquelleDao.getDatenquelleById(IEntityContext ec,
Mandant mandant,
int id) |
Datenquelle |
IDatenquelleDao.getDatenquelleByName(IEntityContext ec,
Mandant mandant,
String name) |
Datenquelle |
IDatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
List<Datenquelle> |
IDatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
IGenericDao.getEntityRefs(IEntityContext ec,
E entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileData(IEntityContext ec,
Class<T> entityClass,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileData(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IGenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<T extends IFileEntity<?,?>> |
IGenericFileDao.getFileEntityData(IEntityContext ec,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileStream(IEntityContext ec,
T entity) |
List<Aktion> |
IAktionDao.getFolgeAktionen(IEntityContext ec,
Aktion aktion) |
List<Aktion> |
IAktionDao.getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
List<Status> |
IStatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
String |
IFormEingangDao.getFormData(IEntityContext ec,
FormEingang fe) |
String |
IVorgangDao.getFormData(IEntityContext ec,
Vorgang v) |
List<Postfach> |
IPostfachDao.getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<Aktion> |
IAktionDao.getPrevAktionen(IEntityContext ec,
Aktion aktion,
Class<?> typeInterface) |
List<Aktion> |
IAktionDao.getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
byte[] |
IProjektDao.getPreviewImage(IEntityContext ec,
Projekt project) |
List<Projekt> |
IProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant) |
List<Projekt> |
IProjektDao.getProjektByEditorBenutzer(IEntityContext ec,
Benutzer benutzer,
Mandant mandant,
String projectScope) |
List<Projekt> |
IFrontendServerDao.getProjekts(IEntityContext ec,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId) |
Datenquelle |
IDatenquelleDao.getPublicDatasource(IEntityContext ec,
Mandant client,
String name,
EDatenquellenTyp type) |
List<Rolle> |
IRolleDao.getRollenByModul(IEntityContext ec,
Modul modul) |
Textbaustein |
ITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inbox) |
List<FrontendServer> |
IFrontendServerDao.getUnconnectedByMandant(IEntityContext ec,
Mandant man) |
long |
IMandantDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
IAttachmentDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
IProjektRessourceDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
IFormEingangDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
long |
IMandantRessourceDao.getUsedFileSize(IEntityContext ec,
Mandant mandant) |
List<Vorgang> |
IVorgangDao.getVorgaengeByBenutzer(IEntityContext ec,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Deprecated.
|
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType,
Postfach... inboxes) |
ExtendedEntityModel<Vorgang> |
IVorgangsDataDao.getVorgangsData(IEntityContext ec,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Benutzer |
IBenutzerDao.handleUserLogin(IEntityContext ec,
Benutzer user) |
boolean |
ISystemChangeDao.haseUpdateBeenRun(IEntityContext ec,
String updateUUID) |
void |
IDatentabelleDao.insertValuesToTables(IEntityContext ec,
Vorgang vorgang) |
boolean |
IProjektDao.isActivationAllowed(IEntityContext ec,
Projekt projekt) |
boolean |
IMandantDao.isCreationAllowed(IEntityContext ec,
Mandant mandant) |
boolean |
IProjektDao.isEditingAllowed(IEntityContext ec,
Projekt p,
Benutzer ben) |
boolean |
IProjektDao.isFsAllowed(IEntityContext ec,
Projekt p,
FrontendServer fs) |
Boolean |
IMandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
boolean |
IBenutzerDao.isLastActiveMandantadmin(IEntityContext ec,
Benutzer ben) |
boolean |
ITextbausteinDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given template name exists within the given client
|
boolean |
IProjektDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given project name exists within the given client
|
boolean |
IPostfachDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given inbox name exists within the given client
|
boolean |
IBenutzerGruppeDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given user group name exists within the given client
|
boolean |
IMandantRessourceDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given client resource name exists within the given client
|
boolean |
IAppointmentTemplateDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given entity name exists within the given client
|
boolean |
IDatenquelleDao.isNameExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given data source name exists within the given client
|
boolean |
IProjektDao.isTitleExisiting(IEntityContext ec,
Mandant client,
String name)
Returns whether or not the given project title exists within the given client
|
boolean |
IProjektDao.isZugriffsberechtigt(IEntityContext ec,
Projekt p,
Benutzer ben) |
FormEingang |
IFormEingangDao.mostCurrent(IEntityContext ec,
Vorgang v)
Speziell: für 'Portal'-Zeug
|
long |
IFormEingangDao.ownerId(IEntityContext ec,
Vorgang v)
Deprecated.
|
E |
IGenericDao.read(IEntityContext ec,
Integer id) |
Modul |
IModulDao.readByName(IEntityContext ec,
Mandant mandant,
String name) |
Mandant |
IMandantDao.readByName(IEntityContext ec,
String name)
Method for determining a
Mandant by his name (case insensitive). |
void |
IDatentabelleDao.recreateDataTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType) |
void |
IDatentabelleDao.reindexDataTable(IEntityContext ec,
Projekt projekt) |
void |
IDatentabelleDao.reindexPostfachTable(IEntityContext ec,
Projekt projekt) |
void |
IFormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
FormEingang |
IFormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Vorgang |
IVorgangDao.setFormData(IEntityContext ec,
Vorgang v,
String formData) |
MandantRessource |
IMandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
IProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Attachment |
IAttachmentDao.updateByUser(IEntityContext ec,
String username,
String oldFileName,
Attachment attachment) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IGenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
void |
IProjektDao.updatePreviewImage(IEntityContext ec,
Projekt project,
byte[] data) |
SystemProperty |
ISystemPropertyDao.updateProperty(IEntityContext ec,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createAllQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach... inboxes) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery(IEntityContext ec,
Projekt project) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createDeleteQuery(IEntityContext ec,
Projekt projekt,
long formEingangID) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap)
|
javax.persistence.Query |
IVorgangsDataSQLBuilder.createInsertQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
long formEingangID,
Map<String,String> dataMap,
Integer maxValueSize) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createSingleQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
void |
ProtokollUtils.addClientProtocolEntry(Mandant client,
ProtocolEntryClient entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryClient , and saves that entry in the database. |
void |
ProtokollUtils.addMandantPeBase(Mandant mandant,
ProtocolEntryClient entry,
IEntityContext ec)
|
void |
ProtokollUtils.addProcessProtocolEntry(Mandant client,
ProcessProtocolParams params,
ProtocolEntryProcessing entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryProcessing , and saves that entry in the database. |
void |
ProtokollUtils.addProcessProtocolEntry(Vorgang formRecord,
ProtocolEntryProcessing entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryProcessing , and saves that entry in the database. |
void |
ProtokollUtils.addProjectProtocolEntry(Projekt project,
ProtocolEntryClient entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntryClient for a certain form, and saves that entry in
the database. |
void |
ProtokollUtils.addProjektPeBase(Projekt projekt,
ProtocolEntryClient entry,
IEntityContext ec)
|
void |
ProtokollUtils.addSystemPeDokumentation(ProtocolEntrySystem entry,
IEntityContext ec)
|
void |
ProtokollUtils.addSystemProtocolEntry(ProtocolEntrySystem entry,
IEntityContext ec)
Fills in missing pieces of information of a
ProtocolEntrySystem , and saves that entry in the database. |
void |
ProtokollUtils.addVorgangPeBase(Vorgang vorgang,
ProtocolEntryProcessing entry,
IEntityContext ec)
|
static void |
ProjektPostfachDaoUtils.recreateDBTable(IEntityContext ec,
Projekt projekt,
EProjectSpecificDBTable tableType)
Deprecated.
|
static void |
ProjektPostfachDaoUtils.recreateProjektDataTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
static void |
ProjektPostfachDaoUtils.recreateProjektPostfachTable(IEntityContext ec,
Projekt projekt)
Deprecated.
|
<T extends AProtocolEntry> |
ProtokollUtils.togglePreserveFlag(T entry,
IEntityContext ec)
Negates the
AProtocolEntry.isPreserve() flag of the given entry and saves the modifications to the
database. |
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
AProjektUtil.ec |
Modifier and Type | Method and Description |
---|---|
static boolean |
AProjektUtil.checkProjectAliasExist(IEntityContext ec,
String projectAlias,
Mandant client)
Checks whether or not the given project name already exist within the given client
|
static boolean |
AProjektUtil.checkProjectNameExist(IEntityContext ec,
String projectName,
Mandant client)
Checks whether or not the given project name already exist within the given client
|
static FormVersion |
AProjektUtil.createNewFormVersion(IEntityContext ec,
Long projectId,
Benutzer user) |
static FormVersion |
AProjektUtil.createNewFormVersion(IEntityContext ec,
Projekt project,
Benutzer user) |
Constructor and Description |
---|
AProjektUtil(Mandant man,
IEntityContext ec) |
ProjektCopyUtil(Mandant man,
IEntityContext ec) |
ProjektExportUtil(Mandant man,
IEntityContext ec,
Benutzer user,
Set<EFormImpexOption> options)
Deprecated.
|
ProjektImportUtil(Mandant man,
IEntityContext ec) |
ProjektUpdateUtil(Mandant man,
IEntityContext ec,
Benutzer user) |
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
AEnitityHelper.ec
Deprecated.
|
Constructor and Description |
---|
AEnitityHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user)
Deprecated.
|
FormVersionHelper(IEntityContext ec,
Mandant mandant,
Projekt project,
Benutzer user)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<DeserializedEntity> |
AEntityExporter.doExport(IEntityContext ec) |
File |
AEntityExporter.doExport(IEntityContext ec,
File outDir,
Benutzer user) |
protected void |
AEntityExporter.initDependencies(IEntityContext ec) |
protected void |
AEntityExporter.initInternalDependenciesOnly(IEntityContext ec) |
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
EntityExporterFactory.newExporter(IEntityContext ec,
T... entities)
Deprecated.
Use
AEntityExporter.AEntityExporter(IEntityContext, IEntity) instead. Returns an
IEntityExporter for the given entity class |
Constructor and Description |
---|
AEntityExporter(IEntityContext ec,
T... entities)
Deprecated.
|
AEntityExporter(IEntityContext ec,
T entity) |
AEntityExporter(IEntityContext ec,
T entity,
boolean withoutDependencies) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectExporter.initDependencies(IEntityContext ec) |
protected void |
ProjectExporter.initInternalDependenciesOnly(IEntityContext ec) |
Constructor and Description |
---|
ProjectExporter(IEntityContext ec,
Projekt... entities)
Deprecated.
|
ProjectExporter(IEntityContext ec,
Projekt entity) |
ProjectExporter(IEntityContext ec,
Projekt entity,
boolean withoutDependencies) |
TemplateExporter(IEntityContext ec,
Textbaustein... entities)
Deprecated.
|
TemplateExporter(IEntityContext ec,
Textbaustein entity) |
Modifier and Type | Method and Description |
---|---|
File |
IEntityExporter.doExport(IEntityContext ec,
File baseDir,
Benutzer user)
Exports the set entities to the given directory
|
Modifier and Type | Method and Description |
---|---|
static void |
LegacyExporter.addV1ProjectExport(IEntityContext ec,
File outDir,
List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> entities,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileData(IEntityContext ec,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileData(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
GenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<T extends IFileEntity<?,?>> |
GenericFileDao.getFileEntityData(IEntityContext ec,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileStream(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
GenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
Modifier and Type | Class and Description |
---|---|
class |
RequestEntityContext |
Modifier and Type | Method and Description |
---|---|
FormUserRequestData |
FormUserRequestDataBuilder.build(IEntityContext ec) |
static IExtendedFormPublishContext |
FormPublishUtil.createContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
IEntityContext ec)
Deprecated.
|
static com.alibaba.fastjson.JSONArray |
FormPublishUtil.getBackupList(IEntityContext ec,
FormVersion formVersion) |
static com.alibaba.fastjson.JSONArray |
FormPublishUtil.getBackupList(IEntityContext ec,
int formVersionId)
Deprecated.
|
static String |
FormPublishUtil.getBackupPersistent(IEntityContext ec,
FormVersionBackup backup) |
static String |
FormPublishUtil.getBackupPersistent(IEntityContext ec,
int formVersionBackupId)
|
static String |
FormPublishUtil.getCurrentPersistent(IEntityContext ec,
FormVersion formVersion) |
static String |
FormPublishUtil.getCurrentPersistent(IEntityContext ec,
int formVersionId)
|
static String |
FormProcessUtils.replaceProcessSubject(IEntityContext ec,
IFormDataAdapter formData,
Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the given form data
|
static String |
FormProcessUtils.replaceProcessSubject(IEntityContext ec,
IFormRequestContext requestCtx,
Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the submitted form data
|
Constructor and Description |
---|
AppointmentPersistBuilder(IEntityContext ec,
IFormRequestContext requestCtx,
Map<String,UUID> templateUuidByName)
Creates a new appointment persister for a given form submission.
|
Modifier and Type | Method and Description |
---|---|
static IdentityTokenGeneration |
IdentityTokenGeneration.perform(IEntityContext ec,
IFormDataAdapter fda,
FormVersion formVersion,
Projekt project)
When enabled, an ID is generated based on the data of a submitted form.
|
static IdentityTokenCheck |
IdentityTokenCheck.perform(IEntityContext ec,
IFormRequestContext requestCtx)
When enabled, an ID is generated based on the data of a submitted form.
|
static IdentityTokenUpdate |
IdentityTokenUpdate.perform(IEntityContext ec,
Projekt project)
Updates the identity token of all form records for the given project with the current identity token template of
that project.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImagePreviewUtils.savePreviewImage(String base64,
FormVersion formVersion,
IEntityContext iEntityContext,
String typeThumbnail) |
Modifier and Type | Field and Description |
---|---|
protected IEntityContext |
FormPublishContext.ec |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
FormPublishContext.getEntityContext() |
Constructor and Description |
---|
ExtendedFormPublishContext(IEntityContext ec,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormPublishContext(IEntityContext ec,
PublishRequestParameter requestParameter) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
ABackendJSFContext.ec() |
Modifier and Type | Method and Description |
---|---|
protected abstract de.xima.cmn.dao.interfaces.IAbstractDao<T,Long,IEntityContext> |
AEntityDetailsBean.getDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
AEntityDetailsBean.init(IEntityContext ec,
T entity) |
Modifier and Type | Method and Description |
---|---|
protected de.xima.cmn.dao.interfaces.IAbstractDao<Projekt,Long,IEntityContext> |
AProjectDetailsBean.getDao() |
Modifier and Type | Method and Description |
---|---|
Vorgang |
ProjectInviteBean.createEmptyProcess(Projekt project,
IFormRequestContext reqCtx,
IEntityContext ec)
creates an empty process and saves it in vorgang database
|
protected void |
ProjectAccessBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectDetailsBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectExportBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormVersionBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectInviteBean.init(IEntityContext ec,
Projekt entity) |
protected void |
ProjectDOIBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectShareBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectInboxBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormPortraitExportBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectGroupEditBean.init(IEntityContext ec,
Projekt project) |
protected void |
ProjectDataTableBean.init(IEntityContext ec,
Projekt project) |
protected void |
FormExportBean.init(IEntityContext ec,
Projekt project) |
protected Projekt |
BasicDataTableBean.update(IEntityContext ec,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ApplicationConfigBean.getSystemProperty(IEntityContext ec,
EPasswordPolicy pwdPolicy) |
SystemProperty |
ApplicationConfigBean.updateSystemProperty(IEntityContext ec,
EPasswordPolicy pwdPolicy,
String value) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
ProcessingBean.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
StateTreeBean.init(IEntityContext ec,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.updateFormPlaceholders(IEntityContext ec,
FormVersion formVersion,
boolean uploadsOnly) |
void |
IPlaceholderLibrary.updateTemplatePlaceholders(IEntityContext ec,
Mandant client) |
void |
IPlaceholderLibrary.updateWorkflowActionResultPlaceholders(IEntityContext ec,
Aktion action) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.updateFormPlaceholders(IEntityContext ec,
FormVersion formVersion,
boolean uploadsOnly) |
void |
PlaceholderLibrary.updateTemplatePlaceholders(IEntityContext ec,
Mandant client) |
void |
PlaceholderLibrary.updateWorkflowActionResultPlaceholders(IEntityContext ec,
Aktion action) |
Modifier and Type | Method and Description |
---|---|
protected IEntityContext |
EntitySelectModel.ec() |
IEntityContext |
EntityListModel.ec() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.lang3.tuple.Pair<Integer,Long> |
LazyProjectViewListModel.updateProjectGroupNames(IEntityContext ec,
ProjectViewModel model,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectViewModel.update(IEntityContext ec,
Benutzer user,
List<BenutzerGruppe> userGroups,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
ProjectViewModel.updateRecordData(IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
static org.primefaces.model.StreamedContent |
EntityExportHelper.getV1ProjectExport(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Class and Description |
---|---|
class |
JSFEntityContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityImporter.updateDependencies(IEntityContext ec,
de.xima.cmn.dao.interfaces.IEntity<Long> oldEntity,
de.xima.cmn.dao.interfaces.IEntity<Long> newEntity)
Deprecated.
|
Constructor and Description |
---|
EntityAlternativeProvider(IEntityContext ec,
Mandant client) |
EntityAlternativeProvider(IEntityContext ec,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
List<DependencyDescriptor> |
ProjectDoiDataImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
List<DependencyDescriptor> |
FormVersionImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
List<DependencyDescriptor> |
ActionImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
List<DependencyDescriptor> |
AEntityImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
List<DependencyDescriptor> |
DataSourceImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
List<DependencyDescriptor> |
ProjectImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion) |
protected Textbaustein |
TemplateImportConfig.findPersisted(IEntityContext ec) |
protected T |
AEntityImportConfig.findPersisted(IEntityContext ec) |
protected boolean |
ProjectDoiDataImportConfig.isUuidExisting(IEntityContext ec) |
protected boolean |
ActionImportConfig.isUuidExisting(IEntityContext ec) |
protected boolean |
AEntityImportConfig.isUuidExisting(IEntityContext ec) |
protected boolean |
StateImportConfig.isUuidExisting(IEntityContext ec) |
protected boolean |
ProjectInviteDataImportConfig.isUuidExisting(IEntityContext ec) |
protected boolean |
ProjectResourceImportConfig.isUuidExisting(IEntityContext ec) |
T |
AEntityImportConfig.loadAlternative(IEntityContext ec) |
protected void |
ProjectDoiDataImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
InboxImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
FormVersionImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
UserGroupImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
AppointmentTemplateImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
TemplateImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
ActionImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
EntityImportConfig.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected abstract void |
AEntityImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
StateImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
ClientResourceImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
DataSourceImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
ProjectInviteDataImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
ProjectImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
ProjectResourceImportConfig.makeEntityUnique(IEntityContext ec) |
protected void |
InboxImportConfig.postCreate(IEntityContext ec) |
protected void |
UserGroupImportConfig.postCreate(IEntityContext ec) |
protected void |
TemplateImportConfig.postCreate(IEntityContext ec) |
protected void |
AEntityImportConfig.postCreate(IEntityContext ec) |
protected void |
StateImportConfig.postCreate(IEntityContext ec) |
protected void |
ClientResourceImportConfig.postCreate(IEntityContext ec) |
protected void |
ProjectImportConfig.postCreate(IEntityContext ec) |
protected void |
InboxImportConfig.postUpdate(IEntityContext ec) |
protected void |
UserGroupImportConfig.postUpdate(IEntityContext ec) |
protected void |
TemplateImportConfig.postUpdate(IEntityContext ec) |
protected void |
AEntityImportConfig.postUpdate(IEntityContext ec) |
protected void |
StateImportConfig.postUpdate(IEntityContext ec) |
protected void |
ClientResourceImportConfig.postUpdate(IEntityContext ec) |
protected void |
ProjectImportConfig.postUpdate(IEntityContext ec) |
protected void |
InboxImportConfig.preCreate(IEntityContext ec) |
protected void |
FormVersionImportConfig.preCreate(IEntityContext ec) |
protected void |
TemplateImportConfig.preCreate(IEntityContext ec) |
protected void |
AEntityImportConfig.preCreate(IEntityContext ec) |
protected void |
StateImportConfig.preCreate(IEntityContext ec) |
protected void |
ClientResourceImportConfig.preCreate(IEntityContext ec) |
protected void |
ProjectImportConfig.preCreate(IEntityContext ec) |
protected void |
ProjectResourceImportConfig.preCreate(IEntityContext ec) |
protected void |
InboxImportConfig.preUpdate(IEntityContext ec) |
protected void |
FormVersionImportConfig.preUpdate(IEntityContext ec) |
protected void |
UserGroupImportConfig.preUpdate(IEntityContext ec) |
protected void |
TemplateImportConfig.preUpdate(IEntityContext ec) |
protected void |
AEntityImportConfig.preUpdate(IEntityContext ec) |
protected void |
StateImportConfig.preUpdate(IEntityContext ec) |
protected void |
ClientResourceImportConfig.preUpdate(IEntityContext ec) |
protected void |
ProjectImportConfig.preUpdate(IEntityContext ec) |
protected void |
ProjectResourceImportConfig.preUpdate(IEntityContext ec) |
void |
AEntityImportConfig.resolveDependencies(IEntityContext ec)
Deprecated.
|
void |
AEntityImportConfig.stage(IEntityContext ec) |
void |
AEntityImportConfig.updatePersisted(IEntityContext ec) |
protected void |
AEntityImportConfig.validateImport(IEntityContext ec) |
protected void |
ProjectImportConfig.validateImport(IEntityContext ec) |
Constructor and Description |
---|
ProjectImportContextBuilder(IEntityContext ec,
InputStream is,
Mandant client)
Deprecated.
Use
ProjectImporter instead |
Modifier and Type | Method and Description |
---|---|
static void |
EntityDependencyUpdater.updateImportConfigFromDb(IEntityContext ec,
IEntityImportConfig<?> config) |
Modifier and Type | Method and Description |
---|---|
List<DependencyDescriptor> |
IEntityImportConfig.finalize(IEntityContext ec,
String fcVersion,
String exportVersion)
Finish the import.
|
T |
IEntityImportConfig.loadAlternative(IEntityContext ec) |
void |
IEntityImportConfig.resolveDependencies(IEntityContext ec)
Deprecated.
|
void |
IEntityImportConfig.stage(IEntityContext ec)
Stages the import for execution based on the given configuration
|
void |
IEntityImportStager.stage(IEntityContext ec)
Deprecated.
Stages the import for execution based on the given configuration
|
void |
IEntityImportConfig.updatePersisted(IEntityContext ec)
Updates the persisted entity if existing based on the entity represented by this config
|
Modifier and Type | Method and Description |
---|---|
void |
StateMapperModel.update(IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
EntityImportResult |
ProjectImporter.doImport(IEntityContext ec)
Imports the given project and its dependencies.
|
void |
ProjectImporter.finishImport(IEntityContext ec)
Deprecated.
|
void |
ProjectImporter.updateDependencies(IEntityContext ec,
de.xima.cmn.dao.interfaces.IEntity<Long> oldEntity,
de.xima.cmn.dao.interfaces.IEntity<Long> newEntity)
Deprecated.
|
Constructor and Description |
---|
ProjectImporter(IEntityContext ec,
InputStream is,
Mandant client) |
ProjectImporter(IEntityContext ec,
InputStream is,
Mandant client,
boolean withAlternativeProvider) |
ProjectImporter(IEntityContext ec,
InputStream is,
Projekt override,
boolean withAlternativeProvider) |
ProjectImporter(IEntityContext ec,
List<DeserializedEntity> entities,
Mandant client) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AppointmentTemplateImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ClientResourceImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
TemplateImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
UserRoleImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
UserImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ProjectInviteDataImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
DataSourceImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
UserGroupImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ProjectResourceImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
FormVersionImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
InboxImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ActionImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ProjectDoiDataImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
StateImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected boolean |
ProjectImportStager.isUuidExisting(IEntityContext ec)
Deprecated.
|
protected void |
AppointmentTemplateImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ClientResourceImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
TemplateImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
UserRoleImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
UserImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ProjectInviteDataImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
DataSourceImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
UserGroupImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ProjectResourceImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
FormVersionImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
InboxImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ActionImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ProjectDoiDataImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
StateImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ProjectImportStager.makeEntityUnique(IEntityContext ec)
Deprecated.
|
protected void |
ClientResourceImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
TemplateImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
ProjectResourceImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
FormVersionImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
InboxImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
ActionImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
StateImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
ProjectImportStager.preCreate(IEntityContext ec)
Deprecated.
|
protected void |
ClientResourceImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
UserGroupImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
ProjectResourceImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
FormVersionImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
InboxImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
ActionImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
StateImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
protected void |
ProjectImportStager.preUpdate(IEntityContext ec)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IEntityImportStager |
EntityImportStagerFactory.newImportStager(IEntityContext ec,
de.xima.cmn.dao.interfaces.IEntity<Long> entity,
Mandant client)
Deprecated.
|
static IEntityImportStager |
EntityImportStagerFactory.newImportStager(IEntityContext ec,
IEntityImportConfig config,
Mandant client)
Deprecated.
Returns an import stage for the given entity, client and user
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EntityImportHelper.checkEntityNameExists(IEntityContext ec,
String name,
de.xima.cmn.dao.interfaces.IEntity<Long> entity,
de.xima.cmn.dao.interfaces.IEntity<Long> excludeEntity) |
static <T extends INameProviding & de.xima.cmn.dao.interfaces.IEntity<Long>> |
EntityImportHelper.getUniqueEntityName(IEntityContext ec,
T entity,
T excludeEntity)
Gets a unique entity name for the given entity
|
static String |
EntityImportHelper.getUniqueProjectAlias(IEntityContext ec,
Projekt project,
boolean excludeSelf) |
static String |
EntityImportHelper.getUniqueProjectTitle(IEntityContext ec,
Projekt project,
boolean excludeSelf)
Gets a unique project title for the given project
|
static List<BenutzerGruppe> |
EntityImportHelper.getUserGroups(IEntityContext ec,
List<UUID> uuids,
Mandant client,
List<IEntityImportConfig<?>> importConfigs)
Gets a list of user groups in th given client with the given uuids
|
static boolean |
EntityImportHelper.isEntityNameExists(IEntityContext ec,
String name,
de.xima.cmn.dao.interfaces.IEntity<Long> entity,
boolean excludeSelf)
Checks whether or not the name of the entity is used by any other entity in its context
|
static boolean |
EntityImportHelper.isProjectTitleExists(IEntityContext ec,
String title,
Projekt project,
boolean excludeSelf)
Checks whether or not the given title is used by any other project of this client
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IEntityContext.features(de.xima.cmn.dao.enums.EEntityContextFeature... features) |
IEntityContext |
IEntityContext.postCommit(de.xima.cmn.dao.interfaces.IPostCommitListener listener) |
IEntityContext |
IEntityContext.postRollback(de.xima.cmn.dao.interfaces.IPostRollbackListener listener) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IFormPublishContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
default String |
IContextValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IContextReplacerParams parameters)
Deprecated.
|
default String |
IFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML)
Deprecated.
|
default String |
IFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormReplacerParams parameters)
Deprecated.
|
default String |
ISessionValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
ISessionReplacerParams parameters)
Deprecated.
|
default String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
ISystemReplacerParams parameters)
Deprecated.
|
default String |
ITemplateValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
ITemplateReplacerParams parameters)
Deprecated.
|
default String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx)
Deprecated.
|
default String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx,
Vorgang process)
Deprecated.
|
default String |
ITemplateValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant client)
Deprecated.
|
default String |
ISessionValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang vorgang,
String sessionId,
String baseUrl)
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IPluginSessionReplacerParams.getEntityContext() |
IEntityContext |
IPluginGenericReplacerParams.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IProcessingPrefillData.getEntityContext() |
IEntityContext |
IWorkflowProcessingContext.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
default boolean |
IProcessing.isAvailable(IEntityContext ec,
Mandant man) |
Modifier and Type | Class and Description |
---|---|
class |
AEntityContext |
class |
EntityContext |
Modifier and Type | Method and Description |
---|---|
static IEntityContext |
EntityContextFactory.newAnonymousEntityContext() |
static IEntityContext |
EntityContextFactory.newEntityContext() |
static IEntityContext |
EntityContextFactory.newEntityContext(Benutzer ben) |
static IEntityContext |
EntityContextFactory.newEntityContext(UserContext uc) |
static IEntityContext |
EntityContextFactory.newSetupEntityContext() |
static IEntityContext |
EntityContextFactory.newSystemEntityContext() |
Modifier and Type | Method and Description |
---|---|
static Benutzer |
LDAPBenutzerUtil.checkLDAPGroupsActiveUser(IEntityContext ec,
Long clientId,
String userLogin) |
static boolean |
LDAPBenutzerUtil.checkLDAPLogin(IEntityContext ec,
LDAPGruppe gruppe,
String userLogin,
String userPwd) |
static boolean |
LDAPBenutzerUtil.checkLDAPLogin(IEntityContext ec,
Mandant man,
String userLogin,
String userPwd) |
static Benutzer |
LDAPBenutzerUtil.getByLDAPData(IEntityContext ec,
Mandant man,
String userName,
byte[] objectId) |
static LDAPBenutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec,
LDAPGruppe gruppe,
String userLogin) |
static Benutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec,
Mandant man,
String userLogin) |
static Benutzer |
LDAPBenutzerUtil.getLDAPGruppeBenutzerByLogin(IEntityContext ec,
Mandant man,
String userLogin,
String userPwd) |
static boolean |
LDAPBenutzerUtil.isLDAPUserActive(IEntityContext ec,
Mandant client,
String userLogin) |
Modifier and Type | Method and Description |
---|---|
static void |
LiquibaseDBUtils.createBlobTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames) |
static void |
LiquibaseDBUtils.createClobTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames) |
static void |
LiquibaseDBUtils.createTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames)
Deprecated.
|
static void |
LiquibaseDBUtils.createTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames,
String colType)
Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung anzulegen.
|
static void |
LiquibaseDBUtils.createTable(IEntityContext ec,
String tableName,
ArrayList<String> colNames,
String colType,
boolean autoIncrement)
Deprecated.
|
static void |
LiquibaseDBUtils.dropTable(IEntityContext ec,
String tableName)
Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung zu löschen.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
UserMailUtil.sendLDAPLogin(IEntityContext ec,
Benutzer user) |
static boolean |
UserMailUtil.sendLoginData(IEntityContext ec,
Benutzer user,
String password)
Verschickt die E-Mail.
|
static boolean |
UserMailUtil.sendResetPassword(IEntityContext ec,
Benutzer user,
String resetPasswordUrl) |
static boolean |
UserMailUtil.sendSystemLogin(IEntityContext ec,
Benutzer user,
String password) |
static boolean |
UserMailUtil.sendUserSetPassword(IEntityContext ec,
Benutzer user,
String setPasswordUrl) |
Modifier and Type | Method and Description |
---|---|
static Projekt |
ProjectManager.create(IEntityContext ec,
Projekt project,
Benutzer user) |
static void |
TextbausteinManager.createOrUpdateTemplate(IEntityContext ec,
ETextbausteinMsgCode msgCode,
Mandant client) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
boolean publicOnly,
Serializable... parameters) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
Serializable... parameters) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
IReplacerParams placeholderParams,
boolean suppressStatementLimits,
boolean publicOnly,
Serializable... parameters) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
IReplacerParams placeholderParams,
boolean suppressStatementLimits,
Serializable... parameters) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
Serializable... parameters)
Deprecated.
use
DBQueryManager.executeDBquery(IEntityContext, Mandant, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.executePublicDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
Serializable... parameters) |
static com.alibaba.fastjson.JSONArray |
LDAPQueryManager.executePublicQuery(IEntityContext ec,
Mandant client,
String queryName,
Serializable[] parameters) |
static com.alibaba.fastjson.JSONArray |
LDAPQueryManager.executeQuery(IEntityContext ec,
Mandant client,
String queryName,
boolean publicOnly,
Serializable[] parameters) |
static com.alibaba.fastjson.JSONArray |
LDAPQueryManager.executeQuery(IEntityContext ec,
Mandant client,
String queryName,
Serializable[] parameters) |
static Integer |
DBQueryManager.executeSql(IEntityContext ec,
Long dbZugriffId,
String sql) |
static String |
SessionAttachmentManager.getAttachment(IEntityContext ec,
Vorgang process,
String context,
String sessionId,
String argString)
Deprecated.
|
static String |
SessionAttachmentManager.getAttachmentList(IEntityContext ec,
Vorgang process,
String context,
String sessionId)
Deprecated.
|
static String |
SessionAttachmentManager.getAttachmentZip(IEntityContext ec,
Vorgang process,
String context,
String sessionId,
String argString)
Deprecated.
|
static Map<String,String> |
TextbausteinManager.getI18nValues(IEntityContext ec,
Textbaustein template)
Provides the i18n values for the given template.
|
static String |
TextbausteinManager.getMandantSpecificMsg(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.
|
static Postfach |
PostfachManager.getPostfachByName(Mandant m,
String name,
IEntityContext ec)
Liefert den via Namen angefordeten Mandanten-spezifische Postfach.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
static Textbaustein |
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.
|
static Textbaustein |
TextbausteinManager.getTextbausteinByName(IEntityContext ec,
Mandant mandant,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.
|
static List<Textbaustein> |
TextbausteinManager.getTextbausteine(IEntityContext ec,
Mandant m)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.
|
static List<Textbaustein> |
TextbausteinManager.getTextbausteineByKategorie(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.
|
static Textbaustein |
TextbausteinManager.getTextbausteineByName(IEntityContext ec,
Mandant mandant,
String name)
Deprecated.
|
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.query(IEntityContext ec,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.query(IEntityContext ec,
Integer dbZugriffId,
String sql,
IReplacerParams params,
boolean suppressStatementLimits,
Serializable... args) |
static de.xima.cmn.db.model.SerializableResultSet |
DBQueryManager.query(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args)
Deprecated.
use
DBQueryManager.query(IEntityContext, Integer, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
static int |
DBQueryManager.update(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args) |
static Projekt |
ProjectManager.update(IEntityContext ec,
Projekt project,
Benutzer user) |
Modifier and Type | Method and Description |
---|---|
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext> |
PluginSyncListener.getClientPluginDelListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext> |
PluginSyncListener.getClientPluginSyncListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext> |
VorgangsDaoListeners.getPostCreateListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext> |
VorgangsDaoListeners.getPostDeleteListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext> |
VorgangsDaoListeners.getPostUpdateListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext> |
PluginSyncListener.getSystemPluginDelListener() |
static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext> |
PluginSyncListener.getSystemPluginSyncListener() |
Modifier and Type | Method and Description |
---|---|
static int |
StatusOrderHelper.getNewIndex(Projekt projekt,
IEntityContext ec) |
static int |
AktionOrderHelper.getNewIndex(Status status,
IEntityContext ec) |
static BasicRefResult |
AktionOrderHelper.isAktionDeletable(Aktion delAktion,
IEntityContext ec)
Prüft ob eine Aktion gelöscht werden kann.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveable(Aktion currentAktion,
int targetIndex,
IEntityContext ec)
Prüft ob eine Aktion verschoben werden darf.
|
static BasicRefResult |
AktionOrderHelper.isAktionMoveableToState(Aktion action,
Status state,
Mandant client,
int newIdx,
IEntityContext ec)
Action cannot be moved to the target state if that state contain an action with the same name already.
|
static Aktion |
AktionOrderHelper.move(Aktion aktion,
int targetIdx,
IEntityContext ec)
Passt die Reihenfolge der Aktionen an, wo es notwendig ist.
|
static Status |
StatusOrderHelper.move(Status status,
int targetIdx,
IEntityContext ec)
Passt die Reihenfolge der Status an, wo es notwendig ist.
|
static Aktion |
AktionOrderHelper.moveToState(Aktion action,
Status state,
int newIdx,
IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
PlaceholderReplacer.IEntityContextFactory.createEntityFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
Vorgang vorgang,
Mandant mandant,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
Mandant client,
FormVersion formVersion,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
Mandant client,
Vorgang formRecord,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
Vorgang formRecord,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parseForContextValues(IEntityContext ec,
String text,
IContextReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parseForFormValues(IEntityContext ec,
String text,
IFormDataAdapter formData,
FormVersion formVersion,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parseForFormValues(IEntityContext ec,
String text,
IFormReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parseForSessionValues(IEntityContext ec,
String text,
ISessionReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parseForSessionValues(IEntityContext ec,
String text,
Vorgang process,
String baseUrl,
String sessionId)
Deprecated.
|
static String |
PlaceholderReplacer.parseForSystemAttributes(IEntityContext ec,
String text,
ISystemReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parseForSystemAttributes(IEntityContext ec,
String text,
Vorgang process,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
static String |
PlaceholderReplacer.parseForTemplates(IEntityContext ec,
String text,
ITemplateReplacerParams parameters)
Deprecated.
|
static String |
PlaceholderReplacer.parseForTemplates(IEntityContext ec,
String text,
Mandant client)
Deprecated.
|
static String |
PlaceholderReplacer.replaceFormValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter formData,
FormVersion formVersion,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.replaceSessionValues(IEntityContext ec,
String placeholder,
String placeholderContent,
IContextReplacerParams parameters,
String contextPath)
Deprecated.
|
static String |
PlaceholderReplacer.replaceSessionValues(IEntityContext ec,
String placeholder,
String placeholderContent,
Vorgang process,
String sessionId,
String baseUrl)
Deprecated.
|
static String |
PlaceholderReplacer.replaceSystemValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
static String |
PlaceholderReplacer.replaceTemplateValue(IEntityContext ec,
String placeholder,
String placeholderContent,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.createMandantProtocolEntry(IEntityContext ec,
Mandant man,
String protocolEntry,
Object... params)
|
Modifier and Type | Method and Description |
---|---|
IEntityContext |
APluginCustomGUIBean.getEntityContext() |
Modifier and Type | Method and Description |
---|---|
IEntityContext |
IProcessingBean.getEntityContext()
Finds the entity context that can be used to access the database.
|
Modifier and Type | Method and Description |
---|---|
int |
ProtocolCleaner.execute(IEntityContext ec)
Deletes all protocol entries for the set configuration
|
Modifier and Type | Method and Description |
---|---|
static DeserializedEntity |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath)
Deserializes the given
InputStream to an DeserializedEntity |
static DeserializedEntity |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath,
org.jasypt.encryption.pbe.StandardPBEStringEncryptor encryptor)
Deserializes the given
InputStream to an DeserializedEntity |
Modifier and Type | Method and Description |
---|---|
protected Benutzer |
DefaultClientCreator.createBenutzer(IEntityContext ec,
Mandant client,
Benutzer user,
Rolle role)
|
List<BenutzerGruppe> |
DefaultClientCreator.createBenutzergruppen(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client)
Deprecated.
will be removed. Use createUsergroups to override default
|
Mandant |
DefaultClientCreator.createClient(IEntityContext ec,
Mandant client,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer defaultUser,
IClientCreateData defaultData) |
protected Rolle |
DefaultClientCreator.createClientAdminRole(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules) |
Textbaustein |
DefaultClientCreator.createI18nTemplate(IEntityContext ec,
Locale installLocale,
Mandant client) |
protected List<Postfach> |
DefaultClientCreator.createInboxes(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client) |
protected MandantLdapData |
DefaultClientCreator.createLdapData(IEntityContext ec,
MandantLdapData ldapData,
Mandant client) |
protected MandantMailData |
DefaultClientCreator.createMailData(IEntityContext ec,
MandantMailData mailData,
Mandant client) |
static FCMessage |
XFSetup.createMandant(IEntityContext ec,
Mandant client,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer user)
Creats an client with the current
IClientCreator and current IClientCreateData |
Rolle |
DefaultClientCreator.createMandantAdminRolle(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules)
Deprecated.
will be removed. Use createClientAdminRole to override default
|
protected List<Modul> |
DefaultClientCreator.createModules(IEntityContext ec,
IClientCreateData defaultData,
Mandant client) |
protected List<Rolle> |
DefaultClientCreator.createNoneAdminRoles(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules) |
List<Rolle> |
DefaultClientCreator.createNoneAdminRollen(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client,
List<Modul> modules)
Deprecated.
will be removed. Use createNoneAdminRoles to override default.
|
List<Postfach> |
DefaultClientCreator.createPostfaecher(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client)
Deprecated.
will be removed. Use createInboxes to override default.
|
protected List<Textbaustein> |
DefaultClientCreator.createTemplates(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client) |
protected List<Textbaustein> |
DefaultClientCreator.createTextbausteine(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client)
|
protected Benutzer |
DefaultClientCreator.createUser(IEntityContext ec,
Mandant client,
Benutzer user,
Rolle role) |
protected List<BenutzerGruppe> |
DefaultClientCreator.createUsergroups(IEntityContext ec,
IClientCreateData defaultData,
Locale installLocale,
Mandant client) |
static Mandant |
XFSetup.getMandantByFilterCriterion(IEntityContext ec,
String filterCriterion,
String filterValue)
Method to read an client with the given filter-criterion
|
Modifier and Type | Method and Description |
---|---|
default Mandant |
IClientCreator.createClient(IEntityContext ec,
Mandant man,
MandantMailData mailData,
MandantLdapData ldapData,
Benutzer ben,
IClientCreateData defaultData)
Method to create an client with the given data.
|
default Mandant |
IClientCreator.createMandant(IEntityContext ec,
Mandant man,
Benutzer ben,
IClientCreateData defaultData)
|
Modifier and Type | Method and Description |
---|---|
static TimedStatusChangeHelper.Result |
TimedStatusChangeHelper.applyToExistingFormRecords(IEntityContext ec,
Status sourceStatus,
Status targetStatus,
int timerOffset) |
Modifier and Type | Method and Description |
---|---|
static Integer |
AUpdater.countElements(IEntityContext ec,
String sqlQuery) |
static Integer |
AUpdater.executeNativeQuery(IEntityContext ec,
String qlQuery) |
static Integer |
AUpdater.executeQuery(IEntityContext ec,
String qlQuery) |
static <T> List<T> |
AUpdater.executeQuery(IEntityContext ec,
String qlQuery,
Class<T> returnClass) |
static List<Number> |
AUpdater.getAllIDs(IEntityContext ec,
String query) |
Modifier and Type | Method and Description |
---|---|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDaoUtils.getEntities(IEntityContext ec,
List<UUID> uuids,
Object context,
Class<T> entityClass) |
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDaoUtils.getEntity(IEntityContext ec,
String name,
Object context,
Class<T> entityClass)
Gets the entity with the given name in the given context
|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDaoUtils.getEntity(IEntityContext ec,
UUID uuid,
Object context,
Class<T> entityClass)
Gets the entity with the given UUID in the given context
|
static Long |
GenericDaoUtils.getIdFromUUID(IEntityContext ec,
UUID uuid,
Object context,
Class<?> entityClass)
Translates an entity UUID to its corresponding ID if it exists
|
static List<Long> |
GenericDaoUtils.getIdsFromUUIDs(IEntityContext ec,
List<UUID> uuids,
Object context,
Class<?> entityClass)
Translates the list of UUIDs to a list of IDs
|
static List<Long> |
GenericDaoUtils.getIdsFromUUIDStrings(IEntityContext ec,
List<String> strUuids,
Object context,
Class<?> entityClass)
Translates the list of UUID strings to a list of IDs
|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDaoUtils.loadPersistedEntity(IEntityContext ec,
T entity)
Returns entity that is persisted in the database (fully initialized) based on its UUID and CONTEXT (client,
project, ...)
|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
GenericDaoUtils.merge(IEntityContext ec,
T entity,
T persisted) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.