Package de.xima.fc.dao.interfaces
Interface IMandantFrontendServerDao
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<MandantFrontendServer,
,Long, IEntityContext> IGenericDao<MandantFrontendServer>
,IMandantDependentBaseDao<MandantFrontendServer>
- All Known Implementing Classes:
MandantFrontendServerDao
-
Method Summary
Modifier and TypeMethodDescriptiongetByMandantAndFs
(IEntityContext ec, Mandant mandant, FrontendServer fs) getByProject
(IEntityContext ec, Projekt project) Gets theMandantFrontendServer
s of the givenProjekt
getBySource
(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated.Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
getBySource
@Deprecated MandantFrontendServer getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated. -
getByMandantAndFs
-
getByProject
Gets theMandantFrontendServer
s of the givenProjekt
- Parameters:
ec
-IEntityContext
to do this query forproject
-Projekt
of which to get theMandantFrontendServer
s- Returns:
List
ofMandantFrontendServer
- Since:
- 6.0.0
-
isFSUsedByMandant
-