Uses of Class
de.xima.fc.entities.Postfach
Packages that use Postfach
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Allgemeine Modellklassen, nicht Datenbankpersitiert
Package to create clients, trigger updates and configure the system-logger
Package für Utilsklassen
-
Uses of Postfach in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return PostfachModifier and TypeMethodDescriptionPostfachAPI.getByMandantAndName
(UserContext uc, Mandant mandant, String name) PostfachAPI.getByUUID
(UserContext uc, Mandant client, String uuid) Returns the inbox with the given UUIDPostfachAPI.getByUUID
(UserContext uc, Mandant client, UUID uuid) Returns the inbox with the given UUIDPostfachAPI.getByVorgang
(UserContext uc, Vorgang vorgang) Methods in de.xima.fc.api.entity that return types with arguments of type PostfachModifier and TypeMethodDescriptionPostfachAPI.getAllByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.PostfachAPI.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) Methode zum Ermitteln aller Postfächer, die einerBenutzerGruppe
zugeordnet sind.PostfachAPI.getAllByClient
(UserContext uc, Mandant client) Returns all inboxes of the givenMandant
Methods in de.xima.fc.api.entity with parameters of type PostfachModifier and TypeMethodDescriptionint
VorgangAPI.bulkMove
(UserContext uc, Set<Long> formRecordIds, Postfach inbox) Bulk moves all form records with the given IDs to the given inbox iff the authenticated user given by the user context has permission to access the form records.void
PostfachAPI.clear
(UserContext uc, Mandant mandant, Postfach postfach) Deprecated.void
PostfachAPI.clear
(UserContext uc, Postfach postfach) Method for emptying aPostfach
.VorgangAPI.getAllByPostfach
(UserContext uc, Postfach postfach) FormEingangAPI.getAllByPostfost
(UserContext uc, Postfach postfach) Method for determining allFormEingang
objects aPostfach
.PostfachAPI.getBenutzergruppen
(UserContext uc, Postfach postfach) Method for determining all usergroups of aPostfach
.FormEingangAPI.getCurrentsByPostfost
(UserContext uc, Postfach postfach) Method for determining all currentFormEingang
objects of aPostfach
.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.VorgangAPI.getVorgaengeData
(UserContext uc, Projekt project, Postfach inbox, de.xima.cmn.criteria.QueryCriteriaManager qcm) 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.long
VorgangAPI.getVorgaengeDataTotalCount
(UserContext uc, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... 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) -
Uses of Postfach in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type PostfachModifier and TypeMethodDescriptionstatic Collection<Aktion>
DaoActionHookHelper.getActionsReferencingInbox
(IEntityContext ec, Postfach inbox) -
Uses of Postfach in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return PostfachModifier and TypeMethodDescriptionPostfachDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) PostfachDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type PostfachModifier and TypeMethodDescriptionPostfachDao.getAllByClient
(IEntityContext ec, Mandant client) PostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) protected IFCDaoActionHook<Postfach>
PostfachDao.getPostActionHook()
PostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.protected IFCDaoActionHook<Postfach>
PostfachDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type PostfachModifier and TypeMethodDescriptionFormEingangDao.all
(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf) VorgangDao.allByPostfach
(IEntityContext ec, Postfach postfach) int
VorgangDao.bulkdDeleteAll
(IEntityContext ec, Postfach postfach) Deprecated.int
VorgangDao.bulkDeleteAll
(IEntityContext ec, Postfach postfach) int
VorgangDao.bulkMove
(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox) 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.PostfachDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Postfach exclude) PostfachDao.getEntityRefs
(IEntityContext ec, Postfach inbox) long
VorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) long
VorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt projekt, Postfach postfach, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) VorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) VorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) -
Uses of Postfach in de.xima.fc.dao.impl.sqlbuilder
Methods in de.xima.fc.dao.impl.sqlbuilder with parameters of type PostfachModifier and TypeMethodDescriptionprotected void
AVorgangsDataSQLBuilder.appandSelectAllJoin
(StringBuilder sb, Projekt projekt, Postfach... inboxes) 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.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, 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) -
Uses of Postfach in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return PostfachModifier and TypeMethodDescriptionIPostfachDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the inbox with the given UUIDIPostfachDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the inbox with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type PostfachModifier and TypeMethodDescriptionIPostfachDao.getAllByBenutzergruppe
(IEntityContext ec, BenutzerGruppe userGroup) IPostfachDao.getAllByClient
(IEntityContext ec, Mandant client) Returns all inboxes of the given client.IPostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) IPostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type PostfachModifier and TypeMethodDescriptionIFormEingangDao.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)IVorgangDao.allByPostfach
(IEntityContext ec, Postfach postfach) int
IVorgangDao.bulkdDeleteAll
(IEntityContext ec, Postfach postfach) Deprecated.int
IVorgangDao.bulkDeleteAll
(IEntityContext ec, Postfach postfach) int
IVorgangDao.bulkMove
(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox) Bulk moves all form records with the given IDs to the given inbox iff the authenticated user given by the entity context has permission to access the form records.void
IPostfachDao.clear
(IEntityContext ec, Mandant client, Postfach inbox) Deprecated.void
IPostfachDao.clear
(IEntityContext ec, Postfach inbox) Deletes allform records
in the given inbox.void
IVorgangDao.deleteAll
(IEntityContext ec, Postfach postfach) Deprecated.IPostfachDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Postfach exclude) Returns a name that is not taken by anotherPostfach
in the given client other than the excluded inbox.long
IVorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inbox) long
IVorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) Deprecated.IVorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) IVorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) Deprecated. -
Uses of Postfach in de.xima.fc.dao.interfaces.sqlbuilder
Methods in de.xima.fc.dao.interfaces.sqlbuilder with parameters of type PostfachModifier and TypeMethodDescriptionjavax.persistence.Query
IVorgangsDataSQLBuilder.createAllQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) 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.createCountQuery
(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. -
Uses of Postfach in de.xima.fc.data
Methods in de.xima.fc.data that return PostfachModifier and TypeMethodDescriptionstatic Postfach
SaveFormDataHelper.getPostfachByData
(IEntityContext ec, IFormDataAdapter formData) -
Uses of Postfach in de.xima.fc.entities
Methods in de.xima.fc.entities that return PostfachMethods in de.xima.fc.entities that return types with arguments of type PostfachModifier and TypeMethodDescriptionBenutzerGruppe.getPostfaecher()
Liefert eine die Liste aller zugeordneten PostfächerMethods in de.xima.fc.entities with parameters of type PostfachModifier and TypeMethodDescriptionvoid
BenutzerGruppe.addPostfach
(Postfach postfach) void
BenutzerGruppe.removePostfach
(Postfach postfach) void
Vorgang.setCurrentPostfach
(Postfach currentPostfach) void
Projekt.setPostfach
(Postfach postfach) Method parameters in de.xima.fc.entities with type arguments of type Postfach -
Uses of Postfach in de.xima.fc.form.request
Fields in de.xima.fc.form.request with type parameters of type PostfachModifier and TypeFieldDescriptionFormRequestContext.userInboxes
Deprecated.useIUser.getClientInboxes(String, Mandant)
instead.Methods in de.xima.fc.form.request that return types with arguments of type PostfachMethod parameters in de.xima.fc.form.request with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
FormRequestContext.setUserInboxes
(List<Postfach> userInboxes) Deprecated.User inboxes should be determined by the user. -
Uses of Postfach in de.xima.fc.gui.bean.inbox
Methods in de.xima.fc.gui.bean.inbox that return PostfachMethods in de.xima.fc.gui.bean.inbox that return types with arguments of type PostfachMethods in de.xima.fc.gui.bean.inbox with parameters of type PostfachModifier and TypeMethodDescriptionvoid
InboxBean.EntityListModelImpl.setSelected
(Postfach selected) Method parameters in de.xima.fc.gui.bean.inbox with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
InboxBean.setModel
(IEntityListModelSelectByView<Postfach> model) -
Uses of Postfach in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type PostfachModifier and TypeMethodDescriptionProjectCopyBean.getInboxList()
Deprecated.ProjectInboxBean.getInboxList()
-
Uses of Postfach in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type PostfachModifier and TypeMethodDescriptionUserGroupBean.getAllInboxes()
UserGroupBean.getSelectedInboxes()
Method parameters in de.xima.fc.gui.bean.user with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
UserGroupBean.setSelectedInboxes
(List<Postfach> selectedInboxes) -
Uses of Postfach in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type PostfachModifier and TypeMethodDescriptionProcessingBean.getAllInboxes()
Deprecated.Methode zum Erhalt aller Postfächer vom aktuellen Mandanten -
Uses of Postfach in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type PostfachModifier and TypeMethodDescriptionstatic final boolean
PermissionUtils.canUserAccessInbox
(Benutzer user, Postfach inbox) Deprecated.UseUserMgmtUtils.canAccessInbox(IUser, Postfach)
instead. -
Uses of Postfach in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type PostfachModifierConstructorDescriptionInboxModifiedEvent
(Postfach entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of Postfach in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return PostfachModifier and TypeMethodDescriptionPostfachHandler.getByUUID
(UserContext uc, Mandant client, String uuid) PostfachHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) PostfachHandler.getByVorgang
(UserContext uc, Vorgang vorgang) PostfachHandler.getPostfachByMandant
(UserContext uc, Mandant mandant, String name) Gets the Postfach by.Methods in de.xima.fc.handler.entity that return types with arguments of type PostfachModifier and TypeMethodDescriptionPostfachHandler.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) PostfachHandler.getAllByClient
(UserContext uc, Mandant client) PostfachHandler.getPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.Methods in de.xima.fc.handler.entity with parameters of type PostfachModifier and TypeMethodDescriptionint
VorgangHandler.bulkMove
(UserContext uc, Set<Long> formRecordIds, Postfach inbox) void
PostfachHandler.clear
(UserContext uc, Postfach postfach) FormEingangHandler.getAllBy
(UserContext uc, Postfach pf) VorgangHandler.getAllByPostfach
(UserContext uc, Postfach postfach) PostfachHandler.getBenutzergruppen
(UserContext uc, Postfach postfach) FormEingangHandler.getCurrentsBy
(UserContext uc, Postfach pf) VorgangHandler.getVorgaengeData
(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) VorgangHandler.getVorgaengeData
(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) long
VorgangHandler.getVorgaengeDataTotalCount
(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) -
Uses of Postfach in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return PostfachModifier and TypeMethodDescriptionIPostfachHandler.getByUUID
(UserContext uc, Mandant client, String uuid) Returns the inbox with the given UUIDIPostfachHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) Returns the inbox with the given UUIDIPostfachHandler.getByVorgang
(UserContext uc, Vorgang vorgang) IPostfachHandler.getPostfachByMandant
(UserContext uc, Mandant mandant, String name) Gets the Postfach by.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type PostfachModifier and TypeMethodDescriptionIPostfachHandler.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) IPostfachHandler.getAllByClient
(UserContext uc, Mandant client) Returns all inboxes of the givenMandant
IPostfachHandler.getPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.Methods in de.xima.fc.handler.interfaces.entity with parameters of type PostfachModifier and TypeMethodDescriptionint
IVorgangHandler.bulkMove
(UserContext uc, Set<Long> formRecordIds, Postfach inbox) Bulk moves all form records with the given IDs to the given inbox iff the authenticated user given by the user context has permission to access the form records.void
IPostfachHandler.clear
(UserContext uc, Postfach postfach) IFormEingangHandler.getAllBy
(UserContext uc, Postfach pf) Gets the all by.IVorgangHandler.getAllByPostfach
(UserContext uc, Postfach postfach) IPostfachHandler.getBenutzergruppen
(UserContext uc, Postfach postfach) IFormEingangHandler.getCurrentsBy
(UserContext uc, Postfach pf) IVorgangHandler.getVorgaengeData
(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) IVorgangHandler.getVorgaengeData
(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) long
IVorgangHandler.getVorgaengeDataTotalCount
(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) Deprecated. -
Uses of Postfach in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type PostfachConstructors in de.xima.fc.importer.config with parameters of type PostfachModifierConstructorDescriptionInboxImportConfig
(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type Postfach -
Uses of Postfach in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type PostfachModifierConstructorDescriptionInboxImportStager
(IEntityContext ec, Postfach entity, Mandant client) Deprecated. -
Uses of Postfach in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type PostfachModifier and TypeMethodDescriptionstatic final void
EntityImportHelper.updateInboxRef
(IInboxDependent proc, Postfach inbox) Deprecated. -
Uses of Postfach in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return PostfachMethods in de.xima.fc.inbox.bean that return types with arguments of type PostfachModifier and TypeMethodDescriptionProcessMoveBean.getAvailableInboxes()
ProcessViewBean.getSelectedInboxes()
Methods in de.xima.fc.inbox.bean with parameters of type PostfachMethod parameters in de.xima.fc.inbox.bean with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
ProcessViewBean.putInboxFilter
(List<Postfach> inboxes) void
ProcessViewBean.setSelectedInboxes
(List<Postfach> selectedInboxes) -
Uses of Postfach in de.xima.fc.inbox.bean.filter
Methods in de.xima.fc.inbox.bean.filter that return types with arguments of type PostfachModifier and TypeMethodDescriptionInboxFilterBean.getAvailableInboxes()
AppointmentFilterBean.getPossibleInboxes()
ViewFilterBean.getPossibleInboxes
(MenuItem view) InboxFilterBean.getSelectedInboxes()
Methods in de.xima.fc.inbox.bean.filter with parameters of type PostfachModifier and TypeMethodDescriptionInboxFilterBean.getUnreadProcessesCount
(Postfach inbox) InboxFilterBean.getUnreadProcessesTitle
(Postfach inbox) Method parameters in de.xima.fc.inbox.bean.filter with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
InboxFilterBean.setAvailableInboxes
(List<Postfach> inboxes, Projekt project) void
InboxFilterBean.setSelectedInboxes
(List<Postfach> selectedInboxes) -
Uses of Postfach in de.xima.fc.inbox.interfaces.lazydata
Method parameters in de.xima.fc.inbox.interfaces.lazydata with type arguments of type Postfach -
Uses of Postfach in de.xima.fc.inbox.model.lazydata
Methods in de.xima.fc.inbox.model.lazydata that return PostfachMethods in de.xima.fc.inbox.model.lazydata that return types with arguments of type PostfachMethods in de.xima.fc.inbox.model.lazydata with parameters of type PostfachModifier and TypeMethodDescriptionvoid
LazyExtendedProcessListModel.setInboxes
(Postfach[] inboxes) Method parameters in de.xima.fc.inbox.model.lazydata with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
LazyAppointmentScheduleModel.setInboxes
(List<Postfach> inboxes) void
LazyExtendedProcessListModel.setInboxes
(List<Postfach> inboxes) void
LazyProcessListModel.setInboxes
(List<Postfach> inboxes) Constructors in de.xima.fc.inbox.model.lazydata with parameters of type PostfachModifierConstructorDescriptionLazyExtendedProcessListModel
(Projekt project, Map<String, de.xima.cmn.criteria.FilterCriterion> filters, Locale locale, Postfach[] inboxes) Constructor parameters in de.xima.fc.inbox.model.lazydata with type arguments of type PostfachModifierConstructorDescriptionLazyAppointmentScheduleModel
(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) -
Uses of Postfach in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils that return types with arguments of type PostfachMethods in de.xima.fc.inbox.utils with parameters of type PostfachModifier and TypeMethodDescriptionstatic final int
InboxUtils.getFormRecordCount
(Postfach inbox, boolean onlyUnread) static final int
InboxUtils.getFormRecordCount
(Postfach inbox, Projekt project, boolean onlyUnread) Gets the number of form records in the given inboxInboxUtils.getInboxProjects
(UserContext uc, List<Projekt> projects, Postfach inbox) -
Uses of Postfach in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type PostfachModifier and TypeMethodDescriptionIFormRequestContext.getBenutzerPostfaecher()
Deprecated.IFormRequestContext.getUserInboxes()
Method parameters in de.xima.fc.interfaces.form with type arguments of type PostfachModifier and TypeMethodDescriptiondefault void
IFormRequestContext.setBenutzerPostfaecher
(List<Postfach> benutzerPostfaecher) Deprecated.void
IFormRequestContext.setUserInboxes
(List<Postfach> benutzerPostfaecher) Deprecated.User inboxes should be determined by the user. -
Uses of Postfach in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return PostfachModifier and TypeMethodDescriptionIClientCreateData.getDefaultInbox
(Locale locale) default Postfach
IDefaultMandantData.getDefaultInbox
(Locale locale) Deprecated.IDefaultMandantData.getStandardPostfach
(Locale installLocale) Deprecated. -
Uses of Postfach in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return types with arguments of type PostfachModifier and TypeMethodDescriptionIUser.getClientInboxes
(String scope, Mandant client) Returns all inboxes that this user has access to within the given client and the given scope.IUser.getInboxes
(String scope) Returns all inboxes that this user has access to within the given scope. -
Uses of Postfach in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Postfach -
Uses of Postfach in de.xima.fc.manager
Methods in de.xima.fc.manager that return PostfachModifier and TypeMethodDescriptionstatic Postfach
PostfachManager.getPostfachByName
(Mandant m, String name, IEntityContext ec) Liefert den via Namen angefordeten Mandanten-spezifische Postfach. -
Uses of Postfach in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return PostfachMethods in de.xima.fc.mdl with parameters of type PostfachConstructors in de.xima.fc.mdl with parameters of type Postfach -
Uses of Postfach in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type PostfachMethod parameters in de.xima.fc.mdl.form with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
FormUserRequestData.setPostfaecher
(List<Postfach> postfaecher) Deprecated. -
Uses of Postfach in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Postfach -
Uses of Postfach in de.xima.fc.setup
Methods in de.xima.fc.setup that return PostfachMethods in de.xima.fc.setup that return types with arguments of type PostfachModifier and TypeMethodDescriptionDefaultClientCreator.createInboxes
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) DefaultClientCreator.createPostfaecher
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) Deprecated.will be removed. -
Uses of Postfach in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return PostfachModifier and TypeMethodDescriptionstatic Postfach
EntityDummyFactory.dummyInbox
(String name, Mandant client) Methods in de.xima.fc.testhelper with parameters of type PostfachModifier and TypeMethodDescriptionstatic Projekt
EntityDummyFactory.dummyProject
(String name, Postfach inbox, Mandant client) static BenutzerGruppe
EntityDummyFactory.dummyUserGroup
(String name, Mandant client, Postfach... inboxes) Method parameters in de.xima.fc.testhelper with type arguments of type PostfachModifier and TypeMethodDescriptionstatic BenutzerGruppe
EntityDummyFactory.dummyUserGroup
(String name, Mandant client, Iterable<Postfach> inboxes) -
Uses of Postfach in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type PostfachModifier and TypeMethodDescriptionstatic boolean
UserMgmtUtils.canAccessInbox
(IUser user, Postfach inbox) Whether the user has permission to access the client inbox. -
Uses of Postfach in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type Postfach -
Uses of Postfach in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type PostfachMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type PostfachModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setInboxes
(List<Postfach> inboxes) -
Uses of Postfach in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type PostfachModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.copyFormRecord
(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox) Creates a new workflow node for aEWorkflowNodeType.FC_COPY_FORM_RECORD
that moves the current form record to the given inbox.static FcCopyFormRecordProps
WorkflowNodePropsFactory.copyFormRecord
(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox) Creates a new workflow node model for aEWorkflowNodeType.FC_COPY_FORM_RECORD
that moves the current form record to the given inbox.static WorkflowNode
WorkflowNodeFactory.moveFormRecordToInbox
(Postfach targetInbox) Creates a new workflow node for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOX
that moves the current form record to the given inbox.static FcMoveFormRecordToInboxProps
WorkflowNodePropsFactory.moveFormRecordToInbox
(Postfach targetInbox) Creates a new workflow node model for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOX
that moves the current form record to the given inbox. -
Uses of Postfach in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type PostfachModifier and TypeMethodDescriptionWorkflowProviderHelper.computeAllInboxes
(IEntityContext ec, Mandant client) -
Uses of Postfach in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Postfach -
Uses of Postfach in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type Postfach
PostfachAPI.clear(UserContext, Postfach)