public class MandantDao extends GenericDao<Mandant> implements IMandantDao
| Constructor and Description | 
|---|
MandantDao()  | 
| 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 
 | 
protected IFCDaoActionHook<Mandant> | 
getPostActionHook()  | 
protected IFCDaoActionHook<Mandant> | 
getPreActionHook()  | 
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, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updatepublic boolean isCreationAllowed(IEntityContext ec, Mandant mandant)
isCreationAllowed in interface IMandantDaopublic Mandant readByName(IEntityContext ec, String name)
IMandantDaoMandant by his name (case insensitive).readByName in interface IMandantDaoec - EntityContext in which the action is to be performed.name - String the name of the Mandant (case insensitive).Mandant which was searched.public List<Mandant> getAllByName(IEntityContext ec, String name)
IMandantDaoMandants by name (case insensitive).getAllByName in interface IMandantDaoec - 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.public Mandant getByUUID(IEntityContext ec, String uuid)
IMandantDaogetByUUID in interface IMandantDaoec - IEntityContext to useuuid - String UUID of the clientMandant for the given UUIDpublic Mandant getByUUID(IEntityContext ec, UUID uuid)
IMandantDaogetByUUID in interface IMandantDaoec - IEntityContext to useuuid - UUID UUID of the clientMandant for the given UUIDprotected IFCDaoActionHook<Mandant> getPreActionHook()
getPreActionHook in class GenericDao<Mandant>protected IFCDaoActionHook<Mandant> getPostActionHook()
getPostActionHook in class GenericDao<Mandant>public long getUsedFileSize(IEntityContext ec, Mandant mandant)
getUsedFileSize in interface IMandantDaoCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.