Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.impl.sqlbuilder | |
de.xima.fc.dao.interfaces | |
de.xima.fc.dao.interfaces.sqlbuilder | |
de.xima.fc.data | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.form.request | |
de.xima.fc.gui.bean.inbox | |
de.xima.fc.gui.bean.project | |
de.xima.fc.gui.bean.user | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.interfaces.form | |
de.xima.fc.manager | |
de.xima.fc.mdl |
Allgemeine Modellklassen, nicht Datenbankpersitiert
|
de.xima.fc.mdl.form | |
de.xima.fc.mdl.setup |
Hilfsklassen für das Setup
|
de.xima.fc.setup | |
de.xima.inbox |
Modifier and Type | Method and Description |
---|---|
Postfach |
PostfachAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
Postfach |
PostfachAPI.getByVorgang(UserContext uc,
Vorgang vorgang) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
PostfachAPI.getAllByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.
|
List<Postfach> |
PostfachAPI.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe)
Methode zum Ermitteln aller Postfächer, die einer
BenutzerGruppe zugeordnet sind. |
Modifier and Type | Method and Description |
---|---|
void |
PostfachAPI.clear(UserContext uc,
Mandant mandant,
Postfach postfach)
Deprecated.
|
void |
PostfachAPI.clear(UserContext uc,
Postfach postfach)
Methode zum Leeren eines
Postfach s |
List<Vorgang> |
VorgangAPI.getAllByPostfach(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller Vorgänge eines
Postfach s |
List<FormEingang> |
FormEingangAPI.getAllByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller
FormEingang -Objekte eines Postfach s. |
List<BenutzerGruppe> |
PostfachAPI.getBenutzergruppen(UserContext uc,
Postfach postfach)
Methode zum Ermitteln alle Benutzergruppen eines Postfachs.
|
List<FormEingang> |
FormEingangAPI.getCurrentsByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller aktuellen
FormEingang -Objekte eines Postfach s. |
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln von Vorgangsdaten anhand eines Projektes und eines Postfaches
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln der Gesamtanzahl aller Vorgangsdaten der Vorgänge eines Projekts und Postfachs
|
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
PostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
protected IFCDaoActionHook<Postfach> |
PostfachDao.getPostActionHook() |
List<Postfach> |
PostfachDao.getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
protected IFCDaoActionHook<Postfach> |
PostfachDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf) |
List<Vorgang> |
VorgangDao.allByPostfach(IEntityContext ec,
Postfach postfach) |
void |
PostfachDao.clear(IEntityContext ec,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
PostfachDao.clear(IEntityContext ec,
Postfach postfach) |
void |
VorgangDao.deleteAll(IEntityContext ec,
Postfach postfach) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
PostfachDao.getEntityRefs(IEntityContext ec,
Postfach postfach) |
long |
VorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
VorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Modifier and Type | Method and Description |
---|---|
protected void |
AVorgangsDataSQLBuilder.appandSelectAllJoin(StringBuilder sb,
Projekt projekt,
Postfach pf) |
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.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> columnMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
IPostfachDao.getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
IPostfachDao.getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
Modifier and Type | Method and Description |
---|---|
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<Vorgang> |
IVorgangDao.allByPostfach(IEntityContext ec,
Postfach postfach) |
void |
IPostfachDao.clear(IEntityContext entityContext,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
IPostfachDao.clear(IEntityContext entityContext,
Postfach postfach) |
void |
IVorgangDao.deleteAll(IEntityContext ec,
Postfach postfach) |
long |
IVorgangsDataDao.getTotalCount(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangsDataDao.getVorgaengeData(IEntityContext ec,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
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) |
javax.persistence.Query |
IVorgangsDataSQLBuilder.createCountQuery(IEntityContext ec,
Map<String,ITableColumn> fieldMap,
Projekt projekt,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Modifier and Type | Method and Description |
---|---|
static Postfach |
SaveFormDataHelper.getPostfachByData(IEntityContext ec,
IFormDataAdapter formData) |
Modifier and Type | Method and Description |
---|---|
Postfach |
Vorgang.getCurrentPostfach() |
Postfach |
Projekt.getPostfach() |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
BenutzerGruppe.getPostfaecher()
Liefert eine die Liste aller zugeordneten Postfächer
|
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.addPostfach(Postfach postfach) |
void |
BenutzerGruppe.removePostfach(Postfach postfach) |
void |
Vorgang.setCurrentPostfach(Postfach currentPostfach) |
void |
Projekt.setPostfach(Postfach postfach) |
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.setPostfaecher(List<Postfach> postfaecher) |
Modifier and Type | Field and Description |
---|---|
protected List<Postfach> |
FormRequestContext.benutzerPostfaecher |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
FormRequestContext.getBenutzerPostfaecher() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContext.setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher) |
Modifier and Type | Method and Description |
---|---|
Postfach |
InboxBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModel<Postfach> |
InboxBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
InboxBean.EntityListModelImpl.setSelected(Postfach selected) |
Modifier and Type | Method and Description |
---|---|
void |
InboxBean.setModel(IEntityListModel<Postfach> model) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
ProjectBean.getPostfachList() |
Modifier and Type | Method and Description |
---|---|
org.primefaces.model.DualListModel<Postfach> |
UserGroupBean.getCurrentInboxChooseList() |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupBean.setCurrentInboxChooseList(org.primefaces.model.DualListModel<Postfach> currentInboxChooseList) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
ProcessingBean.getAllInboxes()
Methode zum Erhalt aller Postfächer vom aktuellen Mandanten
|
Modifier and Type | Method and Description |
---|---|
Postfach |
PostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
Postfach |
PostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
PostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
PostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
Modifier and Type | Method and Description |
---|---|
void |
PostfachHandler.clear(UserContext uc,
Postfach postfach) |
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<Vorgang> |
VorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<BenutzerGruppe> |
PostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
List<FormEingang> |
FormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Modifier and Type | Method and Description |
---|---|
Postfach |
IPostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
Postfach |
IPostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
IPostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
IPostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
Modifier and Type | Method and Description |
---|---|
void |
IPostfachHandler.clear(UserContext uc,
Postfach postfach) |
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<Vorgang> |
IVorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<BenutzerGruppe> |
IPostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
List<FormEingang> |
IFormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
IFormRequestContext.getBenutzerPostfaecher() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRequestContext.setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher) |
Modifier and Type | Method and Description |
---|---|
static Postfach |
PostfachManager.getPostfachByName(Mandant m,
String name,
IEntityContext ec)
Liefert den via Namen angefordeten Mandanten-spezifische Postfach.
|
Modifier and Type | Method and Description |
---|---|
Postfach |
ExtendedPostfach.getPostfach() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPostfach.setPostfach(Postfach postfach) |
Constructor and Description |
---|
ExtendedPostfach(Postfach postfach) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
FormUserRequestData.getPostfaecher() |
Modifier and Type | Method and Description |
---|---|
void |
FormUserRequestData.setPostfaecher(List<Postfach> postfaecher) |
Modifier and Type | Method and Description |
---|---|
Postfach |
IDefaultMandantData.getStandardPostfach(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
Postfach |
DefaultMandantData.getStandardPostfach(Locale installLocale) |
Modifier and Type | Method and Description |
---|---|
List<Postfach> |
DefaultMandantCreator.createPostfaecher(IEntityContext ec,
IDefaultMandantData defaultData,
Locale installLocale,
Mandant man) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DataGridHelper.isVorgangChangeable(XfcSession session,
Vorgang v,
List<Postfach> pl) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.