Class MandantFrontendServerDao
java.lang.Object
de.xima.cmn.dao.AbstractDao<MandantFrontendServer, Long, IEntityContext>
de.xima.fc.dao.impl.GenericDao<MandantFrontendServer>
de.xima.fc.dao.impl.MandantDependentBaseDao<MandantFrontendServer>
de.xima.fc.dao.impl.MandantFrontendServerDao
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<MandantFrontendServer, Long, IEntityContext>, IGenericDao<MandantFrontendServer>, IMandantDependentBaseDao<MandantFrontendServer>, IMandantFrontendServerDao
public class MandantFrontendServerDao
extends MandantDependentBaseDao<MandantFrontendServer>
implements IMandantFrontendServerDao
-
Field Summary
Fields inherited from class de.xima.cmn.dao.AbstractDao
entityClass, LOG -
Constructor Summary
Constructors -
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 man) Deprecated.protected IFCDaoActionHook<MandantFrontendServer> protected IFCDaoActionHook<MandantFrontendServer> Methods inherited from class GenericDao
getEntityRefs, readMethods inherited from class de.xima.cmn.dao.AbstractDao
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
MandantFrontendServerDao
public MandantFrontendServerDao()
-
-
Method Details
-
getByProject
Description copied from interface:IMandantFrontendServerDaoGets theMandantFrontendServers of the givenProjekt- Specified by:
getByProjectin interfaceIMandantFrontendServerDao- Parameters:
ec-IEntityContextto do this query forproject-Projektof which to get theMandantFrontendServers- Returns:
ListofMandantFrontendServer
-
getByMandantAndFs
public MandantFrontendServer getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) - Specified by:
getByMandantAndFsin interfaceIMandantFrontendServerDao
-
getAllByClient
Description copied from interface:IMandantFrontendServerDaoGets allMandantFrontendServers of the givenclient.- Specified by:
getAllByClientin interfaceIMandantFrontendServerDao- Parameters:
ec-IEntityContextfor database transactions.client-Mandantof which to get theMandantFrontendServers- Returns:
ListofMandantFrontendServerordered byINameProviding.ATTR_NAME
-
getBySource
@Deprecated public MandantFrontendServer getBySource(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.- Specified by:
getBySourcein interfaceIMandantFrontendServerDao
-
isFSUsedByMandant
- Specified by:
isFSUsedByMandantin interfaceIMandantFrontendServerDao
-
getPreActionHook
- Overrides:
getPreActionHookin classGenericDao<MandantFrontendServer>
-
getPostActionHook
- Overrides:
getPostActionHookin classGenericDao<MandantFrontendServer>
-