public class MandantAPI extends AEntityAPI<Mandant>
Mandant
-EntitätenentityClass
Constructor and Description |
---|
MandantAPI() |
Modifier and Type | Method and Description |
---|---|
List<Mandant> |
getAllByName(UserContext uc,
String name)
Methode zum Ermitteln aller Mandanten anhand des Names.
|
Mandant |
getByName(UserContext uc,
String name)
Methode zum Ermitteln eines Mandanten anhand seines Namens.
|
boolean |
isCreationAllowed(UserContext uc,
Mandant mandant) |
create, create, delete, delete, deleteAllBy, deleteById, getAll, getAllBy, getBy, getById, resultTotalCount, update, update
getHandlerProvider
public Mandant getByName(UserContext uc, String name)
uc
- UserContext
der Benutzerkontext in welchem die Aktion durchgeführt werden sollname
- String
der Name des MandantenMandant
welcher gesucht wurde @since 2.4.3public List<Mandant> getAllByName(UserContext uc, String name)
uc
- UserContext
der Benutzerkontext in welchem die Aktion durchgeführt werden sollname
- String
der Name mit welchem gesucht werden sollList
aus Mandant
welche gefunden wurden @since 2.4.3public boolean isCreationAllowed(UserContext uc, Mandant mandant)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.