Package de.xima.fc.dao.impl
Class MandantFrontendServerDao
java.lang.Object
de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
de.xima.fc.dao.impl.GenericDao<E>
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 TypeMethodDescriptiongetByMandantAndFs(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 de.xima.fc.dao.impl.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 java.lang.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 de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Constructor Details
-
MandantFrontendServerDao
public MandantFrontendServerDao()
-
-
Method Details
-
getByProject
Gets 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
-
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>
-