Package de.xima.fc.dao.impl
Class FrontendServerDao
- java.lang.Object
 - 
- de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
 - 
- de.xima.fc.dao.impl.GenericDao<E>
 - 
- de.xima.fc.dao.impl.MandantDependentBaseDao<FrontendServer>
 - 
- de.xima.fc.dao.impl.FrontendServerDao
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IAbstractDao<FrontendServer,Long,IEntityContext>,IFrontendServerDao,IGenericDao<FrontendServer>,IMandantDependentBaseDao<FrontendServer>
public class FrontendServerDao extends MandantDependentBaseDao<FrontendServer> implements IFrontendServerDao
 
- 
- 
Constructor Summary
Constructors Constructor Description FrontendServerDao() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrontendServergetByName(IEntityContext ec, String name)protected IFCDaoActionHook<FrontendServer>getPreActionHook()List<Projekt>getProjekts(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)List<FrontendServer>getUnconnectedByMandant(IEntityContext ec, Mandant man)- 
Methods inherited from class de.xima.fc.dao.impl.GenericDao
getEntityRefs, getPostActionHook, 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
getEntityRefs, read 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPreActionHook
protected IFCDaoActionHook<FrontendServer> getPreActionHook()
- Overrides:
 getPreActionHookin classGenericDao<FrontendServer>
 
- 
getProjekts
public List<Projekt> getProjekts(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)
- Specified by:
 getProjektsin interfaceIFrontendServerDao
 
- 
getUnconnectedByMandant
public List<FrontendServer> getUnconnectedByMandant(IEntityContext ec, Mandant man)
- Specified by:
 getUnconnectedByMandantin interfaceIFrontendServerDao
 
- 
getByName
public FrontendServer getByName(IEntityContext ec, String name)
- Specified by:
 getByNamein interfaceIFrontendServerDao
 
 - 
 
 -