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 theMandantFrontendServers of the givenProjektgetBySource(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, updateMethods 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 theMandantFrontendServers of the givenProjekt- Parameters:
ec-IEntityContextto do this query forproject-Projektof which to get theMandantFrontendServers- Returns:
ListofMandantFrontendServer- Since:
- 6.0.0
-
isFSUsedByMandant
-