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 allMandantFrontendServers of the givenclient.MandantFrontendServergetByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)List<MandantFrontendServer>getByProject(IEntityContext ec, Projekt project)Gets theMandantFrontendServers of the givenProjektMandantFrontendServergetBySource(IEntityContext ec, FrontendServer fs, Mandant man)Deprecated.protected IFCDaoActionHook<MandantFrontendServer>getPostActionHook()protected IFCDaoActionHook<MandantFrontendServer>getPreActionHook()BooleanisFSUsedByMandant(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 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
public List<MandantFrontendServer> getAllByClient(IEntityContext ec, Mandant client)
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
public Boolean isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)
- Specified by:
isFSUsedByMandantin interfaceIMandantFrontendServerDao
-
getPreActionHook
protected IFCDaoActionHook<MandantFrontendServer> getPreActionHook()
- Overrides:
getPreActionHookin classGenericDao<MandantFrontendServer>
-
getPostActionHook
protected IFCDaoActionHook<MandantFrontendServer> getPostActionHook()
- Overrides:
getPostActionHookin classGenericDao<MandantFrontendServer>
-
-