| Package | Description | 
|---|---|
| de.xima.fc.api.entity | 
 Package for the API access of the model classes. 
 | 
| 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.gui.common.utils | |
| de.xima.fc.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.importer.config | |
| de.xima.fc.importer.stager | |
| de.xima.fc.importer.util | |
| de.xima.fc.inbox.bean | |
| de.xima.fc.inbox.bean.filter | |
| de.xima.fc.inbox.interfaces.lazydata | |
| de.xima.fc.inbox.model.lazydata | |
| de.xima.fc.inbox.utils | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.interfaces.setup | |
| de.xima.fc.manager | |
| de.xima.fc.mdl | 
 Allgemeine Modellklassen, nicht Datenbankpersitiert 
 | 
| de.xima.fc.mdl.form | |
| de.xima.fc.setup | 
 Package to create clients, trigger updates and configure the system-logger 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
PostfachAPI.getByMandantAndName(UserContext uc,
                   Mandant mandant,
                   String name)
 | 
Postfach | 
PostfachAPI.getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Returns the inbox with the given UUID 
 | 
Postfach | 
PostfachAPI.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Returns the inbox with the given UUID 
 | 
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. | 
List<Postfach> | 
PostfachAPI.getAllByClient(UserContext uc,
              Mandant client)
Returns all inboxes of the given  
Mandant | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PostfachAPI.clear(UserContext uc,
     Mandant mandant,
     Postfach postfach)
Deprecated. 
 
 | 
void | 
PostfachAPI.clear(UserContext uc,
     Postfach postfach)
Method for emptying a  
Postfach. | 
List<Vorgang> | 
VorgangAPI.getAllByPostfach(UserContext uc,
                Postfach postfach)
 | 
List<FormEingang> | 
FormEingangAPI.getAllByPostfost(UserContext uc,
                Postfach postfach)
Method for determining all  
FormEingang objects a Postfach. | 
List<BenutzerGruppe> | 
PostfachAPI.getBenutzergruppen(UserContext uc,
                  Postfach postfach)
Method for determining all usergroups of a  
Postfach. | 
List<FormEingang> | 
FormEingangAPI.getCurrentsByPostfost(UserContext uc,
                     Postfach postfach)
Method for determining all current  
FormEingang objects of a Postfach. | 
List<ExtendedEntityModel<Vorgang>> | 
VorgangAPI.getVorgaengeData(UserContext uc,
                Projekt project,
                Postfach inbox,
                de.xima.cmn.criteria.QueryCriteriaManager qcm)
 | 
List<ExtendedEntityModel<Vorgang>> | 
VorgangAPI.getVorgaengeData(UserContext uc,
                Projekt project,
                Postfach inbox,
                de.xima.cmn.criteria.QueryCriteriaManager qcm,
                EProjectSpecificDBTable tableType)
Method for determining of process data by a project and a inbox. 
 | 
List<ExtendedEntityModel<Vorgang>> | 
VorgangAPI.getVorgaengeData(UserContext uc,
                Projekt project,
                de.xima.cmn.criteria.QueryCriteriaManager qcm,
                EProjectSpecificDBTable tableType,
                Postfach... inboxes)
Method for determining of process data by a project and inboxes. 
 | 
long | 
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt project,
                          Postfach inbox,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm)
 | 
long | 
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt project,
                          Postfach inbox,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType)
 | 
long | 
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt project,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType,
                          Postfach... inboxes)
 | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
PostfachDao.getByUUID(IEntityContext ec,
         Mandant client,
         String uuid)  | 
Postfach | 
PostfachDao.getByUUID(IEntityContext ec,
         Mandant client,
         UUID uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
PostfachDao.getAllByBenutzergruppe(IEntityContext ec,
                      BenutzerGruppe benutzerGruppe)  | 
List<Postfach> | 
PostfachDao.getAllByClient(IEntityContext ec,
              Mandant client)  | 
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)  | 
int | 
VorgangDao.bulkdDeleteAll(IEntityContext ec,
              Postfach postfach)
Deprecated.  
 | 
int | 
VorgangDao.bulkDeleteAll(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)
Deprecated.  
 | 
String | 
PostfachDao.findUniqueName(IEntityContext ec,
              Mandant client,
              String candidate,
              Postfach exclude)  | 
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> | 
PostfachDao.getEntityRefs(IEntityContext ec,
             Postfach postfach)  | 
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,
             Postfach... inboxes)  | 
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,
                Postfach... inboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AVorgangsDataSQLBuilder.appandSelectAllJoin(StringBuilder sb,
                   Projekt projekt,
                   Postfach... inboxes)  | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
IPostfachDao.getByUUID(IEntityContext ec,
         Mandant client,
         String uuid)
Returns the inbox with the given UUID 
 | 
Postfach | 
IPostfachDao.getByUUID(IEntityContext ec,
         Mandant client,
         UUID uuid)
Returns the inbox with the given UUID 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
IPostfachDao.getAllByBenutzergruppe(IEntityContext ec,
                      BenutzerGruppe benutzerGruppe)  | 
List<Postfach> | 
IPostfachDao.getAllByClient(IEntityContext ec,
              Mandant client)
Returns all inboxes of the given  
Mandant | 
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)  | 
int | 
IVorgangDao.bulkdDeleteAll(IEntityContext ec,
              Postfach postfach)
Deprecated. 
 
 | 
int | 
IVorgangDao.bulkDeleteAll(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)
Deprecated. 
 
 | 
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. | 
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,
             Postfach... inbox)  | 
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,
                Postfach... inboxes)  | 
| 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)  | 
| 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.userInboxes  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
FormRequestContext.getUserInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRequestContext.setUserInboxes(List<Postfach> userInboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
InboxBean.EntityListModelImpl.getNew()  | 
| Modifier and Type | Method and Description | 
|---|---|
IEntityListModelSelectByView<Postfach> | 
InboxBean.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InboxBean.EntityListModelImpl.setSelected(Postfach selected)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InboxBean.setModel(IEntityListModelSelectByView<Postfach> model)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
ProjectInboxBean.getInboxList()  | 
List<Postfach> | 
ProjectCopyBean.getInboxList()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
UserGroupBean.getAllInboxes()  | 
List<Postfach> | 
UserGroupBean.getSelectedInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserGroupBean.setAllInboxes(List<Postfach> allInboxes)  | 
void | 
UserGroupBean.setSelectedInboxes(List<Postfach> selectedInboxes)  | 
| 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 | 
|---|---|
static boolean | 
PermissionUtils.canUserAccessInbox(Benutzer user,
                  Postfach inbox)  | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
PostfachHandler.getByUUID(UserContext uc,
         Mandant client,
         String uuid)  | 
Postfach | 
PostfachHandler.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)  | 
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.getAllByClient(UserContext uc,
              Mandant client)  | 
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)  | 
List<ExtendedEntityModel<Vorgang>> | 
VorgangHandler.getVorgaengeData(UserContext uc,
                Projekt pro,
                de.xima.cmn.criteria.QueryCriteriaManager qcm,
                EProjectSpecificDBTable tableType,
                Postfach... inboxes)  | 
long | 
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt pro,
                          Postfach pf,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType)  | 
long | 
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt pro,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType,
                          Postfach... inboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
IPostfachHandler.getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Returns the inbox with the given UUID 
 | 
Postfach | 
IPostfachHandler.getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Returns the inbox with the given UUID 
 | 
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.getAllByClient(UserContext uc,
              Mandant client)
Returns all inboxes of the given  
Mandant | 
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)
Deprecated.  
 | 
List<ExtendedEntityModel<Vorgang>> | 
IVorgangHandler.getVorgaengeData(UserContext uc,
                Projekt pro,
                de.xima.cmn.criteria.QueryCriteriaManager qcm,
                EProjectSpecificDBTable tableType,
                Postfach... inboxes)  | 
long | 
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt pro,
                          Postfach pf,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType)
Deprecated.  
 | 
long | 
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
                          Projekt pro,
                          de.xima.cmn.criteria.QueryCriteriaManager qcm,
                          EProjectSpecificDBTable tableType,
                          Postfach... inboxes)  | 
| Constructor and Description | 
|---|
InboxImportConfig(IEntityContext ec,
                 Mandant client,
                 Postfach entity,
                 Set<IEntityDependency> dependencies,
                 String importJson)  | 
| Constructor and Description | 
|---|
InboxImportStager(IEntityContext ec,
                 Postfach entity,
                 Mandant client)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
EntityImportHelper.updateInboxRef(IInboxDependent proc,
              Postfach inbox)
Sets the inbox reference in the given inbox dependent processing to the given inbox. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach | 
ProcessMoveBean.getInbox()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
ProcessMoveBean.getAvailableInboxes()  | 
List<Postfach> | 
ProcessViewBean.getSelectedInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessMoveBean.setInbox(Postfach inbox)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessViewBean.putInboxFilter(List<Postfach> inboxes)  | 
void | 
ProcessViewBean.setSelectedInboxes(List<Postfach> selectedInboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
InboxFilterBean.getAvailableInboxes()  | 
List<Postfach> | 
AppointmentFilterBean.getPossibleInboxes()  | 
List<Postfach> | 
ViewFilterBean.getPossibleInboxes(MenuItem view)  | 
List<Postfach> | 
InboxFilterBean.getSelectedInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
InboxFilterBean.getUnreadProcessesCount(Postfach inbox)  | 
String | 
InboxFilterBean.getUnreadProcessesTitle(Postfach inbox)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InboxFilterBean.setAvailableInboxes(List<Postfach> inboxes,
                   Projekt project)  | 
void | 
InboxFilterBean.setSelectedInboxes(List<Postfach> selectedInboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ILazyProcessModel.setInboxes(List<Postfach> inboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Postfach[] | 
LazyExtendedProcessListModel.getInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Postfach> | 
LazyProcessListModel.getInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LazyExtendedProcessListModel.setInboxes(Postfach[] inboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LazyExtendedProcessListModel.setInboxes(List<Postfach> inboxes)  | 
void | 
LazyProcessListModel.setInboxes(List<Postfach> inboxes)  | 
void | 
LazyAppointmentScheduleModel.setInboxes(List<Postfach> inboxes)  | 
| Constructor and Description | 
|---|
LazyExtendedProcessListModel(Projekt project,
                            Map<String,de.xima.cmn.criteria.FilterCriterion> filters,
                            Locale locale,
                            Postfach[] inboxes)  | 
| Constructor and Description | 
|---|
LazyAppointmentScheduleModel(UserContext uc,
                            Mandant client,
                            List<Postfach> inboxes,
                            Locale locale)  | 
LazyProcessListModel(Mandant client,
                    List<Postfach> inboxes)  | 
LazyProcessListModel(Mandant client,
                    Map<String,de.xima.cmn.criteria.FilterCriterion> filters,
                    List<Postfach> inboxes)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
InboxUtils.getFormRecordCount(Postfach inbox,
                  boolean onlyUnread)  | 
static int | 
InboxUtils.getFormRecordCount(Postfach inbox,
                  Projekt project,
                  boolean onlyUnread)
Gets the number of form records in the given inbox 
 | 
static List<Projekt> | 
InboxUtils.getInboxProjects(UserContext uc,
                List<Projekt> projects,
                Postfach inbox)  | 
| Modifier and Type | Method and Description | 
|---|---|
default List<Postfach> | 
IFormRequestContext.getBenutzerPostfaecher()
Deprecated. 
 
 | 
List<Postfach> | 
IFormRequestContext.getUserInboxes()  | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
IFormRequestContext.setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher)
Deprecated. 
 
 | 
void | 
IFormRequestContext.setUserInboxes(List<Postfach> benutzerPostfaecher)  | 
| Modifier and Type | Method and Description | 
|---|---|
default Postfach | 
IDefaultMandantData.getDefaultInbox(Locale locale)
Deprecated.  
  | 
Postfach | 
IClientCreateData.getDefaultInbox(Locale locale)  | 
Postfach | 
IDefaultMandantData.getStandardPostfach(Locale installLocale)
Deprecated. 
 
 | 
| 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 | 
DefaultClientData.getDefaultInbox(Locale locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Postfach> | 
DefaultClientCreator.createInboxes(IEntityContext ec,
             IClientCreateData defaultData,
             Locale installLocale,
             Mandant client)  | 
List<Postfach> | 
DefaultClientCreator.createPostfaecher(IEntityContext ec,
                 IClientCreateData defaultData,
                 Locale installLocale,
                 Mandant client)
Deprecated. 
 
will be removed. Use createInboxes to override default. 
 | 
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.