Uses of Class
de.xima.fc.entities.Postfach
-
-
Uses of Postfach in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Postfach Modifier and Type Method Description PostfachPostfachAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)PostfachPostfachAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the inbox with the given UUIDPostfachPostfachAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)Returns the inbox with the given UUIDPostfachPostfachAPI. getByVorgang(UserContext uc, Vorgang vorgang)Methods in de.xima.fc.api.entity that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>PostfachAPI. getAllByBenutzer(UserContext uc, Benutzer benutzer)Deprecated.List<Postfach>PostfachAPI. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)Methode zum Ermitteln aller Postfächer, die einerBenutzerGruppezugeordnet sind.List<Postfach>PostfachAPI. getAllByClient(UserContext uc, Mandant client)Returns all inboxes of the givenMandantMethods in de.xima.fc.api.entity with parameters of type Postfach Modifier and Type Method Description intVorgangAPI. 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.voidPostfachAPI. clear(UserContext uc, Mandant mandant, Postfach postfach)Deprecated.voidPostfachAPI. clear(UserContext uc, Postfach postfach)Method for emptying aPostfach.List<Vorgang>VorgangAPI. getAllByPostfach(UserContext uc, Postfach postfach)List<FormEingang>FormEingangAPI. getAllByPostfost(UserContext uc, Postfach postfach)Deprecated.List<BenutzerGruppe>PostfachAPI. getBenutzergruppen(UserContext uc, Postfach postfach)Method for determining all usergroups of aPostfach.List<FormEingang>FormEingangAPI. getCurrentsByPostfost(UserContext uc, Postfach postfach)Method for determining all currentFormEingangobjects of aPostfach.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.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.longVorgangAPI. getVorgaengeDataTotalCount(UserContext uc, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)longVorgangAPI. getVorgaengeDataTotalCount(UserContext uc, Projekt project, Postfach inbox, de.xima.cmn.criteria.QueryCriteriaManager qcm)longVorgangAPI. 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 Postfach Modifier and Type Method Description static 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 Postfach Modifier and Type Method Description PostfachPostfachDao. getByName(IEntityContext ec, Mandant client, String name)PostfachPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)PostfachPostfachDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>PostfachDao. getAllByClient(IEntityContext ec, Mandant client)List<Postfach>PostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)protected IFCDaoActionHook<Postfach>PostfachDao. getPostActionHook()List<Postfach>PostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.protected IFCDaoActionHook<Postfach>PostfachDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type Postfach Modifier and Type Method Description List<FormEingang>FormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)Deprecated.List<Vorgang>VorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)intVorgangDao. bulkdDeleteAll(IEntityContext ec, Postfach postfach)Deprecated.intVorgangDao. bulkDeleteAll(IEntityContext ec, Postfach postfach)intVorgangDao. bulkMove(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox)voidPostfachDao. clear(IEntityContext ec, Mandant man, Postfach postfach)Deprecated.voidPostfachDao. clear(IEntityContext ec, Postfach postfach)voidVorgangDao. deleteAll(IEntityContext ec, Postfach postfach)Deprecated.StringPostfachDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>PostfachDao. getEntityRefs(IEntityContext ec, Postfach inbox)longVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)longVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt projekt, Postfach postfach, 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)List<ExtendedEntityModel<Vorgang>>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 Postfach Modifier and Type Method Description javax.persistence.QueryAVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)javax.persistence.QueryAVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) -
Uses of Postfach in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Postfach Modifier and Type Method Description PostfachIPostfachDao. getByName(IEntityContext ec, Mandant client, String name)Returns the inbox with the given name, if such an inbox exists.PostfachIPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the inbox with the given UUIDPostfachIPostfachDao. 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 Postfach Modifier and Type Method Description default List<Postfach>IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe userGroup)List<Postfach>IPostfachDao. getAllByClient(IEntityContext ec, Mandant client)Returns all inboxes of the given client.List<Postfach>IPostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)List<Postfach>IPostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type Postfach Modifier and Type Method Description List<FormEingang>IFormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)Deprecated.List<Vorgang>IVorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)intIVorgangDao. bulkdDeleteAll(IEntityContext ec, Postfach postfach)Deprecated.intIVorgangDao. bulkDeleteAll(IEntityContext ec, Postfach postfach)intIVorgangDao. 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.voidIPostfachDao. clear(IEntityContext ec, Mandant client, Postfach inbox)Deprecated.voidIPostfachDao. clear(IEntityContext ec, Postfach inbox)Deletes allform recordsin the given inbox.voidIVorgangDao. deleteAll(IEntityContext ec, Postfach postfach)Deprecated.StringIPostfachDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude)Returns a name that is not taken by anotherPostfachin the given client other than the excluded inbox.longIVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inbox)longIVorgangsDataDao. getTotalCount(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)List<ExtendedEntityModel<Vorgang>>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 Postfach Modifier and Type Method Description javax.persistence.QueryIVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)default javax.persistence.QueryIVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)Deprecated.javax.persistence.QueryIVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)default javax.persistence.QueryIVorgangsDataSQLBuilder. 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 Postfach Modifier and Type Method Description static PostfachSaveFormDataHelper. getPostfachByData(IEntityContext ec, IFormDataAdapter formData) -
Uses of Postfach in de.xima.fc.entities
Methods in de.xima.fc.entities that return Postfach Modifier and Type Method Description PostfachVorgang. getCurrentPostfach()PostfachProjekt. getPostfach()Methods in de.xima.fc.entities that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>BenutzerGruppe. getPostfaecher()Liefert eine die Liste aller zugeordneten PostfächerMethods in de.xima.fc.entities with parameters of type Postfach Modifier and Type Method Description voidBenutzerGruppe. addPostfach(Postfach postfach)voidBenutzerGruppe. removePostfach(Postfach postfach)voidVorgang. setCurrentPostfach(Postfach currentPostfach)voidProjekt. setPostfach(Postfach postfach)Method parameters in de.xima.fc.entities with type arguments of type Postfach Modifier and Type Method Description voidBenutzerGruppe. setPostfaecher(List<Postfach> postfaecher) -
Uses of Postfach in de.xima.fc.form.request
Fields in de.xima.fc.form.request with type parameters of type Postfach Modifier and Type Field Description protected List<Postfach>FormRequestContext. userInboxesDeprecated.useIUser.getClientInboxes(String, Mandant)instead.Methods in de.xima.fc.form.request that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>FormRequestContext. getUserInboxes()Method parameters in de.xima.fc.form.request with type arguments of type Postfach Modifier and Type Method Description voidFormRequestContext. 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 Postfach Modifier and Type Method Description PostfachInboxBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.inbox that return types with arguments of type Postfach Modifier and Type Method Description IEntityListModelSelectByView<Postfach>InboxBean. getModel()Methods in de.xima.fc.gui.bean.inbox with parameters of type Postfach Modifier and Type Method Description StringInboxBean.EntityListModelImpl. deleteEntity(Postfach entity)voidInboxBean.EntityListModelImpl. setSelected(Postfach selected)Method parameters in de.xima.fc.gui.bean.inbox with type arguments of type Postfach Modifier and Type Method Description voidInboxBean. 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 Postfach Modifier and Type Method Description List<Postfach>ProjectCopyBean. getInboxList()Deprecated.List<Postfach>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 Postfach Modifier and Type Method Description List<Postfach>UserGroupBean. getAllInboxes()List<Postfach>UserGroupBean. getSelectedInboxes()Method parameters in de.xima.fc.gui.bean.user with type arguments of type Postfach Modifier and Type Method Description voidUserGroupBean. 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 Postfach Modifier and Type Method Description List<Postfach>ProcessingBean. 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 Postfach Modifier and Type Method Description static booleanPermissionUtils. 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 Postfach Constructor Description InboxModifiedEvent(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 Postfach Modifier and Type Method Description PostfachPostfachHandler. getByUUID(UserContext uc, Mandant client, String uuid)PostfachPostfachHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)PostfachPostfachHandler. getByVorgang(UserContext uc, Vorgang vorgang)PostfachPostfachHandler. getPostfachByMandant(UserContext uc, Mandant mandant, String name)Methods in de.xima.fc.handler.entity that return types with arguments of type Postfach Modifier and Type Method 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)Deprecated.Methods in de.xima.fc.handler.entity with parameters of type Postfach Modifier and Type Method Description intVorgangHandler. bulkMove(UserContext uc, Set<Long> formRecordIds, Postfach inbox)voidPostfachHandler. clear(UserContext uc, Postfach postfach)List<FormEingang>FormEingangHandler. getAllBy(UserContext uc, Postfach pf)Deprecated.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, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)List<ExtendedEntityModel<Vorgang>>VorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)longVorgangHandler. getVorgaengeDataTotalCount(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)longVorgangHandler. 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 Postfach Modifier and Type Method Description PostfachIPostfachHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the inbox with the given UUIDPostfachIPostfachHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)Returns the inbox with the given UUIDPostfachIPostfachHandler. getByVorgang(UserContext uc, Vorgang vorgang)PostfachIPostfachHandler. 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 Postfach Modifier and Type Method Description List<Postfach>IPostfachHandler. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)List<Postfach>IPostfachHandler. getAllByClient(UserContext uc, Mandant client)Returns all inboxes of the givenMandantList<Postfach>IPostfachHandler. getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)Deprecated.Methods in de.xima.fc.handler.interfaces.entity with parameters of type Postfach Modifier and Type Method Description intIVorgangHandler. 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.voidIPostfachHandler. clear(UserContext uc, Postfach postfach)List<FormEingang>IFormEingangHandler. getAllBy(UserContext uc, Postfach pf)Deprecated.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, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)List<ExtendedEntityModel<Vorgang>>IVorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)Deprecated.longIVorgangHandler. getVorgaengeDataTotalCount(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)longIVorgangHandler. 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 Postfach Modifier and Type Method Description protected IGenericDao<Postfach>InboxImportConfig. getDao()Constructors in de.xima.fc.importer.config with parameters of type Postfach Constructor Description InboxImportConfig(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 Constructor Description InboxImportConfig(IEntityImportConfigData<Postfach> data) -
Uses of Postfach in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Postfach Constructor Description InboxImportStager(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 Postfach Modifier and Type Method Description static voidEntityImportHelper. updateInboxRef(IInboxDependent proc, Postfach inbox)Deprecated. -
Uses of Postfach in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return Postfach Modifier and Type Method Description PostfachProcessMoveBean. getInbox()Methods in de.xima.fc.inbox.bean that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>ProcessMoveBean. getAvailableInboxes()List<Postfach>ProcessViewBean. getSelectedInboxes()Methods in de.xima.fc.inbox.bean with parameters of type Postfach Modifier and Type Method Description voidProcessMoveBean. setInbox(Postfach inbox)Method parameters in de.xima.fc.inbox.bean with type arguments of type Postfach Modifier and Type Method Description voidProcessViewBean. putInboxFilter(List<Postfach> inboxes)voidProcessViewBean. 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 Postfach Modifier and Type Method Description List<Postfach>InboxFilterBean. getAvailableInboxes()List<Postfach>AppointmentFilterBean. getPossibleInboxes()List<Postfach>ViewFilterBean. getPossibleInboxes(MenuItem view)List<Postfach>InboxFilterBean. getSelectedInboxes()Methods in de.xima.fc.inbox.bean.filter with parameters of type Postfach Modifier and Type Method Description IntegerInboxFilterBean. getUnreadProcessesCount(Postfach inbox)StringInboxFilterBean. getUnreadProcessesTitle(Postfach inbox)Method parameters in de.xima.fc.inbox.bean.filter with type arguments of type Postfach Modifier and Type Method Description voidInboxFilterBean. setAvailableInboxes(List<Postfach> inboxes, Projekt project)voidInboxFilterBean. 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 Modifier and Type Method Description voidILazyProcessModel. setInboxes(List<Postfach> inboxes) -
Uses of Postfach in de.xima.fc.inbox.model.lazydata
Methods in de.xima.fc.inbox.model.lazydata that return Postfach Modifier and Type Method Description Postfach[]LazyExtendedProcessListModel. getInboxes()Methods in de.xima.fc.inbox.model.lazydata that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>LazyProcessListModel. getInboxes()Deprecated.Methods in de.xima.fc.inbox.model.lazydata with parameters of type Postfach Modifier and Type Method Description voidLazyExtendedProcessListModel. setInboxes(Postfach[] inboxes)Method parameters in de.xima.fc.inbox.model.lazydata with type arguments of type Postfach Modifier and Type Method Description voidLazyAppointmentScheduleModel. setInboxes(List<Postfach> inboxes)voidLazyExtendedProcessListModel. setInboxes(List<Postfach> inboxes)voidLazyProcessListModel. setInboxes(List<Postfach> inboxes)Constructors in de.xima.fc.inbox.model.lazydata with parameters of type Postfach Constructor Description LazyExtendedProcessListModel(boolean excludeLockedRecords, Mandant client, Projekt project, Locale locale, Postfach... inboxes)LazyExtendedProcessListModel(boolean excludeLockedRecords, Mandant client, Locale locale, Postfach... inboxes)Constructor parameters in de.xima.fc.inbox.model.lazydata with type arguments of type Postfach Constructor Description LazyAppointmentScheduleModel(UserContext uc, boolean excludeLockedRecords, Mandant client, List<Postfach> inboxes, Locale locale)LazyProcessListModel(Mandant client, 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 Postfach Modifier and Type Method Description static Set<Postfach>InboxUtils. getUserInboxes(IUser user, Mandant client)Methods in de.xima.fc.inbox.utils with parameters of type Postfach Modifier and Type Method Description static intInboxUtils. getFormRecordCount(Postfach inbox, boolean onlyUnread)static intInboxUtils. getFormRecordCount(Postfach inbox, Projekt project, boolean onlyUnread)Gets the number of form records in the given inboxstatic List<Projekt>InboxUtils. 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 Postfach Modifier and Type Method Description default List<Postfach>IFormRequestContext. getBenutzerPostfaecher()Deprecated.List<Postfach>IFormRequestContext. getUserInboxes()Method parameters in de.xima.fc.interfaces.form with type arguments of type Postfach Modifier and Type Method Description default voidIFormRequestContext. setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher)Deprecated.voidIFormRequestContext. 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 Postfach Modifier and Type Method Description PostfachIClientCreateData. getDefaultInbox(Locale locale)default PostfachIDefaultMandantData. getDefaultInbox(Locale locale)Deprecated.PostfachIDefaultMandantData. 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 Postfach Modifier and Type Method Description default @NotNull Set<Postfach>IUser. getClientInboxes(String scope, Mandant client)Returns all inboxes that this user has access to within the given client and the given scope.default @NotNull Set<Postfach>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 Modifier and Type Method Description List<Postfach>IWorkflowProvider. getAllInboxes() -
Uses of Postfach in de.xima.fc.manager
Methods in de.xima.fc.manager that return Postfach Modifier and Type Method Description static PostfachPostfachManager. 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 Postfach Modifier and Type Method Description PostfachExtendedPostfach. getPostfach()Methods in de.xima.fc.mdl with parameters of type Postfach Modifier and Type Method Description voidExtendedPostfach. setPostfach(Postfach postfach)Constructors in de.xima.fc.mdl with parameters of type Postfach Constructor Description ExtendedPostfach(Postfach postfach) -
Uses of Postfach in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type Postfach Modifier and Type Method Description List<Postfach>FormUserRequestData. getPostfaecher()Deprecated.Method parameters in de.xima.fc.mdl.form with type arguments of type Postfach Modifier and Type Method Description voidFormUserRequestData. 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 Modifier and Type Field Description protected PostfachAWorkflowEngineTest. inbox -
Uses of Postfach in de.xima.fc.setup
Methods in de.xima.fc.setup that return Postfach Modifier and Type Method Description PostfachDefaultClientData. getDefaultInbox(Locale locale)Methods in de.xima.fc.setup that return types with arguments of type Postfach Modifier and Type Method 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. -
Uses of Postfach in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Postfach Modifier and Type Method Description static PostfachEntityDummyFactory. dummyInbox(String name, Mandant client)Methods in de.xima.fc.testhelper with parameters of type Postfach Modifier and Type Method Description static ProjektEntityDummyFactory. dummyProject(String name, Postfach inbox, Mandant client)static BenutzerGruppeEntityDummyFactory. dummyUserGroup(String name, Mandant client, Postfach... inboxes)Method parameters in de.xima.fc.testhelper with type arguments of type Postfach Modifier and Type Method Description static BenutzerGruppeEntityDummyFactory. dummyUserGroup(String name, Mandant client, Iterable<Postfach> inboxes) -
Uses of Postfach in de.xima.fc.testhelper.form.record
Methods in de.xima.fc.testhelper.form.record that return Postfach Modifier and Type Method Description PostfachFormRecordTestConfig. getInbox()Methods in de.xima.fc.testhelper.form.record with parameters of type Postfach Modifier and Type Method Description FormRecordTestConfig.Builder<TState>FormRecordTestConfig.Builder. withInbox(Postfach inbox)Constructors in de.xima.fc.testhelper.form.record with parameters of type Postfach Constructor Description FormRecordTestConfig(Projekt project, TState state, Postfach inbox, String subject, boolean saved, IFormRecordDoiTestConfig doiConfig, List<IFormRecordSubmissionTestConfig> submissionConfigs, Set<IFormRecordAppointmentTestConfig> appointmentConfigs, Set<IFormRecordAttachmentTestConfig> attachmentConfigs) -
Uses of Postfach in de.xima.fc.testhelper.form.record.interfaces
Methods in de.xima.fc.testhelper.form.record.interfaces that return Postfach Modifier and Type Method Description @NotNull PostfachIFormRecordTestConfig. getInbox() -
Uses of Postfach in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type Postfach Modifier and Type Method Description static booleanUserMgmtUtils. 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 Modifier and Type Method Description List<Postfach>WorkflowProviderBean. getAllInboxes() -
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 Postfach Modifier and Type Method Description List<Postfach>WorkflowRequestContextModel. getInboxes()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type Postfach Modifier and Type Method Description voidWorkflowRequestContextModel. 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 Postfach Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. copyFormRecord(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox)Creates a new workflow node for aEWorkflowNodeType.FC_COPY_FORM_RECORDthat moves the current form record to the given inbox.static FcCopyFormRecordPropsWorkflowNodePropsFactory. copyFormRecord(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox)Creates a new workflow node model for aEWorkflowNodeType.FC_COPY_FORM_RECORDthat moves the current form record to the given inbox.static WorkflowNodeWorkflowNodeFactory. moveFormRecordToInbox(Postfach targetInbox)Creates a new workflow node for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOXthat moves the current form record to the given inbox.static FcMoveFormRecordToInboxPropsWorkflowNodePropsFactory. moveFormRecordToInbox(Postfach targetInbox)Creates a new workflow node model for aEWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOXthat 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 Postfach Modifier and Type Method Description static List<Postfach>WorkflowProviderHelper. 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 Modifier and Type Method Description List<Postfach>ValidationWorkflowProvider. getAllInboxes() -
Uses of Postfach in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type Postfach Modifier and Type Method Description static ClientInboxViewClientInboxView. forInbox(Postfach inbox)
-