public class PostfachHandler extends GenericHandler implements IPostfachHandler
LOG| Constructor and Description | 
|---|
PostfachHandler()  | 
| 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 | 
getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Returns the inbox with the given UUID 
 | 
Postfach | 
getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Returns the inbox with the given UUID 
 | 
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, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic void clear(UserContext uc, Postfach postfach)
clear in interface IPostfachHandlerpublic Postfach getByVorgang(UserContext uc, Vorgang vorgang)
getByVorgang in interface IPostfachHandlerpublic List<BenutzerGruppe> getBenutzergruppen(UserContext uc, Postfach postfach)
getBenutzergruppen in interface IPostfachHandlerpublic Postfach getPostfachByMandant(UserContext uc, Mandant mandant, String name)
getPostfachByMandant in interface IPostfachHandleruc - the UserContext to usemandant - Mandant der Mandantenname - the namepublic List<Postfach> getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
getPostfaecherByBenutzer in interface IPostfachHandlerpublic List<ExtendedPostfach> getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
getExtendedPostfaecherByBenutzer in interface IPostfachHandlerpublic List<Postfach> getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)
getAllByBenutzergruppe in interface IPostfachHandlerpublic List<Postfach> getAllByClient(UserContext uc, Mandant client)
IPostfachHandlerMandantgetAllByClient in interface IPostfachHandleruc - UserContext the user context in which the action is to be performedclient - Mandant whose inboxes should be looked forList of Postfachs of the given Mandantpublic Postfach getByUUID(UserContext uc, Mandant client, String uuid)
IPostfachHandlergetByUUID in interface IPostfachHandleruc - UserContext to useclient - Mandant context in which to look for inboxuuid - String UUID of the inboxPostfach for the given UUID and clientpublic Postfach getByUUID(UserContext uc, Mandant client, UUID uuid)
IPostfachHandlergetByUUID in interface IPostfachHandleruc - UserContext to useclient - Mandant context in which to look for inboxuuid - UUID UUID of the inboxPostfach for the given UUID and clientCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.