public class MandantFrontendServerDao extends MandantDependentBaseDao<MandantFrontendServer> implements IMandantFrontendServerDao
Constructor and Description |
---|
MandantFrontendServerDao() |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
List<MandantFrontendServer> |
getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
MandantFrontendServer |
getBySource(IEntityContext ec,
FrontendServer fs,
Mandant man)
Deprecated.
|
protected IFCDaoActionHook<MandantFrontendServer> |
getPreActionHook() |
Boolean |
isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
getEntityRefs, getPostActionHook, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public List<MandantFrontendServer> getByProject(IEntityContext ec, Projekt project)
MandantFrontendServer
s of the given Projekt
getByProject
in interface IMandantFrontendServerDao
ec
- IEntityContext
to do this query forproject
- Projekt
of which to get the MandantFrontendServer
sList
of MandantFrontendServer
public MandantFrontendServer getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
getByMandantAndFs
in interface IMandantFrontendServerDao
@Deprecated public MandantFrontendServer getBySource(IEntityContext ec, FrontendServer fs, Mandant man)
getBySource
in interface IMandantFrontendServerDao
public Boolean isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)
isFSUsedByMandant
in interface IMandantFrontendServerDao
protected IFCDaoActionHook<MandantFrontendServer> getPreActionHook()
getPreActionHook
in class GenericDao<MandantFrontendServer>
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.