Package org.cyclos.impl
Class AbstractGlobalServerComponent
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractGlobalServerComponent
-
- Direct Known Subclasses:
AbstractTask,BaseGlobalHandlerImpl
public abstract class AbstractGlobalServerComponent extends AbstractServerComponent
Base class for server components which always operate in a global level (not inside networks)
-
-
Field Summary
Fields Modifier and Type Field Description protected RawEntityManagerHandlerrawEntityManagerHandler-
Fields inherited from class org.cyclos.impl.AbstractServerComponent
accountHandler, configurationHandler, dataTranslationHandler, notificationHandler, profileFieldHandler, transactionHandler, translationHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractGlobalServerComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RawEntityManagerHandlergetBaseEntityManagerHandler()protected javax.persistence.EntityManagergetEntityManager()-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, delete, detach, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
-
-
-
Field Detail
-
rawEntityManagerHandler
@Autowired @Lazy protected RawEntityManagerHandler rawEntityManagerHandler
-
-
Method Detail
-
getBaseEntityManagerHandler
protected RawEntityManagerHandler getBaseEntityManagerHandler()
- Specified by:
getBaseEntityManagerHandlerin classAbstractServerComponent
-
getEntityManager
protected javax.persistence.EntityManager getEntityManager()
-
-