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
-
-
Constructor Summary
Constructors Constructor Description MandantFrontendServerDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<MandantFrontendServer>
getAllByClient(IEntityContext ec, Mandant client)
Gets allMandantFrontendServer
s of the givenclient
.MandantFrontendServer
getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
List<MandantFrontendServer>
getByProject(IEntityContext ec, Projekt project)
Gets theMandantFrontendServer
s of the givenProjekt
MandantFrontendServer
getBySource(IEntityContext ec, FrontendServer fs, Mandant man)
Deprecated.protected IFCDaoActionHook<MandantFrontendServer>
getPostActionHook()
protected IFCDaoActionHook<MandantFrontendServer>
getPreActionHook()
Boolean
isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)
-
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
-
-
-
-
Method Detail
-
getByProject
public List<MandantFrontendServer> getByProject(IEntityContext ec, Projekt project)
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
-
getAllByClient
public List<MandantFrontendServer> getAllByClient(IEntityContext ec, Mandant client)
Description copied from interface:IMandantFrontendServerDao
Gets allMandantFrontendServer
s of the givenclient
.- Specified by:
getAllByClient
in interfaceIMandantFrontendServerDao
- Parameters:
ec
-IEntityContext
for database transactions.client
-Mandant
of which to get theMandantFrontendServer
s- Returns:
List
ofMandantFrontendServer
ordered byINameProviding.ATTR_NAME
-
getBySource
@Deprecated public MandantFrontendServer getBySource(IEntityContext ec, FrontendServer fs, Mandant man)
Deprecated.- Specified by:
getBySource
in interfaceIMandantFrontendServerDao
-
isFSUsedByMandant
public Boolean isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)
- Specified by:
isFSUsedByMandant
in interfaceIMandantFrontendServerDao
-
getPreActionHook
protected IFCDaoActionHook<MandantFrontendServer> getPreActionHook()
- Overrides:
getPreActionHook
in classGenericDao<MandantFrontendServer>
-
getPostActionHook
protected IFCDaoActionHook<MandantFrontendServer> getPostActionHook()
- Overrides:
getPostActionHook
in classGenericDao<MandantFrontendServer>
-
-