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 TypeMethodDescriptiongetAllByClient(IEntityContext ec, Mandant client) Gets allMandantFrontendServers of the givenclient.getByMandantAndFs(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 IGenericDao
count, createOrUpdate, 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
-
getAllByClient
Gets allMandantFrontendServers of the givenclient.- Parameters:
ec-IEntityContextfor database transactions.client-Mandantof which to get theMandantFrontendServers- Returns:
ListofMandantFrontendServerordered byINameProviding.ATTR_NAME- Since:
- 8.2.0
-