Uses of Class
de.xima.fc.mdl.ExtendedPostfach
- 
Packages that use ExtendedPostfach Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity  - 
- 
Uses of ExtendedPostfach in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ExtendedPostfach Modifier and Type Method Description List<ExtendedPostfach>PostfachAPI. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind. - 
Uses of ExtendedPostfach in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ExtendedPostfach Modifier and Type Method Description List<ExtendedPostfach>PostfachHandler. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) - 
Uses of ExtendedPostfach in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ExtendedPostfach Modifier and Type Method Description List<ExtendedPostfach>IPostfachHandler. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer) 
 -