public interface IMandantDao extends IGenericDao<Mandant>
| Modifier and Type | Method and Description |
|---|---|
List<Mandant> |
getAllByName(IEntityContext ec,
String name)
Method for determining all
Mandants by name (case insensitive). |
Mandant |
getByUUID(IEntityContext ec,
String uuid)
Returns the client with the given UUID
|
Mandant |
getByUUID(IEntityContext ec,
UUID uuid)
Returns the client with the given UUID
|
long |
getUsedFileSize(IEntityContext ec,
Mandant mandant) |
boolean |
isCreationAllowed(IEntityContext ec,
Mandant mandant) |
Mandant |
readByName(IEntityContext ec,
String name)
Method for determining a
Mandant by his name (case insensitive). |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateboolean isCreationAllowed(IEntityContext ec, Mandant mandant)
Mandant readByName(IEntityContext ec, String name)
Mandant by his name (case insensitive).ec - EntityContext in which the action is to be performed.name - String the name of the Mandant (case insensitive).Mandant which was searched.List<Mandant> getAllByName(IEntityContext ec, String name)
Mandants by name (case insensitive).ec - EntityContext in which the action is to be performed.name - String the name which is to searched (case insensitive).List of Mandant which were found.Mandant getByUUID(IEntityContext ec, String uuid)
ec - IEntityContext to useuuid - String UUID of the clientMandant for the given UUIDMandant getByUUID(IEntityContext ec, UUID uuid)
ec - IEntityContext to useuuid - UUID UUID of the clientMandant for the given UUIDlong getUsedFileSize(IEntityContext ec, Mandant mandant)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.