Package de.xima.fc.handler.entity
Class PostfachHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.PostfachHandler
- All Implemented Interfaces:
IAPIHandler,IGenericHandler,IPostfachHandler,Serializable
The Class PostfachHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG -
Constructor Summary
Constructors -
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 class de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getNameMethods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Constructor Details
-
PostfachHandler
public PostfachHandler()
-
-
Method Details
-
clear
- Specified by:
clearin interfaceIPostfachHandler
-
getByVorgang
- Specified by:
getByVorgangin interfaceIPostfachHandler
-
getBenutzergruppen
- Specified by:
getBenutzergruppenin interfaceIPostfachHandler
-
getPostfachByMandant
Gets the Postfach by.- Specified by:
getPostfachByMandantin interfaceIPostfachHandler- Parameters:
uc- theUserContextto usemandant-Mandantder Mandantenname- the name- Returns:
- the postfach by
-
getAllByBenutzergruppe
- Specified by:
getAllByBenutzergruppein interfaceIPostfachHandler
-
getAllByClient
Description copied from interface:IPostfachHandlerReturns all inboxes of the givenMandant- Specified by:
getAllByClientin interfaceIPostfachHandler- Parameters:
uc-UserContextthe user context in which the action is to be performedclient-Mandantwhose inboxes should be looked for- Returns:
ListofPostfachs of the givenMandant
-
getByUUID
Description copied from interface:IPostfachHandlerReturns the inbox with the given UUID- Specified by:
getByUUIDin interfaceIPostfachHandler- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for inboxuuid-StringUUID of the inbox- Returns:
Postfachfor the given UUID and client
-
getByUUID
Description copied from interface:IPostfachHandlerReturns the inbox with the given UUID- Specified by:
getByUUIDin interfaceIPostfachHandler- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for inboxuuid-UUIDUUID of the inbox- Returns:
Postfachfor the given UUID and client
-
getPostfaecherByBenutzer
Deprecated.- Specified by:
getPostfaecherByBenutzerin interfaceIPostfachHandler
-
getExtendedPostfaecherByBenutzer
@Deprecated public List<ExtendedPostfach> getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) Deprecated.- Specified by:
getExtendedPostfaecherByBenutzerin interfaceIPostfachHandler
-