Interface IPostfachHandler
- All Superinterfaces:
IAPIHandler, IGenericHandler, Serializable
- All Known Implementing Classes:
PostfachHandler
The Class PostfachHandler.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear(UserContext uc, Postfach postfach) getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe) getAllByClient(UserContext uc, Mandant client) Returns all inboxes of the givenMandantgetBenutzergruppen(UserContext uc, Postfach postfach) getByUUID(UserContext uc, Mandant client, String uuid) Returns the inbox with the given UUIDgetByUUID(UserContext uc, Mandant client, UUID uuid) Returns the inbox with the given UUIDgetByVorgang(UserContext uc, Vorgang vorgang) getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) Deprecated.getPostfachByMandant(UserContext uc, Mandant mandant, String name) Gets the Postfach by.getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) Deprecated.Methods inherited from interface IAPIHandler
getNameMethods inherited from interface IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
clear
-
getByVorgang
-
getBenutzergruppen
-
getPostfachByMandant
Gets the Postfach by.- Parameters:
uc- theUserContextto usemandant-Mandantder Mandantenname- the name- Returns:
- the postfach by
-
getPostfaecherByBenutzer
Deprecated. -
getExtendedPostfaecherByBenutzer
@Deprecated List<ExtendedPostfach> getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) Deprecated. -
getAllByBenutzergruppe
-
getAllByClient
-
getByUUID
Returns the inbox with the given UUID- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for inboxuuid-StringUUID of the inbox- Returns:
Postfachfor the given UUID and client- Since:
- 6.x.x
-
getByUUID
Returns the inbox with the given UUID- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for inboxuuid-UUIDUUID of the inbox- Returns:
Postfachfor the given UUID and client- Since:
- 6.x.x
-