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 theMandantFrontendServer
s of the givenProjekt
getBySource
(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.protected IFCDaoActionHook<MandantFrontendServer>
protected IFCDaoActionHook<MandantFrontendServer>
Methods inherited from class de.xima.fc.dao.impl.GenericDao
getEntityRefs, read
Methods 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, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
MandantFrontendServerDao
public MandantFrontendServerDao()
-
-
Method Details
-
getByProject
Gets theMandantFrontendServer
s of the givenProjekt
- Specified by:
getByProject
in interfaceIMandantFrontendServerDao
- Parameters:
ec
-IEntityContext
to do this query forproject
-Projekt
of which to get theMandantFrontendServer
s- Returns:
List
ofMandantFrontendServer
-
getByMandantAndFs
public MandantFrontendServer getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) - Specified by:
getByMandantAndFs
in interfaceIMandantFrontendServerDao
-
getBySource
@Deprecated public MandantFrontendServer getBySource(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.- Specified by:
getBySource
in interfaceIMandantFrontendServerDao
-
isFSUsedByMandant
- Specified by:
isFSUsedByMandant
in interfaceIMandantFrontendServerDao
-
getPreActionHook
- Overrides:
getPreActionHook
in classGenericDao<MandantFrontendServer>
-
getPostActionHook
- Overrides:
getPostActionHook
in classGenericDao<MandantFrontendServer>
-