public interface IPostfachHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
void |
clear(UserContext uc,
Postfach postfach) |
List<Postfach> |
getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
getAllByClient(UserContext uc,
Mandant client)
Returns all inboxes of the given
Mandant |
List<BenutzerGruppe> |
getBenutzergruppen(UserContext uc,
Postfach postfach) |
Postfach |
getByVorgang(UserContext uc,
Vorgang vorgang) |
List<ExtendedPostfach> |
getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
Postfach |
getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
List<Postfach> |
getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
void clear(UserContext uc, Postfach postfach)
Postfach getByVorgang(UserContext uc, Vorgang vorgang)
List<BenutzerGruppe> getBenutzergruppen(UserContext uc, Postfach postfach)
Postfach getPostfachByMandant(UserContext uc, Mandant mandant, String name)
uc
- mandant
- Mandant
der Mandantenname
- the nameList<Postfach> getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<ExtendedPostfach> getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<Postfach> getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)
List<Postfach> getAllByClient(UserContext uc, Mandant client)
Mandant
uc
- UserContext
the user context in which the action is to be performedclient
- Mandant
whose inboxes should be looked forList
of Postfach
s of the given Mandant
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.