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 Postfach
PostfachAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)
Postfach
PostfachAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
PostfachAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the inbox with the given UUIDPostfach
PostfachAPI. 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)
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 einerBenutzerGruppe
zugeordnet sind.List<Postfach>
PostfachAPI. getAllByClient(UserContext uc, Mandant client)
Returns all inboxes of the givenMandant
Methods in de.xima.fc.api.entity with parameters of type Postfach Modifier and Type Method Description void
PostfachAPI. clear(UserContext uc, Mandant mandant, Postfach postfach)
Deprecated.void
PostfachAPI. 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)
Method for determining allFormEingang
objects aPostfach
.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 currentFormEingang
objects 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.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 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 Postfach
PostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Postfach
PostfachDao. 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. 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()
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)
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 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)
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 protected 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 Postfach Modifier and Type Method Description Postfach
IPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
IPostfachDao. 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 List<Postfach>
IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe benutzerGruppe)
List<Postfach>
IPostfachDao. getAllByClient(IEntityContext ec, Mandant client)
Returns all inboxes of the givenMandant
List<Postfach>
IPostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)
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)
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 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.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.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 Postfach Modifier and Type Method Description static Postfach
SaveFormDataHelper. 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 Postfach
Vorgang. getCurrentPostfach()
Postfach
Projekt. 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 void
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 Modifier and Type Method Description void
BenutzerGruppe. 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. userInboxes
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 void
FormRequestContext. setUserInboxes(List<Postfach> userInboxes)
-
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 Postfach
InboxBean.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 void
InboxBean.EntityListModelImpl. setSelected(Postfach selected)
Method parameters in de.xima.fc.gui.bean.inbox with type arguments of type Postfach Modifier and Type Method Description void
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 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 void
UserGroupBean. setAllInboxes(List<Postfach> allInboxes)
void
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 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 boolean
PermissionUtils. canUserAccessInbox(Benutzer user, Postfach inbox)
-
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 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.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)
Methods in de.xima.fc.handler.entity with parameters of type Postfach Modifier and Type Method 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, 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)
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 Postfach Modifier and Type Method Description Postfach
IPostfachHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
IPostfachHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the inbox with the given UUIDPostfach
IPostfachHandler. getByVorgang(UserContext uc, Vorgang vorgang)
Postfach
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 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 givenMandant
List<Postfach>
IPostfachHandler. getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type Postfach Modifier and Type Method 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, 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.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 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 void
EntityImportHelper. updateInboxRef(IInboxDependent proc, Postfach inbox)
Sets the inbox reference in the given inbox dependent processing to the given inbox. -
Uses of Postfach in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return Postfach Modifier and Type Method Description Postfach
ProcessMoveBean. 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 void
ProcessMoveBean. setInbox(Postfach inbox)
Method parameters in de.xima.fc.inbox.bean with type arguments of type Postfach Modifier and Type Method Description void
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 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 Integer
InboxFilterBean. getUnreadProcessesCount(Postfach inbox)
String
InboxFilterBean. getUnreadProcessesTitle(Postfach inbox)
Method parameters in de.xima.fc.inbox.bean.filter with type arguments of type Postfach Modifier and Type Method Description void
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 Modifier and Type Method Description void
ILazyProcessModel. 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()
Methods in de.xima.fc.inbox.model.lazydata with parameters of type Postfach Modifier and Type Method Description void
LazyExtendedProcessListModel. setInboxes(Postfach[] inboxes)
Method parameters in de.xima.fc.inbox.model.lazydata with type arguments of type Postfach Modifier and Type Method Description void
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 Postfach Constructor Description LazyExtendedProcessListModel(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 Postfach Constructor 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)
-
Uses of Postfach in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type Postfach Modifier and Type Method 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 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 void
IFormRequestContext. setBenutzerPostfaecher(List<Postfach> benutzerPostfaecher)
Deprecated.void
IFormRequestContext. setUserInboxes(List<Postfach> benutzerPostfaecher)
-
Uses of Postfach in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return Postfach Modifier and Type Method Description Postfach
IClientCreateData. getDefaultInbox(Locale locale)
default Postfach
IDefaultMandantData. getDefaultInbox(Locale locale)
Deprecated.Postfach
IDefaultMandantData. getStandardPostfach(Locale installLocale)
Deprecated. -
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 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 Postfach Modifier and Type Method Description Postfach
ExtendedPostfach. getPostfach()
Methods in de.xima.fc.mdl with parameters of type Postfach Modifier and Type Method Description void
ExtendedPostfach. 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()
Method parameters in de.xima.fc.mdl.form with type arguments of type Postfach Modifier and Type Method Description void
FormUserRequestData. setPostfaecher(List<Postfach> postfaecher)
-
Uses of Postfach in de.xima.fc.setup
Methods in de.xima.fc.setup that return Postfach Modifier and Type Method Description Postfach
DefaultClientData. 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 Postfach
EntityDummyFactory. dummyInbox(String name, Mandant client)
Methods in de.xima.fc.testhelper with parameters of type Postfach Modifier and Type Method Description static Projekt
EntityDummyFactory. dummyProject(String name, Postfach inbox, Mandant client)
-
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 void
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 Postfach Modifier and Type Method Description static 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 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. -
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 currentClient)
-
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 ClientInboxView
ClientInboxView. forInbox(Postfach inbox)
-