public interface IMandantDao extends IGenericDao<Mandant>
Modifier and Type | Method and Description |
---|---|
List<Mandant> |
getAllByName(IEntityContext ec,
String name)
Method for determining all
Mandant s by name (case insensitive). |
Mandant |
getByUUID(IEntityContext ec,
String 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, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
boolean 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)
Mandant
s 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)
long getUsedFileSize(IEntityContext ec, Mandant mandant)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.